Just open your FTP client like Total Commander or Filezilla and login to your forum account. Now go to /styles/yourstylename/template and edit file "viewtopic_body.html".
In this file find "<div class="content">{postrow.MESSAGE}</div>" (Ctrl + F)
This code makes the post text appear. If you want to add Adsense below the post, add the code below this, if adsense needs to be above first post text, add the Adsense code above it.
<!-- IF postrow.S_FIRST_ROW == 2 -->
Your Adsense or other banner code
<!-- ENDIF -->
Save the file and upload.
Then login into your PHPBB administration and purge the cache. It is last button on the admin home page after login.
Does it work for you?
