Forums / General / How to display last phpBB posts on my EzPublish ?
Sébastien Antoniotti
Thursday 16 November 2006 11:55:16 am
Hi,
I'm looking for something that allow me to display the "n" last post of an phpBB forum.
Did someone have a solution ?
eZ Publish Freelance web : http://www.webaxis.fr
kracker (the)
Thursday 16 November 2006 3:30:22 pm
Write a <i>template operator</i>!This a simple solution which could meet your needs.
Template operators are simple to create. The template operator code would include the code needed to output the phpBB posts in your site design pagelayout.
<b>Template Operator Examples</b> <i>http://ez.no/community/contribs/template_plugins</i> <i>http://ez.no/doc/ez_publish/technical_manual/3_8/images/templates/template_operator</i><i>http://ez.no/doc/ez_publish/technical_manual/3_8/templates/the_template_language/functions_and_operators</i>
Cheers,//kracker
<i>Cake - The Distance</i>
Member since: 2001.07.13 || http://ezpedia.se7enx.com/
Thursday 16 November 2006 10:05:22 pm
Thanks a lot, I'll try to create this template operator, and I hope to make it benefit the community ;)