The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
CERBERUS: 1 vB4: runs multiple domains with custom styles, forums, universal login Details »» | |||||||||||||||||||||||||||||
CERBERUS: 1 vB4: runs multiple domains with custom styles, forums, universal login
Developer Last Online: Jun 2020
***Attention: This product is currently UNSUPPORTED***
We would like to release an Alpha version of the vBulletin4 Cerberus product. This product allows you to create one vBulletin4 installation which can power unlimited number of domains and sub-domains; while allowing to customize each domain differently to make it look like different sites or sections. Domains will have one universal admincp and user login information. ***Example*** www.supercoolautoforum.com - main site, all forums ferarri.supercoolautoforum.com - custom style and forums, same login bmw.supercoolautoforum.com- custom style and forums, same login honda.supercoolautoforum.com - custom style and forums, same login supercoolmotorcycleforum.com - custom style and forums, same login *** Why are you releasing this, I want more features?! *** This is a very simple product; we believe that the basic functionality provided in this product will satisfy a lot of communities - and since the product is simple - it will be easy to extend it and modify it to work for your custom community requirements. Overview of Current Features:
Project Contributors: s.lauderdale;m.biddle;a.ahn; anders Download Now
Supporters / CoAuthors Show Your Support
|
9 благодарности(ей) от: | ||
BirdOPrey5, CvP, Gnoll, huevncom, merk_aus, mokujin, PhilG, SVIT.Share, xrvel |
Comments |
#432
|
|||
|
|||
Quote:
|
#433
|
|||
|
|||
Sometimes some of us have to bite the bullet and upgrade
|
#434
|
|||
|
|||
Okay so another question for you guys.
I have vBulletin Publishing Suite and three domains. Domain1.com has the vBCMS and I want to keep it that way. Domain3.com I am happy to have go straight to the forums (as it currently does) however Domain2.com I want to point to a vBAdvanced installation. Any idea how to do this and set it up successfully? |
#435
|
|||
|
|||
Hello guys,
We’re using vBulletin 4.1.4, and have tried using CERBERUS 1 Mod with different subdomains and each has its own language, such as English.mydomain.com , French.mydomain.com, Arabic.mydomain.com .. We’ve loaded and applied language packs for each subdomain and normalized to UTF-8. The issue we’re having is that each subdomain Language Interface is getting a mix of the default language forum. Say, our main forum default language is English, then when users go to French.mydomain.com will get the French page but has a mix of English words in the Registration, making a new post and such. That makes them confused. My question, is there a way that we can have a full Language User Interface for each subdomain that looks totaly independent from the other subdomains. It would be greatly appreciated if anyone can help me with this, or direct me to a resolution. Thanks in advance. |
#436
|
|||
|
|||
I was wondering if anyone could help me set the favicons seperate for each board.
I have five boards all together (all with licenses so don't threat) - however need all of them to have a different fav icon. I found this: Code:
<vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain1.com'"> Test code </vb:if> However don't know if that can help, or how to do else/if conditionals. Any help would be greatfully appreciated. |
#437
|
||||
|
||||
Quote:
Code:
<vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain1.com'"> <link rel="icon" type="image/png" href="/somewhere/myicon1.png" /> </vb:if> <vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain2.com'"> <link rel="icon" type="image/png" href="/somewhere/myicon2.png" /> </vb:if> <vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain3.com'"> <link rel="icon" type="image/png" href="/somewhere/myicon3.png" /> </vb:if> ... |
#438
|
|||
|
|||
Quote:
|
#439
|
|||
|
|||
Quote:
|
#440
|
|||
|
|||
chuck that in the headinclude template or the header?
Sorry for being a complete idiot. |
#441
|
||||
|
||||
Quote:
headinclude would be the most appropriate place. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|