vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Ad intermixed in posts (https://vborg.vbsupport.ru/showthread.php?t=239573)

wacnstac 04-01-2010 03:39 PM

Ad intermixed in posts
 
Hi,

I've had great success in running ads at the top of a thread but decided to mix it up a bit. Below is my Postbit template. Things work great until you do a quick reply to make a third post which is where the second 300x250 is supposed to be. That creates a hang..... - the page never loads. Any help on this would be greatly appreciated.

--------------- Added [DATE]1270140131[/DATE] at [TIME]1270140131[/TIME] ---------------

PHP Code:

$template_hook[postbit_start]
<!--  
Google Hack -->
<if 
condition="(in_array($bbuserinfo[usergroupid], array(5, 87, 84)) OR is_member_of($bbuserinfo, 94) OR is_member_of($bbuserinfo, 99))">

<else />



<if 
condition="($post[postcount] == 3 OR $post[postcount] == 3 OR $post[postcount] == 18  OR $post[postcount] == 33 OR $post[postcount] == 48 OR $post[postcount] == 63 OR $post[postcount] == 78 OR $post[postcount] == 93 OR $post[postcount] == 108 OR $post[postcount] == 123 OR $post[postcount] == 138 OR $post[postcount] == 153 OR $post[postcount] == 164 OR $post[postcount] == 183 OR $post[postcount] == 198 OR $post[postcount] == 213 OR $post[postcount] == 228 OR $post[postcount] == 243 OR $post[postcount] == 258 OR $post[postcount] == 273 OR $post[postcount] == 288 OR $post[postcount] == 303 OR $post[postcount] == 318 OR $post[postcount] == 333 OR $post[postcount] == 348 OR $post[postcount] == 363 OR $post[postcount] == 378)">
<if 
condition="$show['spacer']">$spacer_open<if condition="!$post['islastshown']"><div style="padding:0px 0px $stylevar[cellpadding]px 0px"></if></if>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="thead" $scrolltothis><img src="$stylevar[imgdir_statusicon]/forum_link.gif" alt="" border="0" /> 
    </
td>
</
tr>
<
tr>
    <
td class="alt2" style="padding:0px">
        <
table cellpadding="0" cellspacing="$stylevar[cellpadding]border="0" width="100%">
        <
tr>
            </
td>
            <
td nowrap="nowrap"
                      <
a href="http://www.michigan-sportsman.com/sponsoring_member.htm">
                <
strong>Remove this ad...</strong></a>
            </
td>
            <
td width="100%">&nbsp;</td>
            <
td valign="top" nowrap="nowrap">             
            </
td>
        </
tr>
        </
table>
    </
td>
</
tr>
<
tr>
    <
td class="alt1">

<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr>
    <
td><div align="left">
{
michigan_content_300}


</
div></td>
  </
tr>
</
table>



    </
td>
</
tr>
</
table>
<if 
condition="$show['spacer']"><if condition="!$post['islastshown']"></div></if>$spacer_close</if>
</if>

<!--  
End Google Hack -->

</if> 
<!-- 
Usergroup Hack --> 

--------------- Added [DATE]1270140388[/DATE] at [TIME]1270140388[/TIME] ---------------

Well I've already answered my question as far as what the problem is. It is the use of the replacement variable {michigan_content_300}. That is not good as I need to use replacement variables for the ads as they are targeted on a per forum basis at times. Why wouldn't a replacement variable work here? Is there some sort of escape sequence I need to use?


All times are GMT. The time now is 07:58 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.04041 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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