The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
This is the scenario:
I started a forum dedicated to "Topic A" with a subforum for "Topic B". Topic B is now outperforming Topic A. Is it possible to create a new site focusing on Topic B and still keep the Topic A site? What I'm really asking is, can there be two websites with different design but with the same database? Thanks! |
#2
|
||||
|
||||
![]()
You will need two vbulletin licenses.
|
#3
|
|||
|
|||
![]()
That wouldn't be a problem.
|
#4
|
||||
|
||||
![]()
ok then you would use the same database with different domains.
Upload the same files on both servers something like this would be in a plugin Code:
if $_SERVER['SERVER_NAME'] = www.site-a.com show forum-a ids array here if $_SERVER['SERVER_NAME'] = www.site-b.com show forum-b ids array here I just gave a round about example. The above code will not work. |
#5
|
|||
|
|||
![]()
That looks promising. So if I understand your code correctly it's a matter of show or hide of forum IDs on each site? ...but in the background it's one big forum?
What about Style? Obviously, each site would have different logos and headers. Is there a way to have different styles on each site? Thanks! |
#6
|
||||
|
||||
![]()
again in a plugin
Code:
if $_SERVER['SERVER_NAME'] = www.site-a.com set site-a style if $_SERVER['SERVER_NAME'] = www.site-b.com set site-b style |
#7
|
|||
|
|||
![]()
Thanks.
What are the pros and cons in this? I have a very active community. The interest of the members is kind of split though which is why I'm planning to launch an additional site. Is it better to have two separate databases or just one? |
#8
|
|||
|
|||
![]()
How will it work with registration and cookies if I use two domains with one database?
|
#9
|
||||
|
||||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=229858" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=229858</a>
|
#10
|
|||
|
|||
![]()
Thanks for the link but I would need something that is supported and handles different CMS'.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|