What file do i need to edit... What file do i need to edit...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

What file do i need to edit...

Started by futbol4kee, January 16, 2005, 10:49:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

futbol4kee

All i want is for coppermine to take its users and user groups and what not from a different table than default...

Thanks

donnoman


futbol4kee

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.

donnoman

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.




futbol4kee

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

Nibbler

$CONFIG['TABLE_USERS']                = 'nuke_users';

:-\\

futbol4kee

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?

Nibbler

No. Coppermine doesn't touch the board at all with bridging.