Recent Topics

1 Nov 07, 2007 18:12    

My b2evolution Version: Not Entered

I have read most of the adsense forums questions.

Please see: http://www.homedesignsense.com

The words that appear "paste code here" were replaced with my adsense code - but my adsense code appeared on the page and not 'actual ads'.

Did all of the following:
1. The rendering is 'always'
2. Changed code in skins/custom/-main.php on my server.
3. Back office/tools/delete prerendered item cache.
4. Plug-in is ticked (although grayed out).
5. Open plugin/php: function GetDefaultSettings ()

Any suggestions as to what I missed? Thanks[/url]

2 Nov 07, 2007 18:18

i can see google add in blue background on your main page right side, vertical bar. are you talking same?

4 Nov 24, 2007 14:38

Anyone have any ideas? Thanks.

5 Nov 24, 2007 19:16

It might not like living next door to that Digg button!!!

6 Nov 25, 2007 14:58

Does that mean I should remove the Digg button?

7 Nov 25, 2007 15:14

I'm seeing amazon.com ads in the first two posts. Looks like it's fixed?

EDIT: oops. Visiting the next page did not show any ads, so those I saw are probably part of the actual post. Still, I don't see anything that looks like ads not working.

8 Nov 25, 2007 15:19

The Amazon ads are working fine - but the Adsense are not showing up. I just get a narrow red outlined box. Suggestions? Thanks

9 Nov 25, 2007 15:20

@EdB: It;'s at the post "Sell Your Home".

10 Nov 25, 2007 15:23

Yes. I was just going to ost that info. I did all the changes in the skins/custom/-main.php as suggested. Still not getitng the actual ads to post.

11 Nov 25, 2007 15:26

johnj wrote:

Did all of the following:
1. The rendering is 'always'
2. Changed code in skins/custom/-main.php on my server.
3. Back office/tools/delete prerendered item cache.
4. Plug-in is ticked (although grayed out).
5. Open plugin/php: function GetDefaultSettings ()

1+3: If he option rendering is "always' then the tickbox is gray (not editable) and 'on'.
2: wrong: you need to add [adsense:] within the post. If you want Adsense in the skin, you want to make the add in a similar way to 'Amazon', copy the code provided by Google
5: You need to put your Adsense code in the edit section from the plugin.

Good luck

12 Nov 25, 2007 15:38

Just added to the post. This is what I am getting

13 Nov 25, 2007 15:40

You only need to edit the plugin's settings. Do so in backoffice -> Global Settings -> Plugins -> Hit the link from the Adsense Plugin.

What you've got now looks OK.

14 Nov 25, 2007 15:50

Delete in AdSense block:

<!-- Paste from here... -->
<div style="border:1px solid red; width:150px; padding:3px;"><strong>You must copy/paste your AdSense code in here.</strong> You can do this on the Plugin config page.</div>
<!-- ...to here -->


and replace by the codeblock you got from Google

15 Nov 25, 2007 16:44

Why is it that I only see the code and paste it here info and no actual ads?

17 Nov 25, 2007 18:56

You are correct. Don't know how to disable. :roll:

18 Nov 25, 2007 20:22

This is the AdSense code you want to place in the Plugin Edit section.
Replace:

<!-- Paste from here... -->
<div style="border:1px solid red; width:150px; padding:3px;"><strong>You must copy/paste your AdSense code in here.</strong> You can do this on the Plugin config page.</div>
<!-- ...to here -->


with

<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxx";
google_alternate_color = "ffffff";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "666666";
google_color_text = "333333";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>


(and do change google_ad_client and google_ad_channel (change google_ad_channel only if you have got a code for it)). You can change the width and height. See http://www.alternate-url-ads.com/without_adsense.html for examples.

You gave gotten this AdSense code from Google. Then it is easier and better to copy the code you got from them.

Good luck

19 Nov 25, 2007 20:45

johnj wrote:

You are correct. Don't know how to disable. :roll:

Assuming you're using IE

tools > internet options > security > custom level > ( scroll waaaaay down ) > scripting / allow active scripting - click disable <hit ok> <hit yep I wanna change > <hit your home page >

¥

20 Nov 25, 2007 21:07

OMG...I forgot about the 'whole Adsense code - not just the pub number' Duuuh. No wonder it didn't work. It does now.

Well, it take pro's to get me out of the mess. Thanks to ALL for your help. Merry Christmas (& Happy Holidays)...the egg nog is on me. :lol:

21 Jan 31, 2011 01:17

Afwas wrote:

Delete in AdSense block:

<!-- Paste from here... -->
<div style="border:1px solid red; width:150px; padding:3px;"><strong>You must copy/paste your AdSense code in here.</strong> You can do this on the Plugin config page.</div>
<!-- ...to here -->


and replace by the codeblock you got from Google

i was delete the AdSense block code which was 3 ads serial by serial will u plz give me the command?


Form is loading...