vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - CERBERUS: 1 vB4: runs multiple domains with custom styles, forums, universal login (https://vborg.vbsupport.ru/showthread.php?t=254197)

KW802 11-29-2010 10:53 PM

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)? :)

KW802 11-30-2010 12:51 AM

Quote:

Originally Posted by KW802 (Post 2127361)
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. :D

I have to see yet what I need to do to get my vBa CMPS modules to play nice with it.

sross 11-30-2010 03:07 AM

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!

sticky 11-30-2010 03:52 AM

Quote:

Originally Posted by sross (Post 2127420)
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.

Michael Biddle 11-30-2010 03:23 PM

Quote:

Originally Posted by sross (Post 2127420)
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)

FReeSTER 11-30-2010 03:35 PM

Quote:

Originally Posted by Michael Biddle (Post 2127580)
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

Alfa1 11-30-2010 03:56 PM

Can someone think of a way/modification to use this mod to connect a 3.8 with a 4 forum?

BirdOPrey5 11-30-2010 04:01 PM

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.

Michael Biddle 11-30-2010 04:51 PM

Quote:

Originally Posted by El Intocable (Post 2127584)
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.

Nephalim 11-30-2010 05:54 PM

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=


All times are GMT. The time now is 09:22 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01596 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete