The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Code:
</if> <!-- / post #$post[postid] --> <if condition="$post['postid'] == $thread['firstpostid']"> <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="710" align="center"> <tr> <td class="thead" style="font-weight:normal" ><strong>Sponsors</strong></td> </tr> <tr> <td class="alt1" style="background-color:#AED1D7;color:inherit" align="center"> (adsense code here) </td> </tr> </table> </if> |
#12
|
|||
|
|||
Hey thanks alot Natch ... that solved 1/2 of the problem
How do I get rid of the dark green bits around the table and replace it with the normal bg and kill the border around the table? |
#13
|
|||
|
|||
Actually I just want the dark green bits gone mainly
The other problem 1) Move the area below the banner by 1 (like it is above the banner) |
#14
|
||||
|
||||
Code:
</if> <!-- / post #$post[postid] --> <if condition="$post['postid'] == $thread['firstpostid']"> <table cellpadding="6" cellspacing="0" border="0" width="710" align="center"> <tr> <td class="thead" style="font-weight:normal" ><strong>Sponsors</strong></td> </tr> <tr> <td style="background-color:#AED1D7; color:inherit" align="center"> (adsense code here) </td> </tr> </table> <div style="padding:3px 0 0 0"></div> </if> |
#15
|
||||
|
||||
Thanks... Added a banner.
|
#16
|
|||
|
|||
Could I bump this for a solution to my problem. Its still showing up as here.
https://vborg.vbsupport.ru/showpost....07&postcount=7 Also on the PM display it is showing up which is good, but it is affected by that problem, and also both the left and right hand sides are padded. Any ideas? |
#17
|
|||
|
|||
Anyone know what the code would be for 2.2.x ?
|
#18
|
||||
|
||||
I can't seem to get this to work in 3.0.3. I edit the postbit template, add this to the bottom, insert adsense code, and nothing. Is it because of something changed in 3.0.3, or something I'm not doing right?
Code:
<if condition="$post['postid'] == $thread['firstpostid']"> Your Adsense Code Goes Here </if> |
#19
|
||||
|
||||
Heh, shouldn't work when I'm so tired, it's working now.
|
#20
|
||||
|
||||
it is against the rules to show entire templates in your post
and do as post 18 stated |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|