acctman
02-10-2006, 07:01 PM
Hi, i'm trying to intergrate Phpbb into my existing site script. so far i've installed phpbb into ratemy_rater db with the prefix phpbb all i need to do is accomplish two things.
1. what scripts do i have to edit in phpbb so that it will user the members in the "rater_members" table instead of "phpbb_users".
2. i also need to know if there user_id and username field name is set as a global array in phpbb. so i can just change that to m_id and m_user.
everything else i can figure out, like moving all the fields in the phpbb_users table to rater_members and then do the authentication.
1. what scripts do i have to edit in phpbb so that it will user the members in the "rater_members" table instead of "phpbb_users".
2. i also need to know if there user_id and username field name is set as a global array in phpbb. so i can just change that to m_id and m_user.
everything else i can figure out, like moving all the fields in the phpbb_users table to rater_members and then do the authentication.
