atsaunier Posted September 21, 2006 Posted September 21, 2006 I was jw if in ipb 2.2 if there will be an option to take to diffrent forums and have them set up to use the same members database, so like if i join at one im automticaly a member at the other?
Guest Posted September 21, 2006 Posted September 21, 2006 possibly ip.converge might come to your rescue there...
Lee-Son Posted September 21, 2006 Posted September 21, 2006 this version that this forum is on is dat the version dat will be available to u soon as i have always wanted a chatroom on my forum like a shoutbox but never seen one on any of your forums yet
mgalyen Posted September 22, 2006 Posted September 22, 2006 @atsanier. This was a challenge for myself but possible (at least until we see what 2.2 does - lol) as a small script program can be run that takes all the members from one forum and adds them to another ( or to a third party program that requires memberships... But for us, it only works as member must register on the 'main' forum and then they can go to the 'other forums' and relogin without having to re-register. (we truned off registration on the secondary program that required membership and they all go to the main first...) This way at least they can go from one to the others without loosing their level or membership.
Elemental Crisis Posted September 22, 2006 Posted September 22, 2006 Heres something I thought of.Could you use a external MySQL host and when installing the forums skip the database setup part and manually edit the config file for both forums and add the MySQL info in?Edit: Never mind, I just realized that it wouldn't work because you would need to duplicate some of the tables.
Mat Barrie Posted September 22, 2006 Posted September 22, 2006 Heres something I thought of.Could you use a external MySQL host and when installing the forums skip the database setup part and manually edit the config file for both forums and add the MySQL info in?Edit: Never mind, I just realized that it wouldn't work because you would need to duplicate some of the tables.Converge is your best bet, but the method currently used these days is to use the same database for all your forums but a different table prefix, and editing the DB driver to alter the prefix on all calls to the member tables.
Strange_Will Posted September 22, 2006 Posted September 22, 2006 Can MySQL replicate only certian tables? That may be what you want.Just replicate the Users table between the two seperate forums.Just an idea.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.