Log in

View Full Version : [Help/Howto?] Adding new block between last post and bigreply-button


Marv
10-25-2005, 09:13 AM
I?m trying to add a new adblock between the last post and the bigreply button but the way I do it seems to be wrong. May be someone could help me with that ?

In showthread, right between <div id="posts">$postbits<div id="lastpost"></div></div>

<!-- start content table -->

I?ve added <!-- googlebar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" align="center">
<!-- / googlebar -->

<!-- GoogleAds -->
<td class="alt1" align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
google_ad_width = xxx;
google_ad_height = xxx;
google_ad_format = "xxxxxxxx";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "xxxxxx";
google_color_bg = "xxxxxx";
google_color_link = "xxxxxxx";
google_color_url = "xxxxxxx";
google_color_text = "xxxxxxx";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</td>
</tr>
</table>
<!-- / GoogleAds --><br />

In the end it results in showing up nothing. Not an error, simply nothing. Is anyone able to tell me where I went wrong ? May be the error is right before my eyes, lying and waiting.. - just can see what?s wrong.. :ermm:

Any help appreciated.

Xplorer4x4
10-25-2005, 09:25 AM
<a href="http://www.vbulletin.com/forum/showpost.php?p=860782&postcount=3" target="_blank">http://www.vbulletin.com/forum/showp...82&postcount=3</a>

Where you see <div id="posts">$postbits</div> right above the red text, search for just $postbits as the <div> tags have changed slightly in 3.5

Marv
10-25-2005, 10:03 AM
Thank you very much - that´s it *thumbsup*