Online Discussion Forum Site in PHP/OOP Free Source Code

Language

Introduction

This simple project is entitled Online Discussion Forum Site. This is a web-based application project developed in PHP and MySQL Database. This simple project's main goal is to provide an online platform for an organization where they can discuss any topic that is related to the site or organization. The site allows users to post any topic under a certain topic category. Users can post comments on each posted published topic. The system user interface was developed with Bootstrap Framework and AdminLTE Framework. It also consists of user-friendly features and functionalities.

About the Online Discussion Forum Site

I developed this project using the following:

  • XAMPP v3.3.0
  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Ajax
  • jQuery
  • Bootstrap
  • Font Awesome
  • AdminLTE

This Online Discussion Forum Site is accessible to anyone and site management. As I mentioned at beginning of this article, the project allows users to post or published certain topics. Each published topic is visible to the public and registered users. The system requires the users to register and log in with their credentials to gain access to posting topics and comments. This project also contains an Admin Panel Site where the site management can manage all the data on the system. This side of the project requires an administrator user credential to gain access to the features and functionalities. On this site, the management can overwrite, and delete users' posts and comments. The admin users also can create a new topic on this site. The Admin Users are the ones who are in charge of populating the topic category list. They can also update the system name, logo, etc.

Features

User-Side

  • Login and Registration
  • Home Page
    • Display the Carousel
    • List All Published Topics
    • Search Published Topics
  • Topic Categories Page
    • Lists All the Active Topic Categories
    • Search Category
    • Shows the Topic Category Description
  • Add Post Page
  • My Post Page
    • List All the user Create Topics (Published/Unpublished)
    • Search Created Topic
  • Edit or Update Posted Topic
  • Comment Section
  • Delete Posted Topics
  • Delete Posted Comments
  • Update Account Details/Credentials
  • Logout

Admin-Side

  • Home Page
    • Display the summary and images.
  • Category Management
    • Add new Category
    • List All Categories
    • View Category Details
    • Edit/Update Category Details
    • Delete Category
  • Post Management
    • Create New Post
    • List All Posts
    • View Post Details
    • Edit/Update Post Details
    • Comment Section
    • Delete Comments
    • Delete Post
  • User Management
    • Add New User
    • List All Users
    • View User Details
    • Edit User Details
    • Delete User Details
  • Update System Information
  • Update Account Details/Credentials
  • Login and Logout

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.

System Snapshots of some Features

User Registration Page

Online Disucssion Forum Site

Home Page

Online Disucssion Forum Site

Topic Categories Page

Online Disucssion Forum Site

Post List Page

Online Disucssion Forum Site

Post Form Page

Online Disucssion Forum Site

Post Details

Online Disucssion Forum Site

Post's Comment Section

Online Disucssion Forum Site

Admin Dashboard Page

Online Disucssion Forum Site

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Enable the GD Library in your php.ini file.
  2. Open your XAMPP Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  5. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  6. Create a new database naming odfs_db.
  7. Import the provided SQL file. The file is known as odfs_db.sql located inside the database folder.
  8. Browse the Online Discussion Forum Site in a browser. i.e. http://localhost/odfs/.

Admin Default Access:

Username: admin
Password: admin123

Sample User Access:

Username: mcooper
Password: mcooper123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Online Discussion Forum Site in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byAhsan Khan (not verified)on Tue, 07/26/2022 - 19:48

login code is working on localhost but its not working on live server. Please help in this?
Submitted byfirmansyw30 (not verified)on Tue, 01/17/2023 - 23:12

where a file which contained this syntax below? it found while i use "view page source" in microsoft edge and running in local host, but in text editor i never found where the syntax i've just mentioned
Submitted byNOSYAJ444 (not verified)on Fri, 01/20/2023 - 01:58

How to remove the Developed by oretnom23?
Submitted byIronStrongMan (not verified)on Tue, 02/07/2023 - 22:21

In reply to by Huha (not verified)

You should go into the two login.php first and find it relates to /inc/header.php Then, delete the line in header.php (last line) which is load_data()); ?>
Submitted byRough (not verified)on Wed, 03/22/2023 - 22:30

Can anyone explain why website looks like this? I already ucommented gd libary. Untitled

Hi there! It means that the page failed to load the assets including the CSS and JS. If have renamed the source code file please configure the base URL-defined variable on the config.php. I hope this will help you =)

Submitted byKRISHNAN UDAYA… (not verified)on Sun, 05/21/2023 - 23:28

is the zip file contain all the data and filess? I am not the expected results.
Submitted byjohnhook (not verified)on Thu, 10/26/2023 - 16:20

thanks
Submitted byKerimm (not verified)on Thu, 02/22/2024 - 12:00

In which file and line can I change the color of the page from blue to another color?

Add new comment