MyBB Community Forums

Full Version: Question about adsense module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have installed the adsense module.

I uploaded the the php file into the plugin folder.

I added the code in the functions_post.php file
and I adjust the funtions in the admin settings but I don't see the ads.

check for yourself at www.promarketingeducation.com

does anyone know what I am doing wrong

Thanks
amro
Did no one had this problem?
Please wait more than 24 hrs before bumping..
So it can take about 24 hours
oke
thanks
amroawad Wrote:So it can take about 24 hours
oke
thanks
No he meant bumping the thread, i.e. posting again to try and get attention. Not your actual problem.
You might want to try to add $adsafp into the template...postbit_separator.

My postbit_separator:
PHP Code:

<tr>
<td class="trow_sep" colspan="2"><img src="$theme[imgdir]/pixel.gif" height="1" width="1" alt="" />$adsafp</td>
</tr>

I can't find the template postbit_seperator
Admin-CP -> Templates -> Edit/Delete -> *Your Templateset* -> Expand -> Post Bit Templates -> Expand -> postbit_seperator.
The code that's written above is in the edit field of the
postbit_seperator

It's exactly the same

Shall I try to revert to original the postbit_seperator?
Reverting the template won't work. Please attach your modyfied inc/functions_post.php over here.
Pages: 1 2