| Author |
Message |
blackpudding Member
|
Posted: 26 Aug 2005 07:38:24
OK another small problem, this time to do with adding Adsense banners to the directory. I can insert the adsense code into the 'advertisement' section and it shows the banner in the list of ads. However when you try to add it to a page nothing happens. In fact until you remove the adsense code from the list of advertisments you cant even add/remove links! I'm presuming there is a way to do this?
Cheers
BP
|
blackpudding Member
|
Posted: 26 Aug 2005 19:07:11
Its OK I found another script that can do what I want.
Cheers
|
MPL
|
Posted: 10 Oct 2005 16:00:23
Hi,
I am having the same problem trying to ad adsense code as the first post.
adding other types of adverts seems ok though.
Any ideas?
cheers
|
skalinks Admin
|
Posted: 12 Oct 2005 06:08:04
Hi MPL
There may be two ways of solving this problem.
1. How do you add ads to the page? Maybe you do it wrong, please do it like that:
go to page where you want to add ads;
click link "Add advertisement to page" on this page;
select the ads which you want to add to this page, and press "Add ads";
2. Insert the ads for main page, then, go to "Settings" page and verify, if the option "Display ads for admin" enable, if not, enable it, and go to main page to see, if ads display;
Please, write about results.
Thank you!
|
mpl
|
Posted: 12 Oct 2005 21:25:21
Hi,
The only way I could find around it was to change my adsense produced code;
<script type="text/javascript"><!--
google_ad_client = "blah blah blah";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFF99";
google_color_bg = "FFFF99";
google_color_link = "0000A0";
google_color_url = "0000A0";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
to
<script type="text/javascript">
google_ad_client = "blah blah blah";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFF99";
google_color_bg = "FFFF99";
google_color_link = "0000A0";
google_color_url = "0000A0";
google_color_text = "000000";
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
i.e. removing the <!-- & //-->
It must interfere with your code.
Great program by the way.
|
skalinks Admin
|
Posted: 13 Oct 2005 01:54:57
Thank's mpl
|