Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

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
  #462  
Old 07-18-2011, 05:13 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sticky View Post
Ok, upgraded to 4.1.4 and although cerberus works for the forum my CMS homepage no longer works correctly.

I get this error: An unexpected error has occured. Please try again later. If this error continues to occur, please notify the administrator.

Anyone know why?
Don't think this has anything to do with Cerberus. Only get the error with admin accounts even though permissions are correct. Damned VB...
Reply With Quote
  #463  
Old 07-18-2011, 06:22 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, for the record, this works with 4.1.4 Cleared cache, all is good.
Reply With Quote
  #464  
Old 07-18-2011, 10:05 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
This should work for favicons but I haven't tested...

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>
...
and so on... You can do if-else statements but there is no reason to in the setup you described.
Upgraded to 4.1.4 and neither favicon suggestion works any longer
Reply With Quote
  #465  
Old 07-18-2011, 10:13 PM
JasonReynolds JasonReynolds is offline
 
Join Date: May 2009
Location: United Kingdom
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So does this work for alternate php integration method for main site/Non-VB or just Url's u want VB on?
Reply With Quote
  #466  
Old 07-19-2011, 12:21 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sticky View Post
Upgraded to 4.1.4 and neither favicon suggestion works any longer
I believe they added a stylevar for the favicon in 4.1.4- yo'ure going to need to delete the built in line, search your templates for rel="icon" and see if they added the line somewhere.
Reply With Quote
Благодарность от:
sticky
  #467  
Old 07-19-2011, 01:21 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
I believe they added a stylevar for the favicon in 4.1.4- yo'ure going to need to delete the built in line, search your templates for rel="icon" and see if they added the line somewhere.
I managed to fix it, thanks!
Reply With Quote
  #468  
Old 07-19-2011, 03:23 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One problem I'm having with 4.1.4 is that each post is redirecting. As in, after you post it doesn't just appear on the page as it should but instead this happens:

'Thank you for posting! You will now be taken to your post. If you opted to post a poll, you will now be allowed to do so.'

Then it redirects back to the thread. I tried a test forum and it doesn't have this problem and it didn't exist before 4.1.4. Anyone else have this or have an idea?
Reply With Quote
  #469  
Old 07-25-2011, 07:57 AM
Tahooma Tahooma is offline
 
Join Date: Aug 2010
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi
we try to install cerberus on our new plattform.
We experience the problem that you can logon through the "portal" website, but not on the sub-websites.
If you logon on sub-websites and you try to post a topic or anwer, it sais "no permissions".
If you do the same on the portal forum it works like a charm.
One sympthom on the sub-websites is, the password field is clear text, not encryptet with "****"

Here are our cerberus settings, vBulletin version 4.1.2

buw.tat.at]
bbtitle=baw - Forum
bburl=w.tat.at/forums
homeurl=w.tat.at
catids=78,80,81,82
styleid=6
cookiedomain=
facebookappid=Your_appid_here
facebooksecret=Your_fb_secret_here

[f.tat.at]
bbtitle=f - Forum
bburl=f.tat.at/forums
homeurl=f.tat.at
catids=52,58,56,57,86
styleid=7
cookiedomain=.tat.at
facebookappid=Your_appid_here
facebooksecret=Your_fb_secret_here

[fa.tat.at]
bbtitle=fa - Forum
bburl=fa.tat.at/forums
homeurl=fa.tat.at
catids=48,49,51
styleid=5
cookiedomain=.tat.at
facebookappid=Your_appid_here
facebooksecret=Your_fb_secret_here

[t.tat.at]
bbtitle=t - Forum
bburl=t.tat.at/forums
homeurl=t.tat.at
catids=48,49,51
styleid=3
cookiedomain=.tat.at
facebookappid=Your_appid_here
facebooksecret=Your_fb_sec

Any help appreciated...
Reply With Quote
  #470  
Old 07-26-2011, 01:02 AM
CaneInsider CaneInsider is offline
 
Join Date: Sep 2010
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am willing to drop some good cash for a supported version of this. Also, if someone who has it installed could provide links so I can see it in action that would be great. If there is a programmer who want to further develop this PM me.
Reply With Quote
  #471  
Old 07-26-2011, 04:50 PM
Arthran Arthran is offline
 
Join Date: Apr 2011
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

CaneInsider, check out Devgaming.net and also pretty much everything in our top menu is done using cerberus. For example check the teams menu and you'll find 2 subdomains each with their own cms front page and forums
Reply With Quote
Reply


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 02:05 PM.


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.05871 seconds
  • Memory Usage 2,349KB
  • 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
  • (1)bbcode_code
  • (4)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
  • (10)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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