Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-07-2006, 10:48 PM
oldgoat oldgoat is offline
 
Join Date: Mar 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Conditional if giving me problems

I have a banner ad in the top left corner that is to be on every page in the forum.
The forum page mod, places a banner on the vbulletin forum page (renamed the index file to forum due to vbadvanced)
The index page mod, places a banner on the vbadvanced page (renamed the cpms_index file to index)
The forum id pages are getting a specific banner based on conditional if statements.

I want the following functionality:
forum banner in the top left corner - always there
A specific ad for the forum page in the top right corner
A specific ad for the index page in the top right corner
A general ad in the top right corner in all the forum pages (user cp,faq, member list, etc..)

I have 97 forum id pages,
a general ad in the top right corner in all the forum id pages
i want to be able to group certain forum ids so as to place specific ads per batch of forumids, but also be able to exclude any specific forumid.
If there is no specific ad, the general ad will be shown.

the problem i am having is i can place the ad in all the forum pages, but cant exclude it from the forum and index pages, the images are overlapping.
tahnks in advance for all your help
all the mods are in the header template.

PHP Code:
<!-- logo -->
<
a name="top"></a>
<
table border="0" width="$stylevar[outertablewidth]cellpadding="0" cellspacing="0" align="center">
<
tr>

<!-- 
BANNER AD MOD -->
    <
td align="left">
<
a href="$vboptions[forumhome].php$session[sessionurl_q]">
<
a href="http://www.website.com">
<
img src="$stylevar[imgdir_misc]/BANNER.jpg" WIDTH="410" HEIGHT="100" alt="BANNER" border="1"></a></a></td>
<!-- 
BANNER AD MOD -->

<!-- 
FORUM PAGE AD MOD ON VBULLETIN-->
<if 
condition="THIS_SCRIPT == 'index'">
        <
td align="left">
<
a href="$vboptions[forumhome].php$session[sessionurl_q]">
<
a href="http://www.website.com">
<
img src="$stylevar[imgdir_misc]/FORUM.jpg" WIDTH="570" HEIGHT="100" alt="FORUM" border="1"></a></a></td>
</if>
<!-- 
FORUM PAGE AD MOD ON VBULLETIN-->

<!-- 
INDEX PAGE AD MOD ON VBADVANCED -->
<if 
condition="THIS_SCRIPT == 'adv_index'">
        <
td align="left">
<
a href="http://www.website.com">
<
img src="$stylevar[imgdir_misc]/INDEX.jpg" WIDTH="570" HEIGHT="100" alt="index" border="1"></a></a></td>
</if>
<!-- 
INDEX PAGE AD MOD ON VBADVANCED -->

<!-- 
GENERAL PAGE AD MOD - INCLUDE ALL FORUMID PAGES-->
<if 
condition="$GLOBALS['forumid'] >= 1 AND $GLOBALS['forumid'] <= 93 AND !in_array($GLOBALS['forumid'], array(18,19,20,21,22,7,28,25,26))">
<
td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]">
<
a href="http://www.website.com">
<
img src="$stylevar[imgdir_misc]/GENERAL.jpg" WIDTH="570" HEIGHT="100" alt="AD" border="1"></a></a></td>
    </
td>
<!-- 
GENERAL PAGE AD MOD - INCLUDE ALL FORUMID PAGES-->

<!-- 
SPECIFIC PAGE AD MOD -->
<if 
condition="in_array($GLOBALS['forumid'], array(25))">
        <
td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]">
<
a href="http://www.website.com">
<
img src="$stylevar[imgdir_misc]/AD.jpg" WIDTH="570" HEIGHT="100" alt="AD" border="1"></a></a></td>
    </
td>
</if>
<!-- 
SPECIFIC PAGE AD MOD -->

<!-- 
SPECIFIC PAGE RANGE AD2 MOD  -->
<if 
condition="$GLOBALS['forumid'] >= 26 AND $GLOBALS['forumid'] <= 34">
        <
td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]">
<
a href="http://www.website.com">
<
img src="$stylevar[imgdir_misc]/AD 3.jpg" WIDTH="570" HEIGHT="100" alt="AD 3" border="1"></a></a></td>
    </
td>
</if>
<!-- 
SPECIFIC PAGE RANGE AD2 MOD  -->


</
tr>
</
table>
<!-- /
logo -->

<!-- 
content table -->
$spacer_open

$_phpinclude_output 
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:30 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03898 seconds
  • Memory Usage 2,201KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete