Version: 1.00, by ibautocommunity
Developer Last Online: Jun 2020
Category: Major Additions -
Version: 4.0.x
Rating:
Released: 11-23-2010
Last Update: Never
Installs: 138
Uses Plugins
Re-useable Code Translations Is in Beta Stage
No support by the author.
***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:
One shared installation of vBulletin 4
One shared user account on all domains
Custom Style for each domain
Custom Forum listing for each domain
Known Issues:
CMS and Blogs are currently not configured to have special domain-specific categories and sections. CMS is shared across all sites although the appearance will be different for each domain.
Project Contributors: s.lauderdale;m.biddle;a.ahn; anders
The mod does not support separate CMS pages but I am wondering if it would be possible to somehow have the CMS redirect to a section page?
For example, I have an automotive forum with two different makes. Currently, the CMS page shows both bakes on both domains. However, I have the sections set up so one can sort by each make.
Would it be possible to have the domain go to its respective section page for the make by default?
I don't have th full VB Suite so I am not 100% sure how the CMS pages work but since you are using a separate style for each I'd imagine there would be a way, maybe by javascript, to sort it one way for one domain (style) and another way for the other domain/style.
Also not sure if it will help in your situation but this conditional can show template code for one domain or the other:
Code:
<vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain1.com'">
Test code
</vb:if>
You can use the VB conditionals to make "else-if" and "else" options as well to cover multiple domains.
I don't have th full VB Suite so I am not 100% sure how the CMS pages work but since you are using a separate style for each I'd imagine there would be a way, maybe by javascript, to sort it one way for one domain (style) and another way for the other domain/style.
Also not sure if it will help in your situation but this conditional can show template code for one domain or the other:
You can use the VB conditionals to make "else-if" and "else" options as well to cover multiple domains.
I thought it might be as simple as pointing the homeurl in Cerberus to the section ID but that didn't work.
I'll see what I can do with that conditional, thank you for always helping. Guys like you are what make vb.org great!
Ohh WoW I envy you guys, all been ahead finding and fixing issues and I still stuck on the style breakdown. I will keep reading just to see if the creator make a good Tutorial to get this done.
For now the vB XML Sitemap will only generate URLs using your 'real' domain and not any of your virtual domains. Hopefully there'll be a solution going forward.