Hi
I tried in $ad_location[ad_showthread_firstpost_sig]. It didn't show .
I also tried with $template_hook[postbit_signature_start]
It either didn't showed.
For some reason It's not appearing HERE is the code for postbit legacy that I am trying
Quote:
$template_hook[postbit_signature_start]
<if condition="(($post[postcount] % $vboptions[maxposts] == 1))">
<if condition="THIS_SCRIPT != 'register' AND !in_array($GLOBALS['forumid'], array(12,13,14,))">
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 5, 7)"><script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxx";
/* 728x90 bottom ad */
google_ad_slot = "xxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</if>
</if>
</if>
<if condition="$post['signature'] AND !in_array($thread['forumid'],array(13,14,15,))">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
|