The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
adsense after first post...not really working for me..
I used this code.....
<if condition="!$GLOBALS['FIRSTPOSTID'] AND in_array($GLOBALS[forumid], array(1,2,3))"> google adsense </if> I was just using it in 3.5.4 and upgraded today to 3.6.1, and I have the same problem in both. When I use the quick reply, it posts my message, but it gets hung up on a blank screen instead of forwarding me back to that thread. Using the normal reply screen it works just fine. Any ideas? Is there other code I can use? |
#2
|
|||
|
|||
where have you placed the code?
and i've never seen it using the $GLOBALS not saying thats incorrect but every other method i've seen hasnt used that |
#3
|
|||
|
|||
Oh...I just found that code in some thread about doing this...
I put that right at the end of the postbit template....forgot to mention that part |
#4
|
|||
|
|||
I have the same problem... did you fixi it?
|
#5
|
|||
|
|||
I use version 3.6.2. Try this.
Find this line near the bottom of your postbit: Code:
<!-- / post $post[postid] popup menu --> Code:
<if condition="$post[postcount] == 1"> <div style="padding:6px 0px 0px 0px"> <table class="tborder" cellspacing="1" border="0" width="100%" align="center"> <tr> <td style="padding:0px" align="center"> Google Adsense Code here </td> </tr> </table> </div> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|