![]() |
|
Latest comments on index - 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: Latest comments on index (/thread-1709.html) |
Latest comments on index - DaMsT - 17-10-2007 Hi, I'm new here and a bit confused right now. I want to add the 3 latest comments to my gallery-indexpage. I found http://www.zenphoto.org/trac/wiki/ZenphotoHacks#RecentCommentsCustomFunction but my php knowledge is limited and the FAQ didn't help much. In other words I have no clue how to add this function to my gallery. So can anyone point me in the right direction? Thanks! Latest comments on index - aitf311 - 17-10-2007 If you have a custom-functions file you can drop that code in there, otherwise you can put it in template-functions.php. After youve done this you can put in your theme page to show the 3 latest comments. It is recommended that you put this code in a file called custom-functions.php and include it at the top of your theme files using this code: Latest comments on index - DaMsT - 18-10-2007 Ah thank you! Latest comments on index - zucye - 30-12-2007 I would also like to show the lates comments in my index.php. But the spinnet is not working because it contains "zp_conf" Can anyone take a look at it and fix it. Thanks in advance! / Show Latest Comments / function my_truncate_string($string, $length) { function printLatestComments($number) { Latest comments on index - sbillard - 30-12-2007 The On the other hand, there is a function for this: We are hard at work and should shortly have an updated function guide posted on the zenphoto site. Latest comments on index - zucye - 31-12-2007 Nice sbillard, that is exactly what I meant when I said I needed some parameters. A list of funciton would be superb!!!!!! Latest comments on index - sbillard - 31-12-2007 http://www.zenphoto.org/documentation/default/_template-functions.php.html It is still being worked on, but is pretty complete. |