Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumacrae/phpbb-ideas_old
An idea center for phpBB (based on WordPress idea center).
https://github.com/callumacrae/phpbb-ideas_old
Last synced: 2 months ago
JSON representation
An idea center for phpBB (based on WordPress idea center).
- Host: GitHub
- URL: https://github.com/callumacrae/phpbb-ideas_old
- Owner: callumacrae
- Created: 2011-12-21T12:36:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-13T16:08:21.000Z (over 11 years ago)
- Last Synced: 2024-10-10T00:11:06.151Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 497 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phpBB Ideas
phpBB Ideas is an ideas centre for phpBB. It is based on [WordPress ideas](http://wordpress.org/extend/ideas/), and allows users to suggest and vote on "ideas" that would help improve and enhance phpBB.
## Installation ##
To install, copy `config.sample.php` to `config.php` and change the configuration. The current configuration settings:
- **PHPBB_ROOT_PATH** - The path to phpBB. Eg, if you put `ideas/` in the phpBB directory itself, this should be set to `../`
- **IDEAS_FORUM_ID** - The ID of the forum that ideas topics will be posted to.
- **IDEA_POSTER_ID** - The ID of the user that will post idea topics into the forums.Then run `install.php` (make sure that you have UMIL in your root phpBB directory), which will set up the database.
Finally, add two BBCodes, similar to these:
```
[idea={NUMBER}]{TEXT}[/idea]
{TEXT}[user={NUMBER}]{TEXT}[/user]
{TEXT}
```Those BBCodes are used in the forum topics created by phpBB Ideas to link back to the ideas. Make sure you change the URLs so that they are correct.