A Lite and Simple PHP Script to make a Online Q&A Forum for Student Groups
I'm working on a newer version. Hoping to release this on this october on this repo.
But an rough zip of the PHP Codes is uploaded to the development Branch. You can try the rough one.
The New MiniForum features like a Group Communication System. Like Facebook Group.
I did not use any php framework, Just Used Raw PHP programming to make this one.
- Unfortunately only made for desktop platform. I did the whole project on my own, so making it responsive is a big work to do.
- Unlike the last version, I added CSS and Ajax to make the UI more dynamic to the user.
- The User Interface almost feels like facebook group communication system. But not!
- Creating A Forum on the MiniForum Platform.
- Discovering new forums for all users.
- A Forum can be made private to revoke access to public.
- A User can create maximum 50 forums.
- Forum Owner can add moderators.
- Owner and Moderators can moderate posts, comments.
- Owner and Moderators can approve or delete members.
N.B: The Older Quirk version is moved to the Old-PHP Branch