The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Adsense on my forum

4 posters

Go down

Solved Adsense on my forum

Post by jlpk007 July 11th 2009, 11:06 am

My adsense just doesnt appear on my forum
I know this has been asked many time and i have been following the thread on how to setup.

I have tried the following method

1) go to display->generalities paste my adsense code in homepage. Nothing appear
2) create a new widget copy the adsense code inside. Nothing appear
3) also tried editing the template over_footer and overall_header_new (insert the code in the beginning of the file)

None of the above works for me.May i ask what did i missed out?
Thanks!

the code i have
=================================
<script type="text/javascript"><!--
google_ad_client = "pub-7813517241059466";
/* 728x90, created 7/10/09 */
google_ad_slot = "3864935995";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
============================
</script> bwi
avatar
jlpk007
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adsense on my forum

Post by LouieWpHs04 July 11th 2009, 11:40 am

Did you use HTML Pages management at all? That's how I got it to work on one of my old forums. I can walk you through the steps if you haven't. From what i'm reading it sounds like you haven't.

A quick brief thing is,

Go to your Admin Panel then Modules->HTML PAGE MANAGMENT-> Make a page labeled something like ADSENSE ADS and insert your adsense code. Copy the link that it provides you for the website where the adsense would be displayed(basically just go back to HTML page management and you should easily be able to find it.)

Then go to Display->General-> Overall-footer

Code:

<center><iframe width="592" height="118" src="insert the HTML link you made in HTML pages management" frameborder="1" scrolling="no" allowTransparency="0"></iframe></center>

Post that right after the <!-- END html_validation -->

Change the height and width to fit that of your adsense AD that you chose.

For the overall_header_new copy the same exact code.

This only works in PHPBB2 but if you do it right should display the adsense AD's on every page.
avatar
LouieWpHs04
Forumember

Posts : 38
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adsense on my forum

Post by jlpk007 July 11th 2009, 12:59 pm

LouieWpHs04 wrote:Did you use HTML Pages management at all? That's how I got it to work on one of my old forums. I can walk you through the steps if you haven't. From what i'm reading it sounds like you haven't.

A quick brief thing is,

Go to your Admin Panel then Modules->HTML PAGE MANAGMENT-> Make a page labeled something like ADSENSE ADS and insert your adsense code. Copy the link that it provides you for the website where the adsense would be displayed(basically just go back to HTML page management and you should easily be able to find it.)

Then go to Display->General-> Overall-footer

Code:

<center><iframe width="592" height="118" src="insert the HTML link you made in HTML pages management" frameborder="1" scrolling="no" allowTransparency="0"></iframe></center>

Post that right after the <!-- END html_validation -->

Change the height and width to fit that of your adsense AD that you chose.

For the overall_header_new copy the same exact code.

This only works in PHPBB2 but if you do it right should display the adsense AD's on every page.

Thanks in advance
After following the instruction you gave, i have a big white box at the footer with nothing displayed.
Very strange.. bwi

my forum is http://thepeak.findtalk.biz
avatar
jlpk007
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adsense on my forum

Post by LouieWpHs04 July 11th 2009, 4:05 pm

Well, you do have to give it a while til' google crawls your page and until then it could be public AD's or simply blank. Not sure why it won't work for you. I did it just fine with mine sooo so long ago.

P.S. I see the AD's now(they took a while to load for some reason). Maybe it's you?

You also might want to add your keywords in. Or are those the AD's you're trying to get?

Oh, and sorry. Wasn't thinking. Put the code I provided to ya' after this,

Code:
   <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>


in your overall_header_new to have it in the right place and to be there on every page. I wasn't thinking properly earlier.
avatar
LouieWpHs04
Forumember

Posts : 38
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adsense on my forum

Post by jlpk007 July 12th 2009, 1:43 am

LouieWpHs04 wrote:Well, you do have to give it a while til' google crawls your page and until then it could be public AD's or simply blank. Not sure why it won't work for you. I did it just fine with mine sooo so long ago.

P.S. I see the AD's now(they took a while to load for some reason). Maybe it's you?

You also might want to add your keywords in. Or are those the AD's you're trying to get?

Oh, and sorry. Wasn't thinking. Put the code I provided to ya' after this,

Code:
   <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>


in your overall_header_new to have it in the right place and to be there on every page. I wasn't thinking properly earlier.

Oh, i just notice adsense appears if i use IE8 but not mozilla firefox 3.5...
Never encountered this before. Mad
avatar
jlpk007
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adsense on my forum

Post by kirk July 12th 2009, 4:47 am

do you have your html enabled on the forum and in your profile settings as well?

i just added the code to my home page messages and it works fine.

be sure you html is enabled.
Admin panel>Messages and email>configuration> allow html to yes and hit save. no go to your profile preferences and select always allow html and hit save.

like i said the code works for me.
check it out.
http://freeforummakers.forumotion.com/forum.htm
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Adsense on my forum

Post by jlpk007 July 12th 2009, 5:14 am

kirk wrote:do you have your html enabled on the forum and in your profile settings as well?

i just added the code to my home page messages and it works fine.

be sure you html is enabled.
Admin panel>Messages and email>configuration> allow html to yes and hit save. no go to your profile preferences and select always allow html and hit save.

like i said the code works for me.
check it out.
http://freeforummakers.forumotion.com/forum.htm

i found out the reason. my firefox has been installed with ad blocker....not it is working in both ie8 and firefox3.5
thanks to all for the help
avatar
jlpk007
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adsense on my forum

Post by Sanket July 12th 2009, 5:24 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum