Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Google +1 button

adding google +1 button next to your PM button


go to ACP -> templete -> choose your theme -> show thread templete -> templete-> showthread

under {$headerinclude} place this

PHP Code:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js">
 </
script


go to ACP -> templete -> choose your theme -> post pid templete -> templete-> postpid

Edit Under
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
place this

PHP Code:
<g:plusone annotation="inline"   
  
href="http://www.example.com/forum/showthread.php?tid={$tid}&pid={$pid}"
  
size="medium"
></g:plusone