php forum in 2025
Find a file
2025-09-21 19:56:43 +02:00
css First commit wow 2025-09-20 12:46:14 +02:00
category.php Display latest replies in both index and categories and ordered the topics in categories 2025-09-21 19:51:23 +02:00
connect_template.php First commit wow 2025-09-20 12:46:14 +02:00
create_topic.php Display latest replies in both index and categories and ordered the topics in categories 2025-09-21 19:51:23 +02:00
favicon.ico First commit wow 2025-09-20 12:46:14 +02:00
footer.php First commit wow 2025-09-20 12:46:14 +02:00
header.php First commit wow 2025-09-20 12:46:14 +02:00
index.php Display latest replies in both index and categories and ordered the topics in categories 2025-09-21 19:51:23 +02:00
login.php First commit wow 2025-09-20 12:46:14 +02:00
processLogin.php First commit wow 2025-09-20 12:46:14 +02:00
processPost.php Display latest replies in both index and categories and ordered the topics in categories 2025-09-21 19:51:23 +02:00
processRegister.php Fixed some stuff, made emails optional and outlined a basic roadmap in readme 2025-09-21 15:09:25 +02:00
profile.php First commit wow 2025-09-20 12:46:14 +02:00
README.md mini fix on readme 2025-09-21 19:56:43 +02:00
register.php Fixed some stuff, made emails optional and outlined a basic roadmap in readme 2025-09-21 15:09:25 +02:00
topic.php First commit wow 2025-09-20 12:46:14 +02:00

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:
    • [img]
    • [link]
    • [video]
    • [quote]
  • Add more categories
  • User settings I:
    • Avatars!
  • Make stuff look good
  • --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--
  • Custom CSS for posts?
  • Polls