Forums / Developer / List all Messages of the logged user
D K
Tuesday 02 December 2008 2:23:16 am
I want to list all forum messages of the logged user to show in a tab of the home page with paging option.
Please someone can help me to do this feature.
http://www.eyepax.com
André R.
Tuesday 02 December 2008 9:47:47 am
Use content list or content tree fetch with a attribute filer on owner id. See here:http://ez.no/doc/ez_publish/technical_manual/4_0/reference/modules/content/fetch_functions/list
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Łukasz Serwatka
Tuesday 02 December 2008 11:47:04 am
You may also need the user fetch functions, especially if you are going to display that list in node view templates.http://ez.no/doc/ez_publish/technical_manual/4_0/reference/modules/user
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Wednesday 03 December 2008 3:33:42 am
Can you please provide a code.