![]() |
|
Using printPageListWithNav on comments - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Using printPageListWithNav on comments (/thread-8297.html) |
Using printPageListWithNav on comments - HautdesignTattoo - 23-02-2011 Hi there... ...first off all i'm sorry about my english...it's not the best. I'm using comments instead of a guestbook. Is it possible to use the printPageListWithNav() function or something simular on the comments of the page where i placed the "guestbook"? I test a few versions but i don't get it till now... cheers, olaf... Using printPageListWithNav on comments - sbillard - 24-02-2011 I guess we will need a better understanding. Where are you using the comments? If it is on a "normal" Zenphoto script page like albums, news, then pagination is available as usual. But there is no pagination for the comments themselves. Only the global pagination. Using printPageListWithNav on comments - HautdesignTattoo - 24-02-2011 I think thats the problem. I want to use it on one zenpage page (pages.php) or maybe on the script of the comment_form plugin directly... I show you my example: www.hautdesign-tattoo.de/test/pages/der-kontakt I guess I have to create a page navigation for that on my own? Thank you for your support... Using printPageListWithNav on comments - acrylian - 24-02-2011 Yes, there is simply nothing implemented for paginating comments currently. Using printPageListWithNav on comments - HautdesignTattoo - 24-02-2011 Ok. I will try to solve it in another way Thanks for your fast support... Using printPageListWithNav on comments - acrylian - 24-02-2011 It would surely be possible but would require changes to the comment plugin. Also you need to take care about the fact that albums can have several pages which could cause issues with paginated comments as well. Of course if you use your solution just on a Zenpage page that are not paginated it would be easier I guess. |