Quote:
Originally Posted by inciarco
|
I Insist Should be an Error on the Plugin "
Admin anger button".
To correct the Duplication of the "Log {1} Out", I've turned this Plugin Off ("
Admin anger button"), and replaced it for the following Code on the
postbit and
postbit_legacy, Templates:
Code:
<!-- Start of Admin Anger Button 2007-11-22 -->
<if condition="$bbuserinfo[usergroupid] == 6">
<tr><td class="vbmenu_option"><a href="/foros/login.php?do=loguserout&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[log_x_out]</phrase></a></td></tr>
</if>
<!-- End of Admin Anger Button 2007-11-22 -->
/foros Apply for my Forums.
and to Place the Code on the User's Profile, I've Placed te Following code on the
MEMBERINFO Template
Code:
<!-- Start of Admin Anger Button 2007-11-22 -->
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="/foros/login.php?do=loguserout&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[log_x_out]</phrase></a></td>
</if>
<!-- End of Admin Anger Button 2007-11-22 -->
/foros Apply for my Forums.
The "
Log user out" Plugin shall be Active, because the Links feeds of the Code of this Plugin to Log the User Out, and of course the "
Admin Anger Button" Addon shall be Active Too.
My Best Regards!!