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
For those interested, the fix would be to modify your "** Load Config **" plugin and look for...
Code:
case 'bbtitle':
if($ib_in_matching_host) {
$vbulletin->options['bbtitle'] = $ib_the_spec[1];
}
break;
... and then below it add:
Code:
case 'hometitle':
if($ib_in_matching_host) {
$vbulletin->options['hometitle'] = $ib_the_spec[1];
}
break;
Seeing now the relationship between the configuration options in the ACP and how easy it is to add new ones, now I'm wondering what other little tweaks could be done.
I have to see yet what I need to do to get my vBa CMPS modules to play nice with it.
That''s the same issue the user "Sticky" is having with the styles too... I don't know, it's working fine for me... Make sure both styles are parent styles.
If they are I suggest turning off all your mods besides this one and see if it works. If it does turn your mods back on one by one until you find the one causing the problem.
That''s the same issue the user "Sticky" is having with the styles too... I don't know, it's working fine for me... Make sure both styles are parent styles.
If they are I suggest turning off all your mods besides this one and see if it works. If it does turn your mods back on one by one until you find the one causing the problem.
Bird you frequent this mods forum more than I do, perhaps remind users to check their other settings from time to time?
For example ensure in the styles options they are allowing user selection, ensure in the admincp style options you have it set to allow users to change styles. Along with that check to see if any .htaccess files are present and rename temporarily to see if that sorts it out otherwise it could be a mod.. anything installed dealing with the cache or how the site displays.
Those are some good suggestions... Although I have tested that it makes no difference on my test forum if the style is marked as user selectable or not.