Thread: Forum?
View Single Post
  #3  
Old 05-10-2009, 08:15 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 17,458
BMR777 is on a distinguished road
Default RE: Forum?

It should be possible to bridge this with any major forum software so they can share logins. I will be posting a guide sometime in the next month or so on how to integrate logins with any other script. Basically it is simple to do if you know PHP.

Basically you would have to edit:
  • register.php
  • login.php
  • logout.php
  • functions.php

Basically altering the script to read from an alternate users table besides the one that the script currently uses. :)

More details will follow.
Brandon