Looks like i have a real headache by using adman plugin with wordpress to display adsense ads.
With every new post i do, very often i tend to forget to tick off, disable ads in this page option that comes with adman, as a result my adsense ads were disabled automatically and i lose revenue. It seems like i have no option at all to automatically enable the adsense option.

I really liked adman plugin to show adsense ads because of simplicity and easy to use, it turns out this particular setting is quite frustrating.
Update:
Just found the solution.
Open the plugin php file, look for this line, changed to checked = ’0′.
<input type="checkbox" name="adman_disable" <?php if ($disable_adman) echo "checked=\"1\""; ?>/>
Similar Posts:
- Paypal return url issue with missing GET parameters
- Tutorial: How to write a WordPress Plugin?
- Best & Useful WordPress Plugins For Blogs
- How to insert HTML/BBcode tags to WordPress Comments Form
- How to add adsense code to vanilla forum?
- Disable Touchpad While Typing in Toshiba Notebook
- 7 Useful WordPress plugins for Clickbank affiliates
- Firefox 3 gets stuck on typing in the address bar
- WordPress similar posts plugin not working?
- 3 Must Do Things for WordPress Blog Starters


March 12, 2010
Find this in adman.php
<input type="checkbox" name="adman_disable" />
And change it to
And your problems are over
March 13, 2010
Great Tip! Thanks
March 13, 2010
hey, the 2nd line is not visible. Can you help?
March 31, 2010
I tried this and not working.
March 15, 2010
we have the same problem… the solution is not visible! how did you resolve this issue?
March 15, 2010
Just make the checked = 0 in the same line, instead of 1. Looks like a minor bug.
March 31, 2010
Is there any way to go back and enable all posts that were entered as disabled?
Manually editing every post will take forever.
May 26, 2010
Thanks a lot friend, i was also suffering from same issue of adman, and now by changing 1 to 0 its showing ads
July 9, 2010
is that working? i am still not getting it to work! please somebody post code here.
July 10, 2010
you can easily earn lots of dollars from adsense if you have a high traffic site.;”‘
July 22, 2010
The solution doesn’t work! Any other suggestions?
September 20, 2010
Yes, the solution doesn’t work! I change ’0′ but it does not work. please help
September 20, 2010
There is no way this plugin works. i got rid of it and i directly placed the adsense code in single.php above the_content() which worked like a charm.
October 17, 2010
adsense is of course the best ppc program. they pay the highest ‘-’
November 7, 2010
adsense is the best ppc paying program out there, there are many alternatives but most of them does not pay as much as adsense ,
December 8, 2010
interesant
September 15, 2011
hey nabs just delete “checked”
echo “checked=\”1\”"; ?>/>
U_U
echo “=\”0\”"; ?>/>