Skip to content

A basic chat forum using PHP and a WYSIWYG Editor.

Notifications You must be signed in to change notification settings

darol81/php-chatforum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php Chat Forum

The idea is to demonstrate that it is possible to build a simple website so that the functionality is separated from web design. This makes it possible to allow web designer who has zero experience in programming to modify the design without practically having to touch a single line of code.

This is a basic chat forum that can be set up with PHP and any WYSIWYG Editor. I've been using Web Page Maker (http://www.webpage-maker.com), which is easy for an amateur to use. I'm also using a template engine called TinyButStrong (https://www.tinybutstrong.com) to help with the process.

Using TinyButStrong template engine we only need to determine where the information is displayed. There is a full documentation how to use TinyButStrong in their website, but here are some examples to give an idea.

Profile page:

Profile

Forum Main Page:

Main page

Message chain:

Message Chain

Topic Answering (using a hidden field to identify the topic id):

Answer Topic

About

A basic chat forum using PHP and a WYSIWYG Editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published