forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: faptastic on January 03, 2007, 05:34:42 am

Title: Last User Uploads Doesn't Keep UID in url.
Post by: faptastic on January 03, 2007, 05:34:42 am
http://luemages.net/thumbnails.php?album=lastupby&uid=2 nws
sorry, that's the best example I have.

when you go to different pages or click image thumbnails on that page, you get an error. However, if you append &uid=XXX to the URL, it works.

I suspect this has probably been posted, but I can't find it and I was wondering if there was a fix.

example:
http://luemages.net/displayimage.php?album=lastupby&cat=0&pos=14 no good
http://luemages.net/displayimage.php?album=lastupby&cat=0&pos=14&uid=2 good
Title: Re: Last User Uploads Doesn't Keep UID in url.
Post by: Nibbler on January 03, 2007, 04:20:22 pm
This has already been fixed, your theme customisations are probably overriding the code that contains the fix.
Title: Re: Last User Uploads Doesn't Keep UID in url.
Post by: faptastic on January 04, 2007, 08:19:08 am
Ah. I see. Could you tell me where the fix was originally located so that I can apply it to my theme? Or should I just redo the theme?
Title: Re: Last User Uploads Doesn't Keep UID in url.
Post by: Nibbler on January 04, 2007, 12:35:12 pm
It's in quite a few places. Search through themes/sample/theme.php for $uid_link and apply the changes to the versions in your theme.php.
Title: Re: Last User Uploads Doesn't Keep UID in url.
Post by: faptastic on January 04, 2007, 08:15:07 pm
alright, thanks