Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Admin Anger Button - Log a User Out Details »»
Admin Anger Button - Log a User Out
Version: 1.0.1, by Analogpoint Analogpoint is offline
Developer Last Online: Dec 2007 Show Printable Version Email this Page

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.

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

Download Now

File Type: zip product-adminanger-1.0.0.zip (1.3 KB, 284 views)
File Type: zip product-adminanger-1.0.1.zip (1.4 KB, 1586 views)

Screenshots

File Type: png screenshot.png (15.4 KB, 0 views)
File Type: png screenshot2.png (26.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #152  
Old 02-08-2009, 04:39 PM
digif's Avatar
digif digif is offline
 
Join Date: Feb 2009
Location: Bosnia
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NittoMOD View Post
If anyone can make this work for 3.8 that would be great!

Thanks
I agree.. please make the updates!
Reply With Quote
  #153  
Old 02-08-2009, 05:49 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by digif View Post
I agree.. please make the updates!
Please!
Reply With Quote
  #154  
Old 02-15-2009, 08:19 PM
putergirl putergirl is offline
 
Join Date: May 2006
Location: usa
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

downloaded
Reply With Quote
  #155  
Old 03-06-2009, 09:29 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please update to 3.8.1+

Thanks
DM
Reply With Quote
  #156  
Old 03-06-2009, 09:31 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Developer Last Online: Dec 2007

DARNET !!! Can someone port this ?
Reply With Quote
  #157  
Old 03-06-2009, 11:57 PM
gsmph's Avatar
gsmph gsmph is offline
 
Join Date: Feb 2009
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DiesellMinded View Post
Please update to 3.8.1+

Thanks
DM
i have installed this and it works fine on 381

br

gsmph
Reply With Quote
  #158  
Old 03-15-2009, 11:38 PM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gsmph View Post
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
Reply With Quote
  #159  
Old 04-04-2009, 10:04 PM
lilbill0005's Avatar
lilbill0005 lilbill0005 is offline
 
Join Date: Jan 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Code:
					<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:

Code:
$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. =]
Attached Files
File Type: xml product-adminanger-1.0.2.xml (3.8 KB, 34 views)
Reply With Quote
  #160  
Old 04-05-2009, 04:48 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lilbill0005 View Post
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:
Code:
                    <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:

Code:
$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:
Reply With Quote
  #161  
Old 04-05-2009, 09:41 PM
Sweeks Sweeks is offline
 
Join Date: Jul 2008
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lilbill0005 View Post
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:
Code:
					<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:

Code:
$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
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:56 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11846 seconds
  • Memory Usage 2,339KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete