The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am looking to place adlinks below the forum as seen below... The red box is where i want the adlinks to be displayed. I have seen a few 3.x forums using it. Can someone give pointers as to how to do this in 4.x. Thanks
Below's the screenshot of the forum where i saw this in 3.x ... This should give a clear idea of what am looking for. Am sure this will be very useful for all those using 4.x |
#2
|
||||
|
||||
![]()
In VB 4.x (where this thread will get moved to soon)
For FORUMDISPLAY: Edit your FORUMDISPLAY template. Find the code: Code:
<span class="understated">{vb:rawphrase try_controls_below_for_older_posts}</span> </vb:if> </p> </div> </vb:if> </div> <hr /> Code:
<div class="threadlisthead table"> <div align="center"> <span class="threadinfo"> GOOGLE LINK UNIT CODE HERE </span> </div> </div> Edit your postbit or postbit_legacy template. At the VERY BOTTOM of the template add the code: Code:
<vb:if condition="$post[islastshown]"> <div class="blockhead"> <div align="center"> <span class="threadinfo"> GOOGLE LINK UNIT CODE HERE </span> </div> </div> </vb:if> |
#3
|
|||
|
|||
![]() Quote:
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|