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.

SideMenu + User + Admin

Side Menu For User And Admin

Version: 1.0
Author: hamed.gh
Submitted: 28th July 2011
Last Updated: 3rd August 2011
hi

This plugin adds:

Control access to different parts of the overall management and user community separate.

If you did not sea After activate the plugin you must first change the template

header_welcomeblock_member

and find this code
{$modcplink}{$admincplink}

change to

{$modcplink}

========================
find
{$lang->welcome_pms_usage}

and change to
{$lang->welcome_pms_usage}{$sidemenu}{$admincplink}</li></ul>

save template

************************
header_welcomeblock_member_admin

clear all code and replace this code

<li style="text-align:right;"><a href="#" class="icon-admin" title="Admin Panel"></a>
<ul>
<li class="sidemenu-title"><a href="#">Admin Panel</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php" class="icon-home">Index Page</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=config" class="icon-memberlist">Setting Page</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=forum" class="icon-calendar">Forum Page</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=user" class="icon-memberlist">User Page</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=style" class="icon-help">Template Page</a></li>
<li><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php?module=tools" class="opt">Tools Page</a></li>
</ul>
Previews:Preview Image 4119