coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: juliub on May 25, 2007, 12:08:35 PM

Title: Full real URL of displayimage always, instead of many different urls
Post by: juliub on May 25, 2007, 12:08:35 PM
An example with
picture ID=22
User ID=3
album ID=4

The page (displayimage) of the picture ID=22, has the full real URL http://www.example.com/displayimage-22.html

The thumbnail of that picture shown on different places has different URLS under it, like

http://www.example.com/thumbnails-4.html
http://www.example.com/displayimage-4-0.html
http://www.example.com/displayimage-lastup-0-1.html
http://www.example.com/displayimage-lastupby-0-1-user-3.html
http://www.example.com/displayimage-topn-0-4.html
http://www.example.com/displayimage-toprated--4-0.html
http://www.example.com/displayimage-4-0.html
etc.

Now, is it possible to have always the full real URL of that page ( http://www.example.com/displayimage-22.html) instead of all those different Urls for the same page?

Thanks.
JuliusB
Title: Re: Full real URL of displayimage always, instead of many different urls
Post by: Joachim Müller on May 25, 2007, 03:35:05 PM
Using cpg1.4.x: no. Version cpg1.5.x will feature static URLs though (no scheduled release date).
Using the SEF_URL is not recommended though, as it has known issues.
Title: Re: Full real URL of displayimage always, instead of many different urls
Post by: juliub on May 26, 2007, 09:51:22 AM
I searched, but I didn't find it, a mod to have all pictures by user listed with static urls. I think there is some changes to do in functions.inc.php.

Thanks
JuliuB
Title: Re: Full real URL of displayimage always, instead of many different urls
Post by: Joachim Müller on May 27, 2007, 09:48:00 AM
Meaning what? Thread solved?
Title: Re: Full real URL of displayimage always, instead of many different urls
Post by: juliub on May 27, 2007, 10:01:53 AM
I understood that static Urls will come with cpg 1.5., in the meantime I was searching a modification that lists all intermediate pictures ( http://www.example.com/displayimage-22.html) uploaded by a single user with static urls.

Thanks.