The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
2 Seperate forums, site.com/forum1 and site.com/forum2 -- same login on each forum. has this be done?
I was never quite able to get this to work with VB2. It is very easy to do with phpBB, but i would rather go with vB3 then PHPBB. I realize I would still need two BB licenses. But is this at all easy? |
#2
|
||||
|
||||
![]()
with vb3 it's not that hard to achieve as long as both forums are on the same DB, just different by the tableprefix.
but there could appear some problems if you are not really really carefull... (usergrouppermissions and such) |
#3
|
||||
|
||||
![]()
addition: if you just want the same login, that's not that hard, as you can just insert the user into both db's when registring on one forum, but if you want to share the userprofile at all, then it would becoming the difficult way i mentioned
![]() |
#4
|
||||
|
||||
![]()
Why not just have three db's. One central user database containing the user, userprofile tables etc and then another two for the rest (e.g. forums, settings, templates etc). Then have all 3 database all on the same username and password. Then do a long-haul search and replace within the file replacing all references to the " . TABLE_PREFIX ."user table for example with nameofuserdb." . TABLE_PREFIX . "user
That'd be quite easy to do ![]() |
#5
|
|||
|
|||
![]()
right id want to share profile and such,
bother sites are on same server, so ya they could use same DB. phpbb has a constants.php file that contains a list of all the table names... so you can just hard code the table prefix for specific tables (user table) to be the same... your saying we could do this with vB3, where does vB3 define all the table names, or are they spread through the code? |
#6
|
|||
|
|||
![]()
ah ok dean, so i guess you answered my last question. search and replace. hmm. sketchy...... but whattya gonna do i guess
![]() but your idea is good, better then all sites on 1 db with diff table prefixes. |
#7
|
||||
|
||||
![]()
Wow phpbb does that - that's a great idea
![]() Basically for all those that may know I was thinking that perhaps you could write some ifs and regexp's to check the instance of where the constant is being used. For example if the follow characters until the next gap of TABLE_PREFIX was user then replace it with something. I don't know if this is possible. |
#8
|
||||
|
||||
![]()
Dean, that's exactly the way i mentioned above.
with that way you can produce some real problems if you are not carefully when creating new usergroups and such |
#9
|
||||
|
||||
![]()
Note: to do this you would need two licenses as effectively you'd be running two forums
![]() |
#10
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|