News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Username not showing on thumbnails.

Started by explorer, November 17, 2003, 03:02:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

explorer

Is there a known issue with the username only showing in "Last Uploaded" and not in the albums or other areas?

www.abandonedasylums.com/coppermine

Tarique Sani

This is deliberate. Insert line

$caption .= '<span class="thumb_title"><a href ="profile.php?uid='.$row['owner_id'].'">'.$row['owner_name'].'</a></span>';
In function get_pic_data located inside functions.inc.php at the appropriate place.

In my stable relase copy it is line  456
SANIsoft PHP applications for E Biz

explorer

Thanks.  Is there any particular reason for me to be wary of doing this, given that you deliberately omitted it?

Tarique Sani

Quote from: "explorer"Thanks.  Is there any particular reason for me to be wary of doing this, given that you deliberately omitted it?
Deliberate omission was primaraily scratching my own itch ;)

I run a personal gallery where all the pictures are by me - it is rather silly to have my name all over the place. So till the time I dont get around to making this admin settable it was omitted....
SANIsoft PHP applications for E Biz

explorer

I'm having trouble setting this to work successfully.  Could you be a bit more specific as to where this should be inserted?

Thanks

Tarique Sani

Have committed this as an admin settable feature in devel branch of CVS.

Should show up to the general public in a day - take a look at the functions.inc.php file here http://cvs.sourceforge.net/viewcvs.py/coppermine/devel/include/ after a day
SANIsoft PHP applications for E Biz