Hello, can you give me one examlpe to use the macros getMostCommentedWeblogs(int sinceDays, int max) and getMostCommentedWeblogEntries(List cats, int sinceDays, int max). I try it 3 days and it doesnt works. I cant find a good manual or a example.
The only Thing that i found is this: #set($commentedBlogs = $sitePageModel.getMostCommentedWeblogs(30, 0, 20)) <ul> #foreach($blog in $commentedBlogs) <li> $baseURL/page/$blog.subjectNameLong $blog.subjectNameLong | $blog.count</li> #end from: http://mail-archives.apache.org/mod_mbox/incubator-roller-commits/200606.mbox/[EMAIL PROTECTED] Are these macros already supported in the Version 3.0 from rollerweblogger? I looked for the object sitePageModel but i dont find it in the sources of my application on the tomcat. Should i anable something in the properties? Iam really new in roller. Can you help me? -- View this message in context: http://www.nabble.com/getMostCommentedWeblogs-and-getMostCommentedWeblogEntries-tf3374055s12275.html#a9389304 Sent from the Roller - User mailing list archive at Nabble.com.
