On Sun, Apr 27, 2008 at 10:04 AM, abhay srivastava <[EMAIL PROTECTED]> wrote: > I was wondering how do I show message archive of blogs for each month ?
Roller does not support fetching blogs by month, but it is possible to extend Roller to support this if you have Java development skills. Check out the response I just posted today to Odelya YomTov-Glick (Roller dev mailing list) on the same topic. - Dave > Dave <[EMAIL PROTECTED]> wrote: On Wed, Apr 16, 2008 at 3:28 AM, wrote: > > I would like to use the values of "Icon" and "About your blog" in a theme > with are defined in the general setings of a blog. > > > > Unfortunately i could not find wow! > > Please help, thx. > > Oops, we did not cover those in the template guide. We'll have to fix > that (https://issues.apache.org/roller/browse/ROL-1711). > > Those are properties of the Weblog object, you can access them via the > Page Model like so: > > $model.weblog.about > $model.weblog.iconPath > > Or via a Weblog object like this: > > $weblog.about > $weblog.iconPath > > - Dave > > > > > --------------------------------- > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.
