Version 3, last updated by Yu-Jie Lin at Dec 26 03:05 2007 UTC
Introduction
The idea is from WordPress Extend Ideas . I wish I can use this to collect ideas, then make them real. This is also an example of customization of different forums and/or topics pages. “Ideas” is just an application.
Features
- Using same template functions – You don’t need to have new templates functions for Ideas. An idea category is a forum and an idea is a topic.
- Easily assigning a forum to be new top idea category in option page, or canceling assignment.
- Having
/ideas/or/ideas.phpas part of permalinks, neither/forum/nor/forum.php
Demonstration
It is on my forum . Scroll down to the bottom.
Installation
- Copy sample template folder
/ideasto/bb-templates/ideas - Copy Ideas plugin folder
/IdeasPluginto/my-plugins/IdeasPlugin - Copy two bbPress root PHP files
/bbPressRoot/*.phpto/(root of bbPress folder) - Activate plugin
- Go to Site Management/Ideas page
- Set a forum as top idea forum
- Switch template to Ideas
Testing
Go to your front page, you should see the forum you set become a new section. Try to play with this section.
Merging into you own theme
You can read the source of sample template. It is derived from Kakumei (in bbPress 0.8.3). The modified files are
post-form.php,front-page.php,style.css; and new filesidea.phpideas.php