Full real URL of displayimage always, instead of many different urls Full real URL of displayimage always, instead of many different urls
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Full real URL of displayimage always, instead of many different urls

Started by juliub, May 25, 2007, 12:08:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

juliub

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

Joachim Müller

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.

juliub

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

Joachim Müller


juliub

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.