![]() |
|
Comment Pagination - Howto? - 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: Comment Pagination - Howto? (/thread-2747.html) |
Comment Pagination - Howto? - akvilon - 2008-04-25 greetings all you great Zen people, if there are moders or just good people out there, please help! Comment Pagination - Howto? - akvilon - 2008-04-29 there is no answet so far, not doable than?? Comment Pagination - Howto? - acrylian - 2008-04-29 Nearly everything is doable, depending on your programming skills. Zenphoto is not setup to do that, so this would mean a lot of work. Is it that worth, do you get that much comments? Comment Pagination - Howto? - akvilon - 2008-04-30 yes its worth it definatelly and there is a guarantee there will be lots of comments i really need an idea or even a direction where to start with comment paginations.. is it doable only through php hardcode or database changes/additions required... help! Comment Pagination - Howto? - acrylian - 2008-04-30 It should be possible without hacking zenphoto core files. You will need to replace the You get the comments to the current selected image as an array with Pagination would be of course easier if you get the data directly from the database, then you could use the MySQL offset pointer to separate the results for several pages. Comment Pagination - Howto? - akvilon - 2008-05-06 i thank you very much for the tip and helpful direction, |