PDA

View Full Version : add Google adsense to appear as threads in formdisplay page


khalled
02-28-2010, 10:17 PM
i want to add Google adsense to appear as threads in formdisplay page i was doing that in vb3.8 by using the following procedure but it didn't work after upgrading to vb4.0.2 suite

HTML Code:

Open your FORUMDISPLAY template: vBulletin AdminCP > Styles & Templates > Edit Templates > Forum Display Templates > FORUMDISPLAY

(First thread)

Find:
Quote:
<if condition="$show['threads']">
Add below:
Quote:
<tr>
<td align="center" class="alt1">-</td>
<td align="center" class="alt2">-</td>
<td class="alt1">
<div>

Google adsense code
</td>

<td class="alt2 smallfont" align="center">Sponsored Links</td>

<td class="alt1" align="center">00</td>
<td class="alt2" align="center">00</td>
<if condition="$show['inlinemod']"><td class="alt1" align="center">-</td></if>

</tr>

also i will thankful if you guide how to add it after stick threads and as end threads

archet1337
03-01-2010, 12:14 AM
There is already a mod like this working with vB 4.0.2

https://vborg.vbsupport.ru/showthread.php?t=236313

khalled
03-01-2010, 04:57 AM
There is already a mod like this working with vB 4.0.2

https://vborg.vbsupport.ru/showthread.php?t=236313

i sea this mode it's good but the adsense appear as new post in the threads

but i want the code which make ad appear in formdisplay page as threads

ChopSuey
03-02-2010, 09:55 AM
Your first post is complete copy & paste, also thats vB3 code not vB4.

khalled
03-03-2010, 11:38 PM
Your first post is complete copy & paste, also thats vB3 code not vB4.

yes i know that is vb3 code i need vb4 code which make the same function

Leo Brazil
03-04-2010, 06:22 PM
You guys following this one may be interested in checking this one out: https://vborg.vbsupport.ru/showthread.php?t=237502

khalled
03-05-2010, 07:17 PM
You guys following this one may be interested in checking this one out: https://vborg.vbsupport.ru/showthread.php?t=237502

very very thanks

khalled
03-05-2010, 07:22 PM
You guys following this one may be interested in checking this one out: https://vborg.vbsupport.ru/showthread.php?t=237502
very thanks but there is some minor differnet about what i mean , and i transfer the discussion to your mod thread
https://vborg.vbsupport.ru/showthread.php?p=1998017#post1998017