Version: 1.0.1, by Analogpoint
Developer Last Online: Dec 2007
Category: Mini Mods -
Version: 3.6.8
Rating:
Released: 11-21-2007
Last Update: 11-21-2007
Installs: 286
Uses Plugins
No support by the author.
Adds a "Log User Out" option to the username popup menu in the postbit (in threads and PMs), and on the user's profile page, if you are an administrator. This does not ban the user or prohibit them from logging back in. It simply logs them out.
A Bug in this Hack: When Listing the Posts in a Page, this Hack Adds and Repeats the Forumers that Have Posted Before the Post You're Displaying the User's Options shown in the Image, so if you're in the 5th Post of the Page, the 4 Posters of the Previous Posts are Displayed also in the Dropdown Menu accessed for the Username in the 5th Post!!
Imagine the Previous Bug if you're Displaying 20 Posts per Page and you're accessing the 20th Post username dropdown menu!!
Would be Nice to have this option Also in the User Profile, and only to be accessed for the Admins!! And Even Better to be able to select which usergroups are allowed to Use this Hack!!
Another Bug is that You're forced to thenavigate to the Main Page of the Forum after using the Option!! Would be Better to Stay in the same Post and better in the Profile of the User you're forcing to Leave the Forums!!
My Best Regards!!
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.
I also insist there's a Bug on the "Log user out" Plugin, because when I try the Log User Out Link in a Post of a Thread, I'm redirected to the Main Page of my Forums, and when I try this on the User Profile with the Code I've Added and presented in my previous post, I'm redirected to the User's Profile, so perhaps there's something in the Code that don't works with vBulletin 3.6.7 PL1 to return to the Posts!!
I think is perhaps the Code Line:
Code:
exec_header_redirect($vbulletin->url);
Perhaps in vBulletin 3.6.7 PL1 the Code "$vbulletin->url" is different to work on the Posts??
I also insist there's a Bug on the "Log user out" Plugin, because when I try the Log User Out Link in a Post of a Thread, I'm redirected to the Main Page of my Forums, and when I try this on the User Profile with the Code I've Added and presented in my previous post, I'm redirected to the User's Profile, so perhaps there's something in the Code that don't works with vBulletin 3.6.7 PL1 to return to the Posts!!
As stated in the first post, this mod was designed for 3.6.8, and there's no guarantees of it working with 3.6.7. Why don't you upgrade?
Can we have a time bar on them logging back in? Seems a bit pointless otherwise, because they can just type out their text in notepad, log in then paste it in.
As stated in the first post, this mod was designed for 3.6.8, and there's no guarantees of it working with 3.6.7. Why don't you upgrade?
Too many changes in 3.6.8 and Everytime a Change is needed to Upgrade all Mods Should be Installed Again, all Files Changed Again, and All Templates Edited Again; that happened to me with 3.6.6 and how quickly had to upgrade to 3.6.7 because of security problems with 3.6.6 Version!!
Perhaps I'll change to 3.6.8 when I have the Time to Make all those Changes!!
My Best Regards and Thank You For Your Special Support!!