php forum in 2026
- PHP 96.4%
- CSS 3%
- Hack 0.6%
| css | ||
| src/BBCode | ||
| category.php | ||
| composer.json | ||
| connect_template.php | ||
| create_topic.php | ||
| favicon.ico | ||
| footer.php | ||
| header.php | ||
| index.php | ||
| login.php | ||
| processLogin.php | ||
| processPost.php | ||
| processRegister.php | ||
| profile.php | ||
| README.md | ||
| register.php | ||
| topic.php | ||
Sol
dumb forum i made on XAMPP 3 years ago and that now im reviving
TODO:
- Show on the index page the topic of each category that has had the latest reply (done)
- Sort the topics in each category by the time of the most recent interactions (done)
- Show on the category page who did the last reply on each topic and when (done)
- Forum tags: (done)
- [img]
- [link]
- [quote]
- Make stuff look good
- User settings I:
- Avatars!
- Add that preview button when making a post or replying
- Custom CSS for posts
- Add more categories
- --Could be hostable as an alpha after this point, considering not many people will use it--
- Admin stuff:
- Lock posts
- Ban users
- Admin panel (dunno what it should have lol)
- Roles and permissions:
- Admin can do everything
- Mods can't ban other mods nor the admin
- User settings II:
- Send email to reset a password
- Change email
- --I think this would be a nice point for a beta--
- Polls