форум vBSupport.ru > vBulletin > Вопрос — Ответ > International vBulletin > English Forums
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
manishakhtri
Простоузер
Default Adsense after first post
0

Guys I need this Plugin i search this forum bt not find it. please help me to get this also how to edit template.

Thanx

добавлено через 4 минуты
here is the link http://www.vbulletin.org/forum/showthread.php?t=96249

Last edited by manishakhtri : 04-16-2006 at 01:08 AM. Reason: Добавлено сообщение
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
itdevil
Знаток
 
itdevil's Avatar
Default
0

Quote:
Originally Posted by manishakhtri
Guys I need this Plugin i search this forum bt not find it. please help me to get this also how to edit template.

Thanx

добавлено через 4 минуты
here is the link http://www.vbulletin.org/forum/showthread.php?t=96249


Add this to the bottom of your postbit template.


PHP Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="thead" align="left">Sponsored Links</td>
</
tr>
<
tr>
    <
td class="alt1" align="center">
        <
adsense code here>
</if>
    </
td>
</
tr>
</
table>

</
div>
$spacer_close

</if> 
 
 
manishakhtri
Простоузер
Default
0

Thank you itdevil But ii tried it its not working for me i have plugin of this adsense hack
http://www.vbulletin.org/forum/showt...=101291&page=2
I installed it bt i also need Template code please tell me that.
Thank you so much for quick response
 
 
itdevil
Знаток
 
itdevil's Avatar
Default
0

Quote:
Originally Posted by manishakhtri
Thank you itdevil But ii tried it its not working for me i have plugin of this adsense hack
http://www.vbulletin.org/forum/showt...=101291&page=2
I installed it bt i also need Template code please tell me that.
Thank you so much for quick response

temporary solution

Go to your admin cp, then:
Styles & Templates -> Style Manager -> Current Template
[Edit Templates] -> Select 'postbit->postbit_legacy'

Find

Code:
<!-- / post #$post[postid] -->

After

Code:
<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
    <td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
    <td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]

</if>
    </td>
</tr>
</table>

</div>
$spacer_close
</if>
</if>
 
 
manishakhtri
Простоузер
Default
0

Thank you so much
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 11:02 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...