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)

sticky 06-07-2011 07:30 AM

Quote:

Originally Posted by merk_aus (Post 2204474)
Okay,
I have an issue since upgrading to vb4.1.3 PL1 when I login people can post on the main site no issues...

However when they go to post in any of the other boards it comes up no permissions (and attempts to get them to post on the main site).

Before anyone suggests YES I Do have KW802's XML from post 221.

Any ideas/suggestions?

I forgot to mention I do have vBSEO installed :D

EDIT: I have disabled vBSEO and it all seems to work properly. mmmmm.... any suggestions at all to get this to work, it would be a shame to have to lose vBSEO.

This is why I don't upgrade :)

merk_aus 06-09-2011 10:25 PM

Sometimes some of us have to bite the bullet and upgrade

merk_aus 06-13-2011 09:22 PM

Okay so another question for you guys.
I have vBulletin Publishing Suite and three domains.
Domain1.com has the vBCMS and I want to keep it that way.
Domain3.com I am happy to have go straight to the forums (as it currently does)
however Domain2.com I want to point to a vBAdvanced installation.

Any idea how to do this and set it up successfully?

Hareth 06-17-2011 12:27 AM

Hello guys,

We’re using vBulletin 4.1.4, and have tried using CERBERUS 1 Mod with different subdomains and each has its own language, such as English.mydomain.com , French.mydomain.com, Arabic.mydomain.com ..
We’ve loaded and applied language packs for each subdomain and normalized to UTF-8.

The issue we’re having is that each subdomain Language Interface is getting a mix of the default language forum. Say, our main forum default language is English, then when users go to French.mydomain.com will get the French page but has a mix of English words in the Registration, making a new post and such. That makes them confused.

My question, is there a way that we can have a full Language User Interface for each subdomain that looks totaly independent from the other subdomains.

It would be greatly appreciated if anyone can help me with this, or direct me to a resolution.

Thanks in advance.

merk_aus 06-22-2011 11:58 PM

I was wondering if anyone could help me set the favicons seperate for each board.

I have five boards all together (all with licenses so don't threat) - however need all of them to have a different fav icon.

I found this:
Code:

<vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain1.com'">
Test code
</vb:if>

Posted by: BirdofPrey5

However don't know if that can help, or how to do else/if conditionals.

Any help would be greatfully appreciated.

BirdOPrey5 06-23-2011 12:05 AM

Quote:

Originally Posted by merk_aus (Post 2211555)
I was wondering if anyone could help me set the favicons seperate for each board.

I have five boards all together (all with licenses so don't threat) - however need all of them to have a different fav icon.

I found this:
Code:

<vb:if condition="$_SERVER['HTTP_HOST'] == 'www.domain1.com'">
Test code
</vb:if>

Posted by: BirdofPrey5

However don't know if that can help, or how to do else/if conditionals.

Any help would be greatfully appreciated.

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.

sticky 06-23-2011 12:36 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2211560)
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.

I tested it, works.

sticky 06-23-2011 12:37 AM

Quote:

Originally Posted by BirdOPrey5 (Post 2211560)
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.

You actually helped me with this back on page 21 :) : https://vborg.vbsupport.ru/showpost....&postcount=303

merk_aus 06-23-2011 12:45 AM

chuck that in the headinclude template or the header?
Sorry for being a complete idiot.

BirdOPrey5 06-23-2011 09:07 AM

Quote:

Originally Posted by sticky (Post 2211575)
You actually helped me with this back on page 21 :) : https://vborg.vbsupport.ru/showpost....&postcount=303

:up:

Quote:

Originally Posted by merk_aus (Post 2211579)
chuck that in the headinclude template or the header?
Sorry for being a complete idiot.

headinclude would be the most appropriate place.


All times are GMT. The time now is 05:05 PM.

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.01886 seconds
  • Memory Usage 1,750KB
  • 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
  • (5)bbcode_code_printable
  • (6)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