MyBB Community Forums

Full Version: how i can add adsense in showthread.php?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi
Please how i can add adsense script in showthread.php ?

ps:i know that there's a plugin for ads,and i'm using it.

thank you
You need to edit the template Admin dir> Themes and templates>Templates>your themes template>Show Thread Templates>showthread
AND you can add your adsense code in div tags (wherever you want) like below
<div style="text-align: center;">your adsense code</div>
i want to display ads inside a thread please, how i can do that in showthread.php?

thank you for your answers.
(2011-12-20, 11:18 PM)azeer Wrote: [ -> ]i want to display ads inside a thread please, how i can do that in showthread.php?

thank you for your answers.

Refer to ranjani's post. You basically just have to paste the adsense code in the showthread template. To position it, you need the div tag.