phpBB - Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense phpBB - Créer un cellulaire ou verticale du volet sur le côté gauche du Forum pour Google AdSense
This step by step guide will add a vertical cell / pane on the left hand side of the phpBB board, which can be used to accomodate a Google AdSense Skyscraper or Wide Skyscraper ads. Ce guide étape par étape ajoutera une cellule verticale / panneau sur la gauche du bord de phpBB, ce qui peut être utilisée pour un compte Google AdSense ou Skyscraper Skyscraper large diffusion des annonces.
Due to Google AdSense’s terms and conditions, the AdSense ads shouldn’t appear on every page. Grâce à Google AdSense, les termes et conditions, les annonces AdSense ne doit pas apparaître sur chaque page. The pages that shouldn’t have any Google AdSense ads includes, but not limited to, such as log-in page, member-lists and search-results pages. Les pages qui ne devrait pas avoir d'annonces Google AdSense comprend, mais sans s'y limiter, tels que les log-in page, membre-listes et de recherche les pages de résultats. Apart from violating Google AdSense’s terms and conditions, you may found that the ads won’t get good results in these pages because there is insufficient content to deliver meaningful ads. En dehors de Google AdSense en violation des termes et conditions, vous mai a constaté que les annonces ne seront pas obtenir de bons résultats dans ces pages car il est insuffisant pour fournir le contenu des annonces significatives.
So, the best place to put the Google AdSense ads is on the index page, the forum page, and the topic page. Ainsi, le meilleur endroit pour mettre les annonces Google AdSense est sur la page d'index, la page du forum, et le sujet.
The layout of these pages is controlled by the following (.tpl) template files: La présentation de ces pages est contrôlée par le texte suivant (. Tpl) les fichiers de modèle:
index_body.tpl - For the index page. index_body.tpl - Pour la page d'index.
viewforum_body.tpl - For the forum page. viewforum_body.tpl - Pour la page du forum.
viewtopic_body.tpl - For the topic page. viewtopic_body.tpl - Pour la question.
So for each of these files, a left side vertical cell needs to be added in order to add the Google AdSense code. Ainsi, pour chacun de ces fichiers, une gauche verticale cellule doit être ajoutée afin d'y ajouter le code de Google AdSense.
These files can be found at the forum web server in this directory: Ces fichiers peuvent être trouvées sur le forum serveur web dans ce répertoire:
templates/subSilver templates / subSilver
These files are text files. Ces fichiers sont des fichiers texte. Open the files in any text editor, make the changes, then save them. Ouvrir les fichiers dans n'importe quel éditeur de texte, faites les modifications, puis enregistrez-les. If you downloaded them to edit them, you will need to upload the modified versions to the same templates/subSilver directory. Si vous avez téléchargé à les modifier, vous aurez besoin de télécharger les versions modifiées de la même templates / subSilver répertoire.
Basically, the following changes will add a table with two cells to each page. Fondamentalement, les changements suivants ajouter un tableau avec deux cellules de chaque page. The left cell will contain the Google AdSense ads. La gauche contiendra les annonces Google AdSense. The right cell will contain the forum information. La cellule de droite contient le forum d'informations.
index_body.tpl index_body.tpl
Open index_body.tpl in any text editor. Ouvert index_body.tpl dans n'importe quel éditeur de texte.
Locate these lines in the file (roughly lines 12, 13, 14): Repérer ces lignes dans le fichier (environ 12 lignes, 13, 14):
<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> <a href="{U_SEARCH_UNANSWERED}" mce_href="{U_SEARCH_UNANSWERED}" class="gensmall"> (L_SEARCH_UNANSWERED) </ a> </ td>
</tr> </ tr>
</table> </ table>
BELOW these lines, insert this code: En dessous de ces lignes, insérez le code suivant:
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code Code de Google AdSense
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">
This section of code should now looks like this: Cette section de code doit maintenant ressemble à ceci:
<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> <a href="{U_SEARCH_UNANSWERED}" mce_href="{U_SEARCH_UNANSWERED}" class="gensmall"> (L_SEARCH_UNANSWERED) </ a> </ td>
</tr> </ tr>
</table> </ table>
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code Code de Google AdSense
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">
Replace the words Google AdSense Code with your actual Google AdSense code. Remplacer les mots code de Google AdSense avec votre code de Google AdSense.
Locate these lines (near the bottom): Repérer ces lignes (près du bas):
<table cellspacing=”3″ border=”0″ align=”center” cellpadding=”0″> cellspacing="3" <table border="0" align="center" cellpadding="0">
<tr>
<td width=”20″ align=”center”><img src=”templates/subSilver/images/folder_new_big.gif” mce_src=”templates/subSilver/images/folder_new_big.gif” alt=”{L_NEW_POSTS}”/></td> <td width="20" align="center"> <img src="templates/subSilver/images/folder_new_big.gif" mce_src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/> </ td>
ABOVE these lines, insert this code: Au-delà de ces lignes, insérez le code suivant:
</td> </ td>
</tr></table> </ tr> </ table>
This section of code should now looks like this: Cette section de code doit maintenant ressemble à ceci:
</td> </ td>
</tr></table> </ tr> </ table>
<table cellspacing=”3″ border=”0″ align=”center” cellpadding=”0″> cellspacing="3" <table border="0" align="center" cellpadding="0">
<tr>
<td width=”20″ align=”center”><img src=”templates/subSilver/images/folder_new_big.gif” mce_src=”templates/subSilver/images/folder_new_big.gif” alt=”{L_NEW_POSTS}”/></td> <td width="20" align="center"> <img src="templates/subSilver/images/folder_new_big.gif" mce_src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/> </ td>
viewforum_body.tpl viewforum_body.tpl
Open viewforum_body.tpl in any text editor. Ouvert viewforum_body.tpl dans n'importe quel éditeur de texte.
Locate this line in the file (roughly line 15): Localisez la ligne du fichier (environ ligne 15):
<table border=”0″ cellpadding=”4″ cellspacing=”1″ width=”100%” class=”forumline”> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
ABOVE this line, include this code: Au-delà de cette ligne, inclure le code suivant:
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code Code de Google AdSense
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">
This section of code should now looks like this: Cette section de code doit maintenant ressemble à ceci:
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code Code de Google AdSense
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">
<table border=”0″ cellpadding=”4″ cellspacing=”1″ width=”100%” class=”forumline”> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
As above, replace the words Google AdSense Code with actual Google AdSense Code. Comme ci-dessus, remplacer les mots Google AdSense Code réelle code de Google AdSense.
Locate this line (last line): Localisez la ligne (dernière ligne):
</table> </ table>
BELOW this line, include this code: En dessous de cette ligne, inclure le code suivant:
</td> </ td>
</tr></table> </ tr> </ table>
This section of code should now look like this: Cette section de code devrait maintenant ressembler à ceci:
</table> </ table>
</td> </ td>
</tr></table> </ tr> </ table>
viewtopic_body.tpl viewtopic_body.tpl
Open viewtopic_body in any text editor. Ouvert viewtopic_body dans n'importe quel éditeur de texte.
Locate this line in the file (possibly line 1): Localisez la ligne du fichier (peut-être la ligne 1):
<table class=”forumline” width=”100%” cellspacing=”1″ cellpadding=”3″ border=”0″> <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
ABOVE this line, include this code: Au-delà de cette ligne, inclure le code suivant:
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code Code de Google AdSense
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">
This section of code should now looks like this: Cette section de code doit maintenant ressemble à ceci:
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code Code de Google AdSense
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">
<table class=”forumline” width=”100%” cellspacing=”1″ cellpadding=”3″ border=”0″> <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
As above, remember to replace the words Google AdSense Code with the actual Google AdSense code. Comme ci-dessus, n'oubliez pas de remplacer les mots code de Google AdSense avec le code de Google AdSense.
Locate this line (last line in the file): Localisez la ligne (dernière ligne du fichier):
</table> </ table>
BELOW this line, include this code: En dessous de cette ligne, inclure le code suivant:
</td> </ td>
</tr></table> </ tr> </ table>
This section of code should now look like this: Cette section de code devrait maintenant ressembler à ceci:
</table> </ table>
</td> </ td>
</tr></table> </ tr> </ table>
Google AdSense Colour Code for Standard Colours of phpBB subSilver Forum Google AdSense Code de couleur pour les couleurs standards de phpBB subSilver Forum
006699 darkish blue-green - for ad border and links. 006699 darkish bleu-vert - ad frontière et des liens.
000000 black - for text. 000000 noir - pour le texte.
EFEFEF light grey - for ad background. EFEFEF gris clair - Annonce pour arrière-plan.
The only other issue is in the topic page at resolution 800×600 where the page is a little too wide for the screen. La seule autre question est le sujet dans la page à résolution 800 × 600 où la page est un peu trop large pour l'écran. There’sa lot of competition for space there! Il ya beaucoup de compétition pour l'espace! There’s the Google ads, avatars and poster info, plus the post itself, all going across the page. Il ya les annonces Google, des avatars et d'affiches d'information, ainsi que le poste lui-même, tous les cours sur toute la page.
The modification with Wide Skycraper Google AdSense ads looks perfect in screen resolution of 1024×768. La modification à l'échelle Skycraper annonces Google AdSense semble parfait dans la résolution de l'écran de 1024 × 768. To accomodate lower screen resolution, it’s better to use narrower Skycraper instead of Wide Skycraper. Pour tenir compte de la résolution de l'écran inférieur, il est préférable d'utiliser plus étroite au lieu de Skycraper large Skycraper.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni «tel quel», sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S’il vous plaît se référer à original English article l'article original en anglais whenever possible. chaque fois que possible.
Share and contribute or get technical support and help at Partagez et contribuer ou obtenir de l'aide technique et l'aide à My Digital Life Forums Ma vie numérique forums .
Related Articles Articles connexes
- AdSense Help Group for AdSense Publishers Groupe d'assistance AdSense pour les éditeurs AdSense
- AdSense Login to Update to Google Account Connectez-vous à AdSense mise à jour de compte Google
- Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4 Installer phpBB 2 sous Windows XP fonctionne sur Apache 2, PHP 5 et MySQL 4
- How to Reset AdSense Password Not Associated with Google Account Comment réinitialiser le mot de passe AdSense ne sont pas associés avec compte Google
- Add and Put AdSense Ads Code and JavaScript to Google Page Creator Website Ajouter et mettre des annonces AdSense et le code JavaScript à Google Page Creator Site
- Hack to Add Forum Sponsors to vBulletin Categories and Forums Hack à ajouter à Sponsors Forum vBulletin catégories et forums
- AdSense New Ads Style with Horizontal Image and Ad Links Nouvelles annonces AdSense avec le style et l'image horizontale Liens
- Change to ads about Feature in Google Adsense Ads Changer pour les annonces à propos de Présentation dans des annonces Google Adsense
- AdSense Money for Referrals to Google Pack and Picasa AdSense pour les parrainages d'argent à Google Pack et Picasa
- When was Google AdSense Launched? Lorsque Google AdSense est-il né?



















November 24th, 2006 23:47 Novembre 24th, 2006 23:47
I’m looking for any information of XRUMER program. Je suis à la recherche de toute information de XRUMER programme.
Can you help me? Pouvez-vous m'aider? Or give me a link to the official site with this program. Ou me donner un lien vers le site officiel de ce programme.
January 7th, 2007 16:34 Janvier 7th, 2007 16:34
Hi. Salut.
Nice site design. Nice site. Okay, I need your help. Bon, j'ai besoin de votre aide.
So, I wanna make my little sister’s site, and I am looking for site template. Donc, je veux faire ma petite soeur site, et je suis à la recherche d'un modèle de site.
Can you suggest some online store or other resource where I can find many site templates? Pouvez-vous suggérer quelques boutique en ligne ou d'autres ressources où je peux trouver de nombreux modèles de site?
It would be better if it will be free:) Il serait mieux si il sera gratuit:)
I think many of us have personal sites, do you design it yourself? Je pense que beaucoup d'entre nous ont sites personnels, ne vous concevez vous-même?
Thx, Bill. Thx, le projet de loi.
April 6th, 2007 06:05 Avril 6th, 2007 06:05
Thanks for this!!! Merci pour ce! Worked like a charm. A travaillé comme un charme. I wish you had more adsense “fixes” like this for PHPBB. Je vous souhaite a plus adsense "fixe" comme ceci pour phpBB. I am SHITE at editing the tpl and php files. Je suis Shite à l'édition du NPT et les fichiers PHP. I woul love to see how you add a link across the yop, and a search box. I woul amour pour voir comment vous ajoutez un lien à travers le Yop, et un champ de recherche. Adding Kontera would be nice too. Ajout Kontera serait bien trop. Glad somebody out there understands this stuff. Glad quelqu'un là-bas comprend ça.
Cheers, M. Cheers, M.
April 9th, 2007 03:20 Le 9 avril, 2007 03:20
One thing to watch out for though. Une chose à regarder pour bien. Make sure that you watch out for the formatting on the parentheses marks. Assurez-vous que vous faites attention à la mise en forme sur les marques parenthèses. You will end up with a funky looking table around the adsense and forum tables if you are not careful See this page for more details Vous allez vous retrouver avec un funky la recherche autour de la table adsense et tableaux forum si vous n'êtes pas prudent Voir cette page pour plus de détails
http://www.phpbb.com/community/viewtopic.php?f=1&t=530828&start=0&st=0&sk=t&sd=a
April 19th, 2007 00:58 Avril 19th, 2007 00:58
One old american man win in lotto 250 000 000$. Un vieux homme américain en loto gagner 250 000 000 $.
I want win money too!!!!!!!!!!aaaa Je veux gagner de l'argent trop !!!!!!!!!! aaaa
Give me money! Donnez-moi l'argent!
September 10th, 2007 20:37 Septembre 10th, 2007 20:37
Hi just coming to forum for first time. Salut viennent au forum pour la première fois.
Having a look and finding many good posts. Ayant un coup d'oeil et de trouver de nombreux postes.
Thank you. Merci.
xiphoneguyx
September 11th, 2007 04:39 Septembre 11, 2007 04:39
Thank you for this post it was very helpful. Merci pour ce poste, il a été très utile. I could not have implemented adsense the way I wanted with out this. Je ne pouvais pas adsense ont mis en place la façon dont je voulais avec ce.
October 15th, 2007 10:04 Octobre 15, 2007 10:04
Those bastards owe me money, they refuse to pay. Ces salauds doivent-moi l'argent, ils refusent de payer. Good job Shoemoney [img]http://funnycrud.net/thumbs.gif[/img] Good job shoemoney [img] http://funnycrud.net/thumbs.gif [/ img]
Bah, anyway, anyone else have probs with these douches? Bah, de toute façon, personne d'autre ont probs avec ces douches?
October 20th, 2007 06:58 Octobre 20th, 2007 06:58
Hi! Salut! I just found this forum and it looks really cool. Je viens de trouver ce forum et il semble vraiment cool.
Now, I gotta run off and read some posts. Maintenant, je dois le ruissellement et de lire certains postes.
March 12th, 2008 02:48 Mars 12, 2008 02:48
Thanks, the code worked! Merci, le code a fonctionné!
March 26th, 2008 00:33 26ème Mars, 2008 00:33
[SIZE="4"]Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам[/SIZE] [SIZE = "4"] Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам [/ size]
[SIZE="2"][I][COLOR="Blue"] [Size = "2"] [I] [COLOR = "Blue"]
Основные преимущества перед обычной СПАМ-рассылкой[/I][/SIZE][/COLOR] Основные преимущества перед обычной СПАМ-рассылкой [/ i] [/ size] [/ color]
[COLOR="DeepSkyBlue"]*В отличие от e-mail СПАМ’а данный метод продвижения сайта [B]не преследуется УК.РФ [/B] [Color = "DeepSkyBlue"] * В отличие от e-mail СПАМ'а данный метод продвижения сайта [B] не преследуется УК.РФ [/ B]
*Поднятие ТиЦ более чем на 70ед. * Поднятие ТиЦ более чем на 70 ед.
*Быстрая индексация сайта поисковиками * Быстрая индексация сайта поисковиками
[/COLOR] [/ Color]
[COLOR="Blue"][SIZE="2"][I]Особенности.[/I][/SIZE][/COLOR] [Color = "Blue"] [SIZE = "2"] [I] Особенности. [/ I] [/ size] [/ color]
[COLOR="Lime"]*Рассылка ведётся с помощью специализированного программного комплекса, [Color = "chaux"] * Рассылка ведётся с помощью специализированного программного комплекса,
который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/COLOR] который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/ color]
[SIZE="1"][I] - Защита при помощи пиктокода (тикетов) типа “Введите число, которое видите” [Size = "1"] [I] - Защита при помощи пиктокода (тикетов) типа "Введите число, которое видите"
- Защита при помощи активации по e-mail. -- Защита при помощи активации по e-mail.
- Защита при помощи некоторых Java-скриптов.[/I][/SIZE] -- Защита при помощи некоторых Java скриптов. [/ I] [/ size]
[COLOR="Lime"] [Color = "chaux"]
*Рассылка ведётся по [I]тематическим[/I] форумам, что позволяет получить максимально качественный траффик * Рассылка ведётся по [I] тематическим [/ i] форумам, что позволяет получить максимально качественный траффик
*Скорость рассылки ~4тыс. * Скорость рассылки ~ 4 тыс. сообщений в час сообщений в час
[/COLOR] [/ Color]
Цены: 15тыс. Цены: 15 тыс. форумов-120$ форумов-120 $
Просьба связываться со мной только через ICQ. Просьба связываться со мной только через ICQ.
ICQ 432-992 ICQ 432-992
June 9th, 2008 17:13 9e Juin, 2008 17:13
дорогие родители!! дорогие родители!
хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до 1года;по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают. хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до года 1; по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают.
egorchenko(собака)inbox.ru egorchenko (собака) inbox.ru
тел 8 926 186 15 74 тел 8 926 186 15 74
ICQ 236491607 ICQ 236491607
Елена