mainphpGroupWare - Support: sr #100567, User Directiry Question

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #100567: User Directiry Question

Submitter:  None
Submitted:  Mon 11 Mar 2002 12:04:11 PM UTC
   
 
Category:  Feature Request Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  None

Fri 21 Mar 2003 06:12:23 AM UTC, comment #2: 


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.

Dave Hall <skwashd>
Group administrator
Tue 17 Sep 2002 02:01:36 AM UTC, comment #1: 


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

Dave Hall <skwashd>
Group administrator
Mon 11 Mar 2002 12:04:11 PM UTC, original submission:  


I just want to know where to place photos, and what
format they should be in in order that they turn up in
the user directory under the users record instead of
the "no picture available" photo being displayed.  Any
tips here would be great.

Thanks.

Aaron

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-02-12 powerstat Assigned to#2883 None
2003-03-21 skwashd Assigned toNone None
2002-09-17 skwashd support_category_id10162

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code