On 9/17/07, Dudee <[EMAIL PROTECTED]> wrote: > I want to add some more properties for the blogs and a webpage where these > can bet set. I've added the fields in the database and a webpage for each > weblog where these can be set. But how do I go from here. I don't really > know how the backend of Roller works. Where should I add my new action file > and what should it look like, and is there any hibernate/database files I > have to add or modifie? > > I also wonder if the following macros exist: > 1. Get x most recent entries from all blogs (to use on the frontpage)
Yes. Setup your front-page blog as an 'aggregated blog' and you'll get the $site model. See the Roller template guide for information on the methods provided by $site. > 2. Get x most recent entries from a specific blog (to use on the frontpage) I think the $site model also offers that. > 3. Get most recent users online That one doesn't exist. We don't have any notion of "users online" at this point. - Dave
