MyBB Community Forums

Full Version: Add ads to my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i add ads to my forum?
edit and add your ads code in the templates
(2015-05-31, 01:35 PM)chromium Wrote: [ -> ]edit and add your ads code in the templates

where in the template?
(2015-05-31, 02:08 PM)streambomber Wrote: [ -> ]
(2015-05-31, 01:35 PM)chromium Wrote: [ -> ]edit and add your ads code in the templates

where in the template?

Wherever you want. We don't know that and can only guess. For example for ads in the 1st post use: http://community.mybb.com/thread-163773-...pid1124458
To add ads to after the header you can edit  Template Sets » Default Templates » header

After the

<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<navigation>

Add
<div style="text-align: center;">
YOUR AD IMAGE OR ADD SCRIPT HERE
</div>


Also to show ads on footer edit  Template Sets » Default Templates » Edit Template: footer