View Single Post
  #7  
Old 10-24-2009, 04:36 AM
exdiogene exdiogene is offline
Member
 
Join Date: Oct 2009
Posts: 84
Credits: 12,252
exdiogene
Default RE: MyBB intergration

Well I think we would need to, like you say, edit the script so it takes users from MyBB_users. I was going to use the MyBB forum to register users.

Could we not just change (in login.php):

PHP Code:
$query "SELECT * FROM ".$prefix."users WHERE username = '$username'"
to

PHP Code:
$query "SELECT * FROM "mybb_"users WHERE username = '$username'"
__________________
Exdiogene have taken over the TommyK CreateBB.com multisites. :cool:
MyBBCodes.com having more than 175 plugins available
Reply With Quote