PDA

View Full Version : Mini Mods - Admin Anger Button - Log a User Out


Analogpoint
11-21-2007, 10:00 PM
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.

Request: https://vborg.vbsupport.ru/showthread.php?t=163318

Installation: Import the XML product file in the Product Manager.

Control: There is no options page for this mod, simply enable/disable in the Product Manager if you want.

History:
v 1.0.0 Initial release
v 1.0.1 Adds admin anger button/link when viewing a user's profile or a PM

pspmaster93
11-22-2007, 02:23 AM
best mod ever! very usefull for other reasons aswell like if a hacker is on sum1 account, you change the pass but they still on, just log them out.

yoyoyoyo
11-22-2007, 02:24 AM
LOL - you read my mind! thanks much

it would be really nice to have the install info, since I am using a custom postbit...

Vi3t4Lov3
11-22-2007, 02:27 AM
this realy cool :) how about login this member :)) ?

hotwheels
11-22-2007, 02:46 AM
Lmao........dat is great.

youradhere4222
11-22-2007, 02:51 AM
Very cool. :)

Jennifer_27
11-22-2007, 03:08 AM
Will this work with 3.6.4?

bela-meaad
11-22-2007, 03:10 AM
hahahaha

thats realy cool
we can say:

GET OUT OF MY FORUM :mad:

Analogpoint
11-22-2007, 03:12 AM
it would be really nice to have the install info, since I am using a custom postbit...

It uses the $template_hook[postbit_user_popup] template hook available since (I think) version 3.6.6 It goes almost at the bottom of you postbit or postbit_legacy templates. If you don't have it in your template, just add it and the mod should work.

<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->

Analogpoint
11-22-2007, 03:15 AM
Will this work with 3.6.4?

I don't think 3.6.4 has the required template hook.. Just add $template_hook[postbit_user_popup] right near the end of your postbit or postbit_legacy templates (whichever you use). See post #9 above for a snippet of the template code at the end of the postbit template, so you can see where the $template_hook variable should go.

Magnumutz
11-22-2007, 03:41 AM
Real cool dude... I love it :D

Fungsten
11-22-2007, 03:46 AM
On Edit:

Is there a way to have other than usergroup to be able to log out a member?

Analogpoint
11-22-2007, 04:06 AM
What does near the end mean?

It means 4 lines from the end of the postbit or postbit_legacy template.

Here are the last 7 lines of those templates. $template_hook[postbit_user_popup] goes on the fourth to the last line. :)
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->

gforce75
11-22-2007, 04:09 AM
Lolz, nice idea

elrafei
11-22-2007, 04:30 AM
Very cool

ChurchMedia
11-22-2007, 05:50 AM
I love it! :D

Tulsa
11-22-2007, 06:25 AM
Any chance of adding this option to the users profile?

For those times when they've just logged in and used some really offensive name and haven't posted yet.

youradhere4222
11-22-2007, 07:10 AM
Could you add it to the member info template?

redlabour
11-22-2007, 09:39 AM
Cant find any Button after installing it. Default Postbit 3.6.8

yoyoyoyo
11-22-2007, 11:25 AM
Could you add it to the member info template?that would solve my postbit error problem. I tried adding the hook to my postbit, but it didn't work - as I said I am not using a style that has a regular postbit - it is highly customized, and isn't even really called a postbit

Kihon Kata
11-22-2007, 01:07 PM
Nice, Installs

ETDC
11-22-2007, 01:31 PM
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. :)

redlabour
11-22-2007, 01:46 PM
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. :)

Type Text - Save Notepad - Come back after Hours or Days - Copy&Paste - Save Posting. :D

DieselMinded
11-22-2007, 01:56 PM
Sweet Thanks

/me clicks installed

DieselMinded
11-22-2007, 02:06 PM
If you get board you can add a vb message


You have been logged out By:_________ please reconsider your demeanor (http://www.m-w.com/dictionary/demeanor) before loging back in

Thanks


That would be cool

inciarco
11-22-2007, 02:35 PM
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!! :confused: ;)

Imagine the Previous Bug if you're Displaying 20 Posts per Page and you're accessing the 20th Post username dropdown menu!! :confused: ;)

Would be Nice to have this option Also in the User Profile, and only to be accessed for the Admins!! :rolleyes: 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!! :confused: ;)

My Best Regards!! ;)

:)

Tulsa
11-22-2007, 02:41 PM
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!! :confused: ;)

Imagine the Previous Bug if you're Displaying 20 Posts per Page and you're accessing the 20th Post username dropdown menu!! :confused: ;)





You sure you don't have something conflicting with this mod in your postbit? I get only the poster whom I've chosen and no others.

Analogpoint
11-22-2007, 02:47 PM
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!! :confused: ;)

Imagine the Previous Bug if you're Displaying 20 Posts per Page and you're accessing the 20th Post username dropdown menu!! :confused: ;)

Would be Nice to have this option Also in the User Profile, and only to be accessed for the Admins!! :rolleyes: 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!! :confused: ;)

My Best Regards!! ;)

:)

This must be a conflict with another mod, or your version of vB. What version of vB are you using, and what other mods do you have installed? Also, this mod does redirect you back to the same page you were on, after logging the user out.

Analogpoint
11-22-2007, 02:59 PM
LOL - you read my mind! thanks much

it would be really nice to have the install info, since I am using a custom postbit...

that would solve my postbit error problem. I tried adding the hook to my postbit, but it didn't work - as I said I am not using a style that has a regular postbit - it is highly customized, and isn't even really called a postbit


Try manually adding this link to the postbit template (or where ever you want).<a href="$vboptions[bburl]/login.php?do=loguserout&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[log_x_out]</phrase></a>

ETDC
11-22-2007, 03:50 PM
Type Text - Save Notepad - Come back after Hours or Days - Copy&Paste - Save Posting. :D
And in layman's terms? :confused:

TheBlackPoet
11-22-2007, 04:06 PM
perfect

inciarco
11-22-2007, 05:25 PM
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!! :confused: ;)

Imagine the Previous Bug if you're Displaying 20 Posts per Page and you're accessing the 20th Post username dropdown menu!! :confused: ;)

Would be Nice to have this option Also in the User Profile, and only to be accessed for the Admins!! :rolleyes: 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!! :confused: ;)

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:



<!-- 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&amp;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



<!-- Start of Admin Anger Button 2007-11-22 -->

<if condition="$bbuserinfo[usergroupid] == 6">

<td class="vbmenu_control"><a href="/foros/login.php?do=loguserout&amp;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!! ;)

:)

realsumon
11-22-2007, 05:36 PM
Thanks. i need it i will install tonight.

inciarco
11-22-2007, 05:46 PM
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!! :( :confused:

I think is perhaps the Code Line:



exec_header_redirect($vbulletin->url);



Perhaps in vBulletin 3.6.7 PL1 the Code "$vbulletin->url" is different to work on the Posts?? :confused:

You're the Experts!! :p

My Best Regards!! ;)

:)

Analogpoint
11-22-2007, 05:48 PM
I Insist Should be an Error on the Plugin "Admin anger button".

I don't think it is. I think it's an incompatibility with your version of vBulletin and how the template hooks are handled. Are you using vB 3.6.7? See http://www.vbulletin.com/forum/project.php?issueid=22069

DieselMinded
11-22-2007, 05:53 PM
Flawless here on 3.6.8 PL2 w/ Over 55 Mods installed

Analogpoint
11-22-2007, 05:54 PM
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!! :( :confused:


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?

Analogpoint
11-22-2007, 05:56 PM
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. :)

That's what banning is for.

DieselMinded
11-22-2007, 05:58 PM
If you get board you can add a vb message


You have been logged out By:_________ please reconsider your demeanor (http://www.m-w.com/dictionary/demeanor) before loging back in

Thanks


That would be cool

Is this possible ?

inciarco
11-22-2007, 05:59 PM
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!! :p

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!! ;)

:)

Analogpoint
11-22-2007, 06:04 PM
Cant find any Button after installing it. Default Postbit 3.6.8

What other plugins do you have installed?

Analogpoint
11-22-2007, 06:05 PM
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!! :p

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!! ;)

:)
OK, good luck! Maybe you should wait for 3.7 now. I have a feeling it won't be long before it's released :)

DieselMinded
11-22-2007, 06:06 PM
I dont think this works in PM's but thats no big deal at all

Captain DDL
11-22-2007, 07:22 PM
This is awesome. Thanks.

midnightz
11-22-2007, 07:29 PM
awesome! any possibility of making the user automatically a miserable user if that mod is installed?

Analogpoint
11-22-2007, 07:40 PM
I dont think this works in PM's but thats no big deal at all

Added in v 1.0.1

Analogpoint
11-22-2007, 07:46 PM
If you get board you can add a vb message


You have been logged out By:_________ please reconsider your demeanor (http://www.m-w.com/dictionary/demeanor) before loging back in

Thanks


That would be cool

Is this possible ?

Probably, but I'm not quite sure if I want to do that. It would be a bit tricky, since after they are logged out, how will I know who they are. It could probably be done with a cookie though. What would you think if it were a message when they logged back in?

In any case, I'm not sure I'll add that, since it would entail saving the user's state to the database etc. I'll think about it. Are there any others who would like this?

Analogpoint
11-22-2007, 07:47 PM
Any chance of adding this option to the users profile?

For those times when they've just logged in and used some really offensive name and haven't posted yet.

that would solve my postbit error problem. I tried adding the hook to my postbit, but it didn't work - as I said I am not using a style that has a regular postbit - it is highly customized, and isn't even really called a postbit

Added in version 1.0.1

TheBlackPoet
11-22-2007, 10:30 PM
again...... excellent....

Tulsa
11-22-2007, 10:40 PM
Working perfect.

aycan555
11-22-2007, 11:50 PM
if we can sign them out for 15min would be great hack, like if we signed them out they can not log back until their time has expired...

UncoderMom
11-23-2007, 12:53 AM
I dont know, ROFL! I do know that this mod is some seriously funny stuff!

THANKS! I'm gonna try it!!

TheBlackPoet
11-23-2007, 01:09 AM
if we can sign them out for 15min would be great hack, like if we signed them out they can not log back until their time has expired...

the ban already does that...

i think this serves a different, more specific point though.. its almost like telling the member to take a cool off.. or chill... without stigmatizing them with the dreaded ban....

of course, what do i know... im just a consumer

johnrizz
11-23-2007, 02:47 AM
this realy cool :) how about login this member :)) ?

You mean this? Admin Log In As User (https://vborg.vbsupport.ru/showthread.php?t=115351) Or fack user? Fake User (https://vborg.vbsupport.ru/showthread.php?t=139402) :D

johnrizz
11-23-2007, 02:50 AM
Ohh Yeah! Great mod BTW....

Almotmaiz.Net
11-23-2007, 10:42 AM
WoooW !! nice


very useful !!

*installed*

mystic10
11-23-2007, 02:24 PM
i have vb 3.6.8 and it didnt work..am i doing something wrong..i uploaded the xml file but no luck please guide

Poppet
11-23-2007, 04:51 PM
Great mod :D

Would it be possible to allow Super Mods to be able to use it too?

Fungsten
11-23-2007, 05:05 PM
Great mod :D

Would it be possible to allow Super Mods to be able to use it too?

Same here.

Zia
11-24-2007, 01:09 AM
lol...

its funny thing...but usefull

Analogpoint
11-24-2007, 02:51 AM
i have vb 3.6.8 and it didnt work..am i doing something wrong..i uploaded the xml file but no luck please guide

Is it in the list of installed products in the Product Manager?

wengi
11-25-2007, 07:12 AM
Nice Little Hack .... installed :)

Mrdby
11-25-2007, 11:18 AM
installed

Mrdby
11-25-2007, 11:20 AM
How bout the option only comes up when they are logged on? I see people that aren't logged on and it still shows up.

cyberws
11-26-2007, 07:11 PM
Thanks for the mod. These spammers are driving us crazy and its nice to log them out. :-)

Flexo
11-27-2007, 01:25 PM
Hm, doesn't seem to work if the user has cookies enabled. I can log him out, but he doesn't even notice because with the first reload, he's logged in again.

Pathfinder
11-27-2007, 06:20 PM
Does not work, I tried it with a testuser on a 3.68. Had to uninstall it. The testuser was not logged out after the admin logged him out with this modification. The testuser was logged in by the cookie again.

BelMaseto
11-27-2007, 07:33 PM
Nice hack. Installed.

A suggestion: may be the added link would have to be dimmed or disabled if user isn't currently logged...

SVTCobraLTD
11-27-2007, 08:53 PM
I just tried this on one of my users and it didnt log him out. I tried it over and over again and he refreshes and is still on. Any suggestions?

SVT

johnrizz
11-27-2007, 09:53 PM
I dont get a log him out link anywhere

Flexo
11-27-2007, 10:25 PM
Check his profile, a couple of lines below his photo, there's a link.

BelMaseto
11-29-2007, 08:25 AM
Does not work, I tried it with a testuser on a 3.68. Had to uninstall it. The testuser was not logged out after the admin logged him out with this modification. The testuser was logged in by the cookie again.

+1 :(

johnrizz
11-29-2007, 09:29 AM
Check his profile, a couple of lines below his photo, there's a link.

Yeah I did and it didn't show up anywhere... I checked profile, the username dropdown menu, nada, zilch......

mystic10
11-29-2007, 04:12 PM
i uploaded but not working please guide anyone..i have version 3.6.8

mauisun
11-29-2007, 04:49 PM
worked great on 3.6.8 right out of the gate. I imported but no log out link so followed the instructions to add the info to postbit_legacy 4th line down as described earlier and works perfect now
.mauisun

mystic10
11-29-2007, 06:36 PM
i did that but didnt work still :( please help

Hornstar
12-01-2007, 08:02 PM
This is very useful, just wondering can an admin log out another admin? smod?, or mod?

Rickie3
12-03-2007, 10:36 AM
will this work with vbulletin Version3.5.4 I really need this feature please

maidos
12-03-2007, 02:06 PM
the logout doenst work at all, none of my members got logged out
use vb 3.6.8 patch 2

StakingAces
12-03-2007, 02:22 PM
Nor mine, running patch 2 as well. Any ideas?

mystic10
12-28-2007, 06:29 AM
cool mod i just wished it worked on my forum even with new skin instaled not working please guide i have patch 2 installed

Mixibiza
12-28-2007, 07:14 AM
Lolzzzz... Nice and funny mod... installed :)

S7rik3R
12-28-2007, 02:36 PM
This is one great mod ...

One Verse : "Hackers Keeps Ou†"
ROFL

*Installed*

hazyeyes
12-29-2007, 07:26 PM
Cheers I have to say like the otheres this is probably the smartest hack i have come across no more backchat off members no more spammers *clicks logout*

Thanks again

Dave:D

BigDog56
01-22-2008, 05:58 PM
Ain't working. It shows them logged out, but they are not. Mark uninstall

Hitchcock
01-31-2008, 10:55 AM
Works GREAT for me!

Marks *installed*

sola
01-31-2008, 04:33 PM
Doesn't work on my 3.6.8. Bummer.

fta2k
03-05-2008, 03:04 AM
This is great, our mods are gonna love us... LOL

Boofo
03-05-2008, 04:00 AM
Works perfect on 3.7.0 beta 5 with a MEMBERINFO manual template edit.

mariocaz
03-05-2008, 04:48 PM
Great Mod, but I want to be sure that is working on 3.6.8 pl2, anybody ??

Boofo do you think with your edit this mod will works in 3.6.8 pl2 ??, I hope yes.

fta2k
03-05-2008, 08:20 PM
Great Mod, but I want to be sure that is working on 3.6.8 pl2, anybody ??

Boofo do you think with your edit this mod will works in 3.6.8 pl2 ??, I hope yes.


I've logged our super out 3 times already now and we have pl2. I'd say it works.

mariocaz
03-05-2008, 11:06 PM
Ok I will try it.

thank you

Boofo
03-05-2008, 11:43 PM
The edit for 3.7.0 is just a template edit. The rest of the code works fine.

mariocaz
03-06-2008, 05:34 AM
Working perfect, thanx!

alfaowner
03-13-2008, 03:45 PM
works on 3.6.4 with manual template edits to post bit legacy and memberinfo :) thanks

newtsys
03-13-2008, 05:14 PM
very nice addition thanks Installed!!!

rnixon
03-14-2008, 09:49 AM
Kicks butt, many thanks.

J105C
03-17-2008, 10:36 AM
Lawls!!!!!

AriaPDA
03-17-2008, 10:46 AM
Hi,
Very Good ! Thx :X

GhOsTxX
03-17-2008, 09:28 PM
this is not working for me, i made sure it was active and enabled and everything but the log out buttons and links wont show up anywhere

AbercrombieAron
03-18-2008, 02:12 AM
Wonderful idea :)

GhOsTxX
03-18-2008, 11:38 PM
yea still not working for me, is there a bug or something? it just wont work and its already enabled

mystic10
03-22-2008, 01:06 AM
MR. ANALOGPOINT U SAID THIS MOD IS SUPPORTED..BUT I WROTE 2X AND U DIDNT EVEN REPLY..PLEASE WE HAVE MANY PROBLEMS IN OUR SITE AND I NEED THIS TO WORK..KINDLY HELP...I HAVE 3.6.8 PL2 SKIN FROM EXTREMPIXES IPHORUM...PLEASE HELP

aspen1018
03-22-2008, 05:08 AM
is there anyway we can add another usergroup so they can also log users out

like forum mods or super mods

thanks

ivanstanchev
03-22-2008, 06:09 AM
YEs ,same question.I would like my mods to be able to log out members as well.

Zachariah
03-22-2008, 08:05 PM
MOTM "clicks"

:D - fun idea

scan-pa
03-22-2008, 11:29 PM
I just added the usergroup id, to each usergroupid array that had a ,6 in the xml file. Then reloaded it to the forums.

just add a , and the usergroupid

Now my entire staff has this available to use on my site.

Owners / Webmasters
Super Admins
Admins
Global Moderators
Moderators


I have waited for this mod a long long time. It will come in handy, when I need all users to log off line when the board goes down for upgrades.

some add on features, would be to auto set them to miserable user status... :) (another great hack!) or to prevent them from logging back in for a admin set time limit.

Great start to what will be one of the best MODS out there.

Hope this will work with vB 3.7.0

I have nominated this as MOTM.

MissKalunji
03-24-2008, 02:17 PM
This doesn't seem to work On either Firefox Or Internet explorer

scan-pa
03-24-2008, 06:43 PM
This doesn't seem to work On either Firefox Or Internet explorer

You do know that this mod says it works only on: vB Version: 3.6.8

And is located in the vB 3.6.x MOD section.


:)

SwollenCranium
03-24-2008, 06:48 PM
You do know that this mod says it works only on: vB Version: 3.6.8

And is located in the vB 3.6.x MOD section.


:)

And of course that matters VERY little since MANY 3.6 mods work just the same in 3.7.

GhOsTxX
03-24-2008, 06:56 PM
This mad is bad, it doesnt even work, i tried everything to add it and make it function but it doesnt work no matter what so i dont think this is worth installing.

scan-pa
03-24-2008, 07:00 PM
It works just fine on vB 3.6.8p2

aspen1018
03-25-2008, 02:36 PM
hmm doesn't work for me and I have 3.6.8p2

link shows up to log user out; but nothing happens when you click it

scan-pa
03-25-2008, 04:37 PM
Does the green light go out on the user You logged off?

Also, if they might be set to auto log back in.

Idawg
03-25-2008, 04:57 PM
I have SOOOO been waiting for this mod !!! TY :D

*Installed*

gtcompscientist
03-28-2008, 06:22 PM
Doesn't work for users who checked the "Remember Me" Button. Is there a way to make this work, most of my users use that mode.

Ksb2050
03-28-2008, 06:59 PM
Excellent Mod! Thanks! :)

scan-pa
03-28-2008, 07:18 PM
It does work, but it needs some sort of admin set time delay to prevent the user from Auto Logging back in, or Manually logging back in.

Mrdby
04-30-2008, 01:59 AM
Will This Be Updated?

DieselMinded
05-09-2008, 02:18 AM
Working on 3.7.0 Gold

Mrdby
05-09-2008, 02:38 AM
Working on 3.7.0 Gold

really? not for me.

Mrdby
05-09-2008, 02:41 AM
reinstalled and still don't see it under his profile.

DieselMinded
05-09-2008, 02:53 AM
I have the Original Version Works Great , I use it often I never upgraded as i dont want it in profiles , the post bit drop down is great ,

A Spammer showed up the other day ...

EVen on 3.7.0 Gold he still got in , I banned him and his IP but he still showed online , Wondering if the ban worked I click Log him out and he turned Offline and Ive never seen him again , Where as i would of stayed up all night hoping he couldnt post again

Mrdby
05-09-2008, 03:02 AM
I have the Original Version Works Great , I use it often I never upgraded as i dont want it in profiles , the post bit drop down is great ,

A Spammer showed up the other day ...

EVen on 3.7.0 Gold he still got in , I banned him and his IP but he still showed online , Wondering if the ban worked I click Log him out and he turned Offline and Ive never seen him again , Where as i would of stayed up all night hoping he couldnt post again


https://vborg.vbsupport.ru/showthread.php?t=165961 THIS HACK WILL STOP THAT!

DieselMinded
05-09-2008, 03:07 AM
Im not so sure it was human

Loget
05-09-2008, 04:39 PM
Nice mod here ;)

dapoling
05-19-2008, 10:56 PM
I just installed and had a member on the phone with me, I clicked the log out feature and guess what he was not logged out but did not show him on the whos online but he was crusing the forum with out logging back in.

mariocaz
05-20-2008, 11:55 PM
Also working for me in 3.7 GOLD

Mrdby
05-21-2008, 12:36 AM
doesn't work for me

dapoling
05-21-2008, 04:13 AM
I just installed and had a member on the phone with me, I clicked the log out feature and guess what he was not logged out but did not show him on the whos online but he was crusing the forum with out logging back in.

I tried it again in 3.6.10 and it appears to be working which in fact all it has done is remove the name from the whos on line and the member is not logged off.

I really wish it would work for me as I could use it.

Pcoders
05-31-2008, 01:27 AM
this hack still working great for me...upgraded to 3.7.1 other day...still working.

however lost the link in profile....pm link still there though.

would love to see v 1.0.2 .. updated for 3.7.x.

i use this hack reg...tnx for the coder for this great mod. one of my favs...:D

RedTrinity
06-01-2008, 08:10 AM
I tried it again in 3.6.10 and it appears to be working which in fact all it has done is remove the name from the whos on line and the member is not logged off.


Its doing this for me with 3.7.0 :(

blind-eddie
06-25-2008, 05:21 PM
Does this work? I tested it on my forum, but my test member was not logged out.

SpeedJunkyz
10-01-2008, 03:53 PM
this hack still working great for me...upgraded to 3.7.1 other day...still working.

however lost the link in profile....pm link still there though.

would love to see v 1.0.2 .. updated for 3.7.x.

i use this hack reg...tnx for the coder for this great mod. one of my favs...:D

LOL well atleast someone has it working lol Im trying again

SpeedJunkyz
10-01-2008, 07:29 PM
Nope I have the 3.7.3 and it doesn't work for me. Ill be waiting for the update I guess lol

Budget101
10-03-2008, 04:37 PM
OMG, that is too funny, "Don't Let the Door hit you in the @ss!" hahahaha

roaddevils
10-17-2008, 04:46 PM
I'm running 3.7.7 and I can still log a person out from the show thread page but no longer from within a users profile page. Any one figured out a work around?

sheefeh
10-21-2008, 05:07 PM
It works just fine with me but on the user profile only.. using VB 3.6.8 p2..

Installed, thanks..

gocreate
11-01-2008, 09:51 AM
hi, what im must write to enable this hack for mod, smod ? Only admin can logout user yet.
Great hack :D

taz112768
11-10-2008, 09:19 PM
nice job bud installed

Rene Kriest
11-11-2008, 03:19 PM
Excellent add-on, it totally rocks!

It works on vb 3.7.4 but the "log out" link won't appear in the member's profile only in the username pop-up menu, but that's ok for me. :)

silly rabbit
11-23-2008, 03:53 AM
no worky on 3.8.0 beta 3

Medtech
11-23-2008, 05:51 AM
no worky on 3.8.0 beta 3

I second that!!

waiting for updated version..............

princeedward
11-23-2008, 06:05 AM
thanks...installed... ;)

kimmie-99
01-16-2009, 04:40 PM
I've installed this (vb 3.6.8 p2) and while it worked for a little bit - it's not always constant. I have other admins that can't get it to work at all and I can't get it to work from my home pc.

Fungsten
01-16-2009, 05:08 PM
I second that!!

waiting for updated version..............

Third. VB3.8

SuperTaz
01-25-2009, 02:49 AM
Given that the author has not been on for 13 months, I doubt there will be an update.

Fungsten
01-25-2009, 09:20 PM
Given that the author has not been on for 13 months, I doubt there will be an update.

Maybe it should go off to the Mod Graveyard.

C2Systems
01-28-2009, 04:24 AM
awesome mod! doesnt work with my boards style tho ... only on the default vb

BlackJacket
02-08-2009, 04:16 PM
If anyone can make this work for 3.8 that would be great!

Thanks

digif
02-08-2009, 04:39 PM
If anyone can make this work for 3.8 that would be great!

Thanks

I agree.. please make the updates!

Fungsten
02-08-2009, 05:49 PM
I agree.. please make the updates!

Please!

putergirl
02-15-2009, 08:19 PM
downloaded

DieselMinded
03-06-2009, 09:29 PM
Please update to 3.8.1+

Thanks
DM

DieselMinded
03-06-2009, 09:31 PM
Developer Last Online: Dec 2007

DARNET !!! Can someone port this ?

gsmph
03-06-2009, 11:57 PM
Please update to 3.8.1+

Thanks
DM

i have installed this and it works fine on 381

br

gsmph

chick
03-15-2009, 11:38 PM
i have installed this and it works fine on 381

br

gsmph


have you checked your board index page when not logged in..... I get database errors and had to remove the product on 3.8.1 board

lilbill0005
04-04-2009, 10:04 PM
I only have 3.8.0, and my license expired recently, and I don't have the money to renew it, so, I can't test on 3.8.1 or higher, but, I think I've fixed it. It at least does what it's supposed to on mine.

Find:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>

Below, add:

$template_hook[profile_linkbar_last]

There really should be a hook there already anyhow, but, there isn't, so, meh.

Then just import the attached file. If it still doesn't work, please paste the error here so I know what to fix. =]

Fungsten
04-05-2009, 04:48 PM
I only have 3.8.0, and my license expired recently, and I don't have the money to renew it, so, I can't test on 3.8.1 or higher, but, I think I've fixed it. It at least does what it's supposed to on mine.

Find:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>

Below, add:

$template_hook[profile_linkbar_last]

There really should be a hook there already anyhow, but, there isn't, so, meh.

Then just import the attached file. If it still doesn't work, please paste the error here so I know what to fix. =]

:up::up::up::up::up::up::up:

Sweeks
04-05-2009, 09:41 PM
I only have 3.8.0, and my license expired recently, and I don't have the money to renew it, so, I can't test on 3.8.1 or higher, but, I think I've fixed it. It at least does what it's supposed to on mine.

Find:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>

Below, add:

$template_hook[profile_linkbar_last]

There really should be a hook there already anyhow, but, there isn't, so, meh.

Then just import the attached file. If it still doesn't work, please paste the error here so I know what to fix. =]

Didnt log the user out in IE
________
Tube 8 (http://www.++++tube.com/)

lilbill0005
05-06-2009, 08:04 PM
Didnt log the user out in IE
Well, cross-browser compatibility (at least to IE :rolleyes:) shouldn't be necessary in an admin-only plugin. Besides, if you're an administrator and using IE, you have much bigger things to be worrying about. XD

tipoboy
05-12-2009, 08:33 AM
didnt work for me either, any chance someone could port this for 3.8.2?

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 -
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>

Below add -
<li class="thead"><a href="/forum/login.php?$session[sessionurl]do=loguserout&amp;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.

tlwwolfseye
05-28-2009, 09:06 AM
Thanks Outbackmark, i got it working on a friends site i administrate, with 3.8.2. Works fine. :)

DieselMinded
07-01-2009, 09:16 PM
still have this mod and it appears to work

Nadavy
07-06-2009, 02:42 AM
This mod simply isn't working on my forum =/

kimmie-99
07-09-2009, 03:04 PM
Mine stopped working!

New Joe
08-15-2009, 04:46 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 -

Below add -

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.

Install the xml follow the above and all will work.
Thanks:up:

LordDB
11-27-2009, 09:23 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 -

Below add -

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.

yes, you're right...works fine with vB3.8.3. Thanks! :)

SnapOff Racing
12-09-2009, 10:25 AM
I have noticed that this mod only works if the user HAS NOT CLICKED the REMEMBER ME box.

Merjawy
12-24-2009, 08:30 PM
Great mod.. works fine on 3.8.2 thanks

EDIT:.. it just won't log Admin out .. which is fine
EDIT2:.. Now can't view user's profile from his/her thread/post as it ommits UID when you choose View Profile

skwestle
02-01-2010, 05:53 AM
Thanks very useful tool

widemind
07-29-2010, 02:38 PM
Any one know of anything like this for vb4?

Thanks in advance.

z3r0
06-28-2011, 07:32 AM
Any one know of anything like this for vb4?

Thanks in advance.

My staff asked for this to be added to our vb4 board this morning, as the author hasn't been back since 2007 I dont think there is much chance of an updated version so I've tweaked it for vb4 myself.

I'm not a coder but it seems to work fine on my 4.1.4 site, but use at your own risk.

flewfruit
07-02-2011, 09:00 AM
Lolz, good idea.ty

WendM
08-21-2011, 10:23 PM
Ditto. I've the same issue, so just disable plugin (not Product): postbit_display_complete, and it's back to normal!


EDIT2:.. Now can't view user's profile from his/her thread/post as it ommits UID when you choose View Profile

Paul.
07-11-2012, 09:39 PM
Any chance of this on 4.2.0 ?

BearOlympic
08-04-2012, 08:36 PM
My staff asked for this to be added to our vb4 board this morning, as the author hasn't been back since 2007 I dont think there is much chance of an updated version so I've tweaked it for vb4 myself.

I'm not a coder but it seems to work fine on my 4.1.4 site, but use at your own risk.
works on 4.1.3 either
thanks

BadgerDog
09-10-2012, 10:24 AM
Installed with thanks on v4.1.3pl5 ... :)

Seems to work fine and appears in user profile....

Regards,
Doug

BadgerDog
09-10-2012, 10:49 AM
Might have spoke too soon ...

When I click the link, the light goes out as if the user is logged out, but then when page refreshes, the light comes back on and user is logged in again.... :confused:

How can a user be logged in 7x24 and never log out?

Regards,
Doug