Outbackmark |
05-26-2009 06:36 AM |
I have it working on 3.8.2, it installs fine on the postbit, but you need to add some code into your MEMBERINFO template as follows -
Quote:
<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>
|
Below add -
Quote:
<li class="thead"><a href="/forum/login.php?$session[sessionurl]do=loguserout&u=$userinfo[userid]">Log User Out</a></li>
|
Make sure the </if> is below the new code.
This will make it visible only to mods and up and place it next to the Edit Profile link.
|