MyBB Community Forums

Full Version: Moderator And Admin Options
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,

Please have a look at this and you will see my problem, http://i38.tinypic.com/2dv7575.jpg .

If you still cant see it then its the Moderator and Admin options that is supposed to be there. I have the correct privs and everything but i still dont see the option..

Please Help
Is your member_profile template default?? You have to have added or changed something because Admin Options isn't default... I know of a plugin that adds it though, the Admin Hijack plugin... anyways, see what reverting the template to default does... maybe you've just removed something.
My plugins page:
http://i35.tinypic.com/9vfj0g.jpg

My member_profile template from MYSQL:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}
{$userstars}<br />
<br />
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}
</span>
</td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$reputation}
{$warning_level}
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="trow2"><strong>{$lang->pm}</strong></td>
<td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->icq_number}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->aim_screenname}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->yahoo_id}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->msn}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</table>
</td>
<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="50%" valign="top">
{$profilefields}
{$signature}
{$modoptions}
</td>
</tr>
</table>
{$footer}
</body>
</html>

Is it normal Confused ?
Yeah the second plugin adds the Admin Options box... as for the template, no need to go into MySQL to see it, check it in the ACP; ACP > Templates & Style > Templates > **expand template set** > Member Templates > member_profile > Options > Diff Report > tell us what's highlighted in red.
I got as far as :
ACP > Templates & Style > Templates > **expand template set** > Member Templates > member_profile > Options >

I cant find Diff Report > .. I just get "Full Edit"
Sorry, just checked and it seems that plugin doesn't edit that template... OK, next thing to check, is the 'member_profile_modoptions' default?? You can check by seeing if the name is in green (green = non-default) or you can click Options, and if you have Diff Report and Revert to Original, it isn't default, so revert it to default if it isn't already.
How about i give you Admin access Big Grin ?

I trust you seeing as you have a Support Team badge xD
Im very sorry to waste your time. It seems the template guy has made a problem as i can see whats meant to be there in the source:

Quote:<!-- start: member_profile_modoptions -->

<br /><table border="0" cellspacing="1" cellpadding="4" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>Moderator Options</strong></td>
</tr>
<tr>
<td class="trow1">
<ul>
<li><a href="http://forums.tubehosting.co.uk/modcp.php?action=editprofile&amp;uid=394">Edit this user in Mod CP</a></li>
<li><a href="http://forums.tubehosting.co.uk/modcp.php?action=banuser&amp;uid=394">Ban this user in Mod CP</a></li>
</ul>
</td>
</tr>

</table>

<!-- end: member_profile_modoptions --><br /><table border="0" cellspacing="1" cellpadding="4" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>Admin Options</strong></td>
</tr>
<tr>
<td class="trow1">
<ul>
<li><a href="http://forums.tubehosting.co.uk/member.php?action=login&amp;do=hijack&amp;uid=394&amp;my_post_key=4c5836e70bca973fafae07df3336054b">Log in as this user</a></li>
<li><a href="http://forums.tubehosting.co.uk/member.php?action=logout&amp;do=regenkey&amp;uid=394&amp;my_post_key=4c5836e70bca973fafae07df3336054b">Force this user to log out (if logged in)</a></li>
</ul>
</td>
</tr>

</table>
</td>
</tr>
</table>
<!-- start: footer -->