phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 100567 ] User Directiry Question


From: nobody
Subject: [Phpgroupware-tracker] [ 100567 ] User Directiry Question
Date: Fri, 21 Mar 2003 01:12:25 -0500


Support Request #100567, was updated on Mon 03/11/02 at 23:04
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100567&group_id=509

Category: Feature Request
Status: Open
Priority: 5
Summary: User Directiry Question

By: skwashd
Date: Fri 03/21/03 at 17:12
Logged In: YES 
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

We are aware that there are some problems with the
functionality of this application.  We are currently
reviewing our accounts/contacts structure, which should fix
this problem.

----------------------------------------------------------------------

By: skwashd
Date: Tue 09/17/02 at 12:01
Logged In: YES 
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

Hey Aaron,

Just looked through the code and it is not possile at the
moment.  I have an idea for a quick hack that you may want
to use.  This applies to hr/view_image.php

Change line 38 to 40 so it reads
if(file_exist('images/'.$GLOBALS['phpgw_info']['user']['userid'].'jpg')
{
        $fh =
fopen('images/'.$GLOBALS['phpgw_info']['user']['userid'].'jpg',"r");
}
else
{
        $fh = fopen("images/blank_pic.jpg","r");
}

echo fread($fh,"1339");
fclose($fh);

then save the user photos as hr/images/{login_id}.jpg

This should give you what you want.  I will also mark this
as a feature request.

Cheers

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100567&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]