The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
I would think you could just write a mod with if statements that will only show what forum id you want to show.
Something like this below. Code:
if ( $_SERVER['HTTP_HOST'] == "domain.com" ) { code to show specific forums. } else if ( $_SERVER['HTTP_HOST'] == "domain2.com" ) { code to show specific forums for this domain } else { code to show default forum. } I do believe it would only need one licence this way. Don't quote me on the licence part |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|