i've encountered dozens of php forum scripts all over this site but it couldn't find one that meets what i need
I have a website with a MySQL database and a users table in it. Users authenticate and use the website features like any other site on the planet.
Now i want my site to have a forum for users to disscuss in a way that the forum also uses the same 'users' table as the rest of the site. In a way that when a user logs in on the site he is able to use the forum too.
Can someone give me some advice finding a script that does this nicely? I would appreciate it most
It could even be a forum script that uses no authentication at all! In this case i would implement the authentication into the forum myself..
Thanks in advance!