there are plenty of joomla adsense extensions go to http://extensions.joomla.org I even wrote one that does revenue sharing
yes i tried all of those however i cannot find one that posts the adsense right after the news i post likst this: news ads ------ news ads ------- news ads is there a php file in side of it that i can go in and post the adsense script?
well, kepe in mind that you can only use 3 ad blocks on a page, so this won't work if you're displaying more that 3 news items You'd have to modify the default output for the intro, not sure how you do that
You;ll need to either use a mambot, or find the function that generates the intro blurb and modify it
these is mod for that download from joomla site and with every articles just type {mosgoogle} thats all
ok here is how you do it: you go to your user menu and select my details, and then chenge your editor to "no WYSIWYG" this way what ever you write is acaul code. then you can just paste the adsense code after the news you posted. its really easy
I did it by editing the "content.html.php" file in the /components/content directory. Look for the part of the code which you want to go before the ad, then escape the PHP and paste your adsense code in there. Start the PHP code tag again and hey presto - exactly what you wanted. If you want to be really clever, you can even pu a counter mechanism that loops three times, when you have a counter value of 3, then let the adsense code = null output. Then you can have as many news items on your page as you wish, only the first three will be followed by an adsense ad.