Link two gallerys Link two gallerys
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Link two gallerys

Started by daklay, January 20, 2006, 12:20:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daklay

I got a site with two gallerys on it. And, it sorta gets annoying for the members to sign up for the forum, gallery 1, gallery 2, etc etc etc

What i'm wondering is, how do i link the users of two gallerys

(example, you sign up for the one, and it works for the otherone)

Nibbler

Bridge both galleries to the forum.

daklay

Any way I can bride them, without bridging them with the forum?
Anyways, I got vbulletin 3.5.3

Joachim Müller

if both galleries reside in the same database (and differ only by prefix), you should be able to link them together by editing include/init.in.php and modifying$CONFIG['TABLE_USERGROUPS'] = $CONFIG['TABLE_PREFIX'].'usergroups';and$CONFIG['TABLE_USERS']      = $CONFIG['TABLE_PREFIX'].'users'; - replace $CONFIG['TABLE_PREFIX']with the prefix of the other gallery's prefix in single quotes. Haven't tested this though.