Google Adsense as second post in a topic |
Autor |
Wiadomość |
DarksterV2
Pomógł: 1 raz Posty: 43
|
Wysłany: 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 |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
azwel

Pomógł: 41 razy Posty: 402
|
Wysłany: 29-01-2007, 18:08
|
|
|
JA$ON, just put the lines to add between <style> and </style>. |
_________________ Bezpłatnie pomagam na forum. Jeśli to za mało to zapraszam do skorzystania z płatnych usług. |
|
|
|
 |
riverkqj
Posty: 115
|
Wysłany: 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
Pomógł: 1 raz Posty: 43
|
Wysłany: 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
Posty: 115
|
Wysłany: 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
Pomógł: 1 raz Posty: 43
|
Wysłany: 10-02-2007, 20:07
|
|
|
You have to follow this guide here. |
|
|
|
 |
riverkqj
Posty: 115
|
Wysłany: 17-02-2007, 18:08
|
|
|
Hi is there anyone that could help me i dont really understand the guide above ? |
|
|
|
 |
DarksterV2
Pomógł: 1 raz Posty: 43
|
Wysłany: 17-02-2007, 18:34
|
|
|
I got your PM and I'll post the instructions shortly. |
|
|
|
 |
JA$ON
Posty: 116
|
Wysłany: 18-02-2007, 21:27
|
|
|
thanks |
_________________ Hey Gość, please take second to visit my Portal. |
|
|
|
 |
riverkqj
Posty: 115
|
|
|
|
 |
DarksterV2
Pomógł: 1 raz Posty: 43
|
Wysłany: 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.. |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
riverkqj
Posty: 115
|
Wysłany: 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 |
|
|
|
 |
|