From: Reini U. <ru...@x-...> - 2004-02-24 23:51:05
|
I seem to like postnuke's features. Here's a list of plugins I'm currently working on: WhoIsOnline mode=summary|detail * Show summary information of the current user sessions. (useful only with USE_DB_SESSION) * Formatting and idea borrowed from postnuke. WikiForum * This plugin handles a threaded list of comments/news associated with a * particular page (one page per topic) and provides an input form for * adding new comments. * * <?plugin WikiForum info=title,replies,author,views,lastpost ?> * * To provide information for the MainForum page (CategoryForum) * summary output mode is possible. * * <?plugin WikiForum page=SubTopic1 * mode=summary info=forum,topics,posts,last_post ?> * <?plugin WikiForum page=SubTopic2 * mode=summary info=forum,topics,posts,last_post ?> It totally looks like postnuke, but is template based. WikiPoll will be converted to templates also soon. Why this? PhpWiki is technically soo much better than postnuke, so it makes writing new modules here more fun than there. It just looks better there, admitted. And phpBB looks bad and is overkill. I won't mention phpnuke, this is a coding nightmare. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |