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)

Dismounted 09-15-2008 05:37 AM

@scoyote:
Code:

<!-- logo -->
<a name="top"></a>

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF" <!--background="images/misc/topback.png"-->

<tr>
        <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="<if condition="$foruminfo['forumid'] == 11">images/misc/muskiecentral.png<else />$stylevar[titleimage]</if>" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

@nando99: The forum ID variable actually doesn't exist at the point where the template is called. You would have to create a plugin and bring $forum into focus.

scoyote 09-15-2008 11:49 AM

Sigh......I'm not really sure what you just said.

I'm guessing that something is wrong with the way my logo is being called and I cannot show a different logo on one of the forums?

Dismounted 09-15-2008 12:43 PM

I just posted an edited version of your header template. Disregard what I'm saying to nando99.

nando99 09-15-2008 02:39 PM

Quote:

Originally Posted by Dismounted (Post 1622453)
@nando99: The forum ID variable actually doesn't exist at the point where the template is called. You would have to create a plugin and bring $forum into focus.

Yeah... I had to use $GLOBALS[forumid] and it worked fine. Thanks.

scoyote 09-15-2008 08:00 PM

Dismounted.....thank you very much.
That is working perfectly.....!

I almost hate to ask this question....but....

Now, if I want to add another logo for forum ID 9

Do I need to enter that whole line again or add a comma and the other forum id????

if condition="$foruminfo['forumid'] == 11">images/misc/muskiecentral.png,
if condition="$foruminfo['forumid'] == 9">images/misc/ftm.png
<else />$stylevar[titleimage]</if>

Does it work like that?

Dismounted 09-16-2008 04:59 AM

Code:

<!-- logo -->
<a name="top"></a>

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF" <!--background="images/misc/topback.png"-->

<tr>
        <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="<if condition="$foruminfo['forumid'] == 11">images/misc/muskiecentral.png<else /><if condition="$foruminfo['forumid'] == 9">images/misc/ftm.png<else />$stylevar[titleimage]</if></if>" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]


scoyote 01-29-2009 02:28 PM

OK....just never satisfied I guess ;-)

Now, my customer wants that logo to be linked to his website so he can click it to go directly there.

Can that logo be linked?

If so....can someone give me an example or is it just normal HTML code?

Lynne 01-29-2009 02:47 PM

Making a logo clickable is basic html - the basic structure:

HTML Code:

<a href="whatever.php"><img src="logo.jpg"></a>

scoyote 01-29-2009 03:58 PM

Then I'm doing it wrong?

I tried that and it didn't work for me.

Here is where I'm trying to do it:

<img src="<if condition="$foruminfo['forumid'] == 11">images/misc/muskiecentral.png<else /><if condition="$foruminfo['forumid'] == 9">images/misc/ftm.png<else />

So...where do you put that code inside there?

Dismounted 01-30-2009 03:46 AM

Before it, put:
Code:

<a href="whatever.php">
After it, put:
Code:

</a>


All times are GMT. The time now is 11:00 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.01147 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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