
06-28-2011, 07:42 AM
|
|
|
Join Date: Jul 2010
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
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 />
Below it Add:
Code:
<div class="threadlisthead table">
<div align="center">
<span class="threadinfo">
GOOGLE LINK UNIT CODE HERE
</span>
</div>
</div>
And/or in SHOWTHREAD:
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>
This should work, looks good on my 4.x test forum.
|
Wonderful ! works
|