All i want is for coppermine to take its users and user groups and what not from a different table than default...
Thanks
The documentation is the best place to start
http://coppermine.sourceforge.net/manual.php#integrating
im not integrating with any of those boards. im just wondering if i can edit a file to tell coppermine to look for a certain table for users and what not.
In init.inc.php find:
$CONFIG['TABLE_USERS'] = $CONFIG['TABLE_PREFIX']."users";
Set it however you like.
You will have to make sure the table schema matches coppermines EXACTLY for each column that coppermine defines.
hmmm thanks but this would just allow me to change cpg_users to like cpg_userusers. I want to change it to nuke_users. can this be done? the tables are the same
$CONFIG['TABLE_USERS'] = 'nuke_users';
:-\\
ok thanks. but why do they need to be same. wouldnt it work if i inserted the values of the cpg132_users to the nuke_users? i mean isnt that how the integration with like phpbb works?
No. Coppermine doesn't touch the board at all with bridging.