The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to showing adsense after last post, in every pages, what is the conditional
There are many mod and post to showing adsense after first post,
but i cant find a mod or post to showing adsense after last post, the if conditional for showing adsense after first post is <if condition="!$GLOBALS['FIRSTPOSTID']"> adsense code here </if> what is if conditional for showing adsense after last post?? i tried this, its not working <if condition="!$GLOBALS['LASTPOSTID']"> adsense code here </if> |
#2
|
|||
|
|||
Do you need a conditional? Why not just put the code in SHOWTHREAD after the posts?
|
#3
|
||||
|
||||
Quote:
yes in showthread template is the alternative, if there is conditional in postbit i want to try it |
#4
|
||||
|
||||
there is an addon for that..
|
#5
|
||||
|
||||
$post[islastshown] is true only in the last post on a page in the postbit.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|