2009/11/16 María Paula Mariani <[email protected]>: > Hello! > > Does anybody knows if there's a document which explains the blog extension > usage? I didn´t found it at the documentation stored at git. > > Thanks very much, > > -- > Paula
Admittedly, I've needed to add more details for a while. Set Radiant::Config['blog.location.configurable?'] = 'true' and you can add a "home" location for each user's blog (used to generate the "new blog post" links on Dashboard You may also set Radiant::Config['blog.location.default'] to something generic so that every user creates posts on the same blog (such as "/team/blog" or whatever is appropriate for you). Originally I was going to bundle in the Comments extension as well, but I pulled it out because I wanted to avoid the inevitable questions about what to do if you already had Comments installed. And I was looking into pulling in the Blog Tags extension (which I may still do for the time_ago_in_words tag). http://wiki.github.com/radiant/radiant/blog-tags-extension I've been considering pulling in the whole thing because there is something nice about the brevity of using <r:next> instead of <r:siblings:next> but having both might be a bit confusing. I just pushed up some docs, so pull the latest. http://github.com/saturnflyer/radiant-blog-extension/commit/cbd5641e01d357d82a61f9ce7a415807ec61f0c3 -- Jim Gay http://www.saturnflyer.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
