Quote:
Originally Posted by SoftWareRevue
Have you tried searching for?
Code:
<if condition="can_moderate()">
You may have another plugin that's wrapped in there somewhere.
|
Thijs:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>
add under:
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<li class="thead"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></li>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
Works with 3.8.7 !!