From: Reini U. <ru...@x-...> - 2004-12-15 15:31:33
|
Arnaud Fontaine schrieb: > With today's CVS update, I got a problem with the WikiBlog plugin : it > doesn't display the posts anymore even if I only specify the 'show' mode. > > So I investigated a bit and found that the _blogPrefix method uses > "Blogs" for blogs but blogs have alwzys been created with the "Blog" > prefix ... ouch ... that hurts ... > > By the way, I took a look at the add method ... wich doesn't use the > _blogPrefix method to generate the page name ... That's a problem :) > > The problem is the same for other plugins using ikiBlog like the comment > plugin and the WikiForum plugin. > > So, first, go back to "Blog" and "Comment" in the _blogPrefix method, > then change the add method to make use of _blogPrefix to generate the > page name. Ah, thanks for the reminder. I even prefer "Blog" and didn't want to change "Blogs" to "Blog" because I thought it might break old things. Good to be remembered that it was right before that, and is wrong now. Will fix it ASAP. And please be patient with the new blogging stuff, I'm just committing. It will need a couple of some more days until it is finished. WikiBlog has some annoying side-effects. mode=add makes only sense if the user is authenticated if it's his blog. Otherwise it's a comment. mode=add should be checked automatically. And some more arguments and features are missing. limit=<max. number of displayed blogs> limit per week or month Use a full featured editbox for "add", not just the simple textarea. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |