![]() |
|
Full Size Image - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Full Size Image (/thread-12607.html) |
Full Size Image - haroon - 2016-10-21 Hi Using Zenpage theme:
Regards Full Size Image - acrylian - 2016-10-22
Full Size Image - haroon - 2016-10-23 Thanks Acrylian. Guys, if someone has already done something like this then please let me know. Haven't done coding for a long time, badly rusted! I'd Rather copy/paste. Regards Full Size Image - acrylian - 2016-10-23 Well, what you basically need to recreate the image.php functionally manually. To my knowledge that doesn't exists. You will understand that we can't do your work for you ;-) [list] Full Size Image - haroon - 2016-10-24 Thanks for the tips, appreciated! Full Size Image - acrylian - 2016-10-24 Another way I forgot that also requries theme work on image.php. You would have to print an invisible list of links to all fullimages before and/or after the current image.. And then you could attach the colorbox to it to show them. You could also do that on the album.php page in case you want to skip the image.php page (note you still need it as internal links go there and especially RSS feeds link there, too). It is more complicated there but that is basically what the colorbox mode of the slideshow plugins does. |