This user has been denied support.
(2016-11-30, 09:56 PM)Deatives Wrote: Most plugins are not official, rather they are developed by users who care about the MyBB community of forum owners, that being said some plugins might be developed by MyBB staff. As for your adsense idea, depending on the type of advertisements (I.e. the size) the "header" template towards the bottom of the template could be a good idea. I can't make promises on how much money you will earn but good luck with the adsense idea and let us know if you need further support.
Can you give me a example where to insert the "adsense" code in the header? I tried but it does not show up on the forum.
This the code for the header as of right now as it is untouched.
--------------------------------------------------------------------------------------------------------------------------
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
<div class="wrapper">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
<ul class="menu top_links">
{$menu_portal}
{$menu_search}
{$menu_memberlist}
{$menu_calendar}
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>
<div id="panel">
<div class="upper">
<div class="wrapper">
{$quicksearch}
{$welcomeblock}
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
<!-- </div> in header_welcomeblock_member and header_welcomeblock_guest -->
</div>
</div>
<div id="content">
<div class="wrapper">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
{$awaitingusers}
<navigation>
<br />
-------------------------------------------------------------------------------------------------------------------------------------------
This is my Google Adsense Code
--------------------------------------------------------------------------
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-MyPersonalGoogleNumber",
enable_page_level_ads: true
});
</script>
---------------------------------------------------------------------
(2016-11-30, 09:58 PM)johnnyvang Wrote: I am using https://community.mybb.com/mods.php?action=view&pid=39
Great plugin ( works with 1.8.8 ) and is easy to use.
Add ads ( normal ads or adsense ) in postbit, header and footer.
I was trying to use this plug in earlier but then I had to re install the forum software. I had to contact my hosting company. Is there a proper step by step instruction?
(2016-11-30, 10:05 PM)Deative Wrote: Admanager plugins help newer forum owners who might not understand HTML very well get started however I feel that they are a bad idea, they are one more form that accesses the database and could be potential security risk. I will always hold to that adding the code directly into the templates is the best solution. Whichever solution that ajp101 chooses to use I wish him the best of luck
Essentially, i want the ad to appear on every page.
Also, it would be nice if there are multiple ads on one page. Having ads between posts would be ideal.
Security wise, I am not too afraid of having another plug in dealing with the 'database'