Jak umiescic reklamy pod nawigacją portalu ?

Założony przez  szczechu51.

wersja skryptu MyBB:1.6.10
adres forum:
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam

Chciałbym umieścić reklamy adsense pod nawigacją portalu (nie forum) czyli tam gdzie sa przyciski pokaz nowe posty itp. jak to zrobic i czy w ogole google tego nie zabrania ?
szablony -> portal -> portal
następnie poszukaj {$header} i pod tym musisz dodać kod adsense ;)
cos nie idzie, umieszczam kod w portalu i nic
powinno raczej działaś, podaj nam szablon portal
<html>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
</
head>
<
body>
{
$header}
<
table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}border="0" align="center">
<
tr><td valign="top" width="200">
{
$welcome}
{
$pms}
{
$search}
{
$stats}
{
$whosonline}
{
$latestthreads}
</
td>
<
td>&nbsp;</td>
<
td valign="top">
{
$announcements}
</
td>
</
tr>
</
table>
{
$footer}
</
body>
</
html

daje kod adsensa i nic, czy moze to byc spowodowane tym ze tą reklame mam juz wyswietlaną na forum ?
odswiezam
Pokaż kod tej reklamy.
<script type="text/javascript"><!--
google_ad_client "ca-pub-7836009724522138";
/* 52 Deb 2 */
google_ad_slot "3240031639";
google_ad_width 970;
google_ad_height 90;
//-->
</script>
<
script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script

kod jest raczej ok, bo na forum reklama sie wyswietla
Zamień portal na ten:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7836009724522138";
/* 52 Deb 2 */
google_ad_slot = "3240031639";
google_ad_width = 970;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</td>
<td>&nbsp;</td>
<td valign="top">
{$announcements}
</td>
</tr>
</table>
{$footer}
</body>
</html>

I to tylko to jest?? Nic innego, żadnego diva?
SLAVOO napisał 06.08.2013, 20:13:
Nie musi być div



Użytkownicy przeglądający ten wątek:

1 gości