English version - Google Adsense as second post in a topic
DarksterV2 - 29-01-2007, 00:42
You're supposed to add that portion of the code to the .css file of the template your're using.
ie: root/templates/Your_Theme/Your_Theme.css
azwel - 29-01-2007, 18:08
JA$ON, just put the lines to add between <style> and </style>.
riverkqj - 29-01-2007, 21:06
Sorry for being a bit dim , i dont get what i have to do to make the adsense look like a normal post and not like this www.tottenhamhotspurs.tv/forum/
DarksterV2 - 03-02-2007, 03:24
You have to set that option within the ACP.
Option 1. Ad looks like a special user post.
Option 2. Ad falls inline with the topic.
You are using Option 2 what you want is option 1.
riverkqj - 10-02-2007, 15:34
Cytat: | You have to set that option within the ACP.
Option 1. Ad looks like a special user post.
Option 2. Ad falls inline with the topic.
You are using Option 2 what you want is option 1. |
For some reason the mod doesnt show in the ACP for me so ive had to ad the adverts direct to SQL is there any way i can change this setting in SQL ?
DarksterV2 - 10-02-2007, 20:07
You have to follow this guide here.
riverkqj - 17-02-2007, 18:08
Hi is there anyone that could help me i dont really understand the guide above ?
DarksterV2 - 17-02-2007, 18:34
I got your PM and I'll post the instructions shortly.
JA$ON - 18-02-2007, 21:27
thanks
riverkqj - 18-02-2007, 21:35
Cytat: | I got your PM and I'll post the instructions shortly. |
Thanks mate
DarksterV2 - 19-02-2007, 20:25
Alright, sorry for the delay.
Open admin_inline_ad_code.php
Find:
Kod: | define('IN_PHPBB', 1); |
Before Add:
Kod: | define('MODULE_ID', 101); |
Open admin_inline_ad.php
Find:
Kod: | define('IN_PHPBB', 1); |
Before Add:
Kod: | define('MODULE_ID', 100); |
Open modules_data.php
Find:
Kod: | 'Poll Admin' => array(
'Poll Results' => array("admin_voting.$phpEx", 55),
), |
After Add:
Kod: | 'Inline Banner Ads' => array(
'Configuration' => array("admin_inline_ad.$phpEx", 100),
'Add Code' => array("admin_inline_ad_code.$phpEx", 101),
), |
Goodluck..
riverkqj - 20-02-2007, 00:04
Ok good ive now got the admin pannel but when i try and make a change and submit it doesn't change ? Any ideas ?
*** ADDED ***
Ok ive managed to find the entrys in MySQL and change them to what needs to be , but as you can see from this thread :
http://www.tottenhamhotsp...topic.php?t=211
The adsense has a grey background and does not look like a normal post can any help me with this ?
Thanks in advance
[ Added: 23-02-2007, 22:04 ]
BUMP BUMP
|
|
|