![]() |
|
latest topics for zenpage - 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: latest topics for zenpage (/thread-5084.html) |
latest topics for zenpage - quaker - 2009-04-23 I had a friend create this .. took him like 5mins to do it. very simple...... he said.. LMAO.. Demo:http://256studio.com on sidebar.. Latest News [list] latest topics for zenpage - quaker - 2009-04-23 to get more listed please change the 5 to what every number you need. Q latest topics for zenpage - acrylian - 2009-04-24 And why didn't you just use the functions that are already there?? [list=1] latest topics for zenpage - quaker - 2009-04-24 i had a friend look at the docs and he did it that way.. Q latest topics for zenpage - acrylian - 2009-04-24 That's what I did above... latest topics for zenpage - quaker - 2009-04-24 Why, When you echo getLatestNews() you end up with Array Then if you use implode on it you get Array times 5? What is the correct way to use this function? latest topics for zenpage - acrylian - 2009-04-24 Because that function returns an multidimensional array. You need to use a forech loop and call the field to be echoed like in the example you posted above. Why don't you use printLatestNews()? That even prints a list as all the other functions in the sidebar. |