vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Diff. logo for diff. URL (https://vborg.vbsupport.ru/showthread.php?t=155866)

CraiovaOnLine 08-21-2007 06:32 PM

Diff. logo for diff. URL
 
So here Is my question

1 forum - 2 domains(or more)
www.domain1.com and www.domanin2.com
I would like to set a logo for each domain; when forum is accesed from domain1.com users will see logo1.gif and when from domain2.com -> logo2.gif - and so on

This is my ideea (must work with ... it's not working .. :D yet :D )
we define 2 variables in vb:
PHP Code:

$url $_SERVER['SERVER_NAME']; 
$link substr($urlstrpos($url'.')+1); 

after this we'll modify header section with this
Code:

<if condition="$link= 'domain1.com'">
<img src="http://www.domain1.com/logo1.gif">
</if>
<else />
<if condition="$url = 'domain2.com'">
<img src="http://www.domain2.com/logo2.gif">
</if>

So can anyone help me?
Where should i define $url and $link ?

nutnut 08-22-2007 06:13 AM

There is a mod that allows you to set different styles for different domains, search around a bit.

CraiovaOnLine 08-22-2007 11:21 AM

Quote:

Originally Posted by nutnut (Post 1322896)
There is a mod that allows you to set different styles for different domains, search around a bit.

not different styles just different logo's!
well... i tried to search...i'll search again ..
thanks .. I guess!


All times are GMT. The time now is 03:47 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.01047 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete