7
Edit news/templates/news_item.html
Then paste the tag <{$advertisement}> where you want it to display.
Please have in atention that the advertisement is also included on index.php. This means that you can have a list of several articles each one displaying an advertisement. This will be against the conditions imposed by google adsense.
If you want your ad close to your news item text then you should consider showing it just in article.php (single item) and for doing so you need to edit news/index.php and remove line~276:
$xoopsTpl->assign('advertisement', news_getmoduleoption('advertisement'));
If you want to place your ad bellow the news item (for example, above the comments nav) then you may find a better place for the tag in templates/news_article.html (which is not used in index.php and will avoid the hack)