vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Conditional Templates (https://vborg.vbsupport.ru/showthread.php?t=186827)

cmedic101 07-31-2008 09:49 AM

Quote:

Originally Posted by Opserty (Post 1588190)
Whats the code you are using? (Copy and paste it from your template)

Here is my Forum Display

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
<if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script></if>
</head>
<body>
<if condition="$foruminfo['forumid'] == 32"><img scr="images/mustanglogo.gif" border="0" /><else />scr="images/storm/misc/stormlogo.gif"</if>
$header
$navbar
<if condition="in_array($forumid, array(50,51))"><center><SCRIPT LANGUAGE="JavaScript1.2" src="http://www.codeamber.org/js/hcodea.js">
</script></center>
</P>
</if>

I could not copy the the full template because of restrictions

Dismounted 07-31-2008 09:53 AM

It should be:
Code:

<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else />images/storm/misc/stormlogo.gif</if>" border="0" />

Opserty 07-31-2008 09:58 AM

src not scr

Dismounted 07-31-2008 10:00 AM

Oops, fixed. Was copied and pasted from cmedic101's template :p.

cmedic101 07-31-2008 10:07 AM

Quote:

Originally Posted by Dismounted (Post 1588209)
It should be:
Code:

<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else />images/storm/misc/stormlogo.gif</if>" border="0" />

Quote:

Originally Posted by Opserty (Post 1588213)
src not scr

Thank you so much for your help!

After I placed that entry in Forum display it was showing both header logos.. I move it to the Header template and it works perfect!


Thank you again

Regards,

Cmedic101

cmedic101 08-02-2008 10:49 AM

Ok... This is working great. Now the next question is how can I have a different graphic for all of my forums by to this command listed below but keep the origional forum home logo in place.

<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else />images/storm/misc/stormlogo.gif</if>" border="0" />

thanks in advance

cmedic101

Dismounted 08-02-2008 11:09 AM

Code:

<img src="<if condition="$foruminfo['forumid'] == 32">images/mustanglogo.gif<else /><if condition="$foruminfo['forumid'] == X">images/storm/misc/randomlogo.gif<else />images/storm/misc/stormlogo.gif</if></if>" border="0" />
Basically, keep nesting the conditionals (ugly - I know).

cmedic101 08-02-2008 12:12 PM

Wow... that worked real well... thanks for your help and very quick reply


Sincerely,

cmedic101:up:

scoyote 08-28-2008 03:27 AM

OK, can I break in here too?

I want to do the same thing but I can't figure out how to leave the default header/logo in place because I don't know where to find that information.

(I'm not a programmer, I had someone install and load banners etc....)

But, I need to display a different header/logo for one of my forums.

Dismounted 08-28-2008 07:37 AM

The code caters for that.


All times are GMT. The time now is 04:43 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.01128 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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