[For 1.8] Google Adsense ad space how to add
#11
(2019-02-21, 01:12 PM)iAndrew Wrote:
(2019-02-21, 12:09 PM)vk_knight Wrote: I meant in that space where the newsbars are right now.

If you want an Ad where MyBB has announcement bars open Templates > Your theme > Header Templates > Header.

Place this below <navigation> (Any horizontal ad will work)

<br />
<table class="tborder" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" border="0">
    <thead>
        <tr>
            <td class="thead">
                <strong>Advertisement</strong>
            </td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="trow1" align="center">
                *Google Adsense Code*
            </td>
        </tr>
    </tbody>
</table><br />

Thanks for the quick response and also for the code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)