Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
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
Version: 1.00, by ibautocommunity ibautocommunity is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

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

Download Now

File Type: zip product-cerberus.zip (138.6 KB, 1793 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
9 благодарности(ей) от:
BirdOPrey5, CvP, Gnoll, huevncom, merk_aus, mokujin, PhilG, SVIT.Share, xrvel

Comments
  #62  
Old 11-29-2010, 10:53 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see "homeurl" is an available option but what about "hometitle" (so that the footer nav doesn't point to the 'real' hometitle in the ACP)?
Reply With Quote
  #63  
Old 11-30-2010, 12:51 AM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KW802 View Post
I see "homeurl" is an available option but what about "hometitle" (so that the footer nav doesn't point to the 'real' hometitle in the ACP)?
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.
Reply With Quote
  #64  
Old 11-30-2010, 03:07 AM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, so it appears 2 diff domains can have unified logins and profiles. However can I move a forum thread from one domain to another domain via mod tools? Also, how would this mod affect things like vbgallery? Thanks!
Reply With Quote
  #65  
Old 11-30-2010, 03:52 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sross View Post
Ok, so it appears 2 diff domains can have unified logins and profiles. However can I move a forum thread from one domain to another domain via mod tools? Also, how would this mod affect things like vbgallery? Thanks!
That is a great question about moving threads between the two.

It's all the same installation and some forums are shared so in theory it sounds like it would work... don't know though.
Reply With Quote
  #66  
Old 11-30-2010, 03:23 PM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sross View Post
Ok, so it appears 2 diff domains can have unified logins and profiles. However can I move a forum thread from one domain to another domain via mod tools? Also, how would this mod affect things like vbgallery? Thanks!
You should be able to move a thread the same way you would before as it is all on the same database. If you move it to a forum that is under a different domain, then yes, it would go to a different domain name.

As for vbgallery, we have not tested it, although my initial guess is that there would be duplicates on each URL (No way to specify which sections go to which domain)
Reply With Quote
  #67  
Old 11-30-2010, 03:35 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michael Biddle View Post
You should be able to move a thread the same way you would before as it is all on the same database. If you move it to a forum that is under a different domain, then yes, it would go to a different domain name.

As for vbgallery, we have not tested it, although my initial guess is that there would be duplicates on each URL (No way to specify which sections go to which domain)
So with this been said, you mean we will install a new vB using the same database ?
Damn i cant wait for a good how to on this mod. lol
Reply With Quote
  #68  
Old 11-30-2010, 03:56 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone think of a way/modification to use this mod to connect a 3.8 with a 4 forum?
Reply With Quote
  #69  
Old 11-30-2010, 04:01 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod uses a single database so it would never be part of solution to connect 3.8 with 4.0 forum.

There's a mod called vBnetwork that allows you to share forums across different forums on different servers and different versions... I'm using it now we share a forum with another 3.8 forum and a 4.0 forum.
Reply With Quote
  #70  
Old 11-30-2010, 04:51 PM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by El Intocable View Post
So with this been said, you mean we will install a new vB using the same database ?
Damn i cant wait for a good how to on this mod. lol
Yes. With this product they all use the same files and the same database, so for vBulletin upgrades, you would be upgrading all at once.
Reply With Quote
  #71  
Old 11-30-2010, 05:54 PM
Nephalim Nephalim is offline
 
Join Date: Apr 2005
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, so I tried it again. But now domain 1 works with no errors. But, domain 2 gets a "page not redirecting properly error".
Anyone else get this? I copied and pasted exactly as per instructions

[mysite1.com]
bbtitle=my site 1
bburl=mysite1.com/forum
homeurl=mysite1.com
catids=1,5,11
styleid=2
cookiedomain=.mysite1.com
facebookappid=1xxxxxxxxxxxxxx3
facebooksecret=7xxxxxxxxxxxxxxxxxxxxxxxxxf

[mysite2.com]
bbtitle=mysite2
bburl=mysite1.com/forum <---- I put the URL of the main forum because there is no forum at the mysite2.com. It is sharing mysite1.com forum!
homeurl=mysite2.com
catids=18
styleid=3
cookiedomain=.mysite2.com
facebookappid=
facebooksecret=
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:28 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05893 seconds
  • Memory Usage 2,334KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete