Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Panic Button Details »»
Panic Button
Version: 1.0.5, by Mosh Mosh is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: End-User Options - Version: 3.6.x Rating:
Released: 09-12-2007 Last Update: 05-19-2008 Installs: 77
Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Hack Support

This hack is now discontinued - this means that while it will remain available for download and use, there will be no further updates, nor will support be provided as the thread is no longer monitored. But not to worry, you can now check out the new 3.8.x version of this hack which will work with v3.7.x, as well as with v3.6.12 (and maybe even earlier versions).

Please click Mark as Installed if you are using this hack.


vBulletin Version Compatibility

This hack can be used with both vBulletin v3.6.x and v3.7.x.


What Does This Hack Do?

Your own vBulletin Boss Key, is displayed in the postbit of each post, so you can quickly click yourself to the safety of legitimate url when the boss turns up, while you are at work.

I have created a custom button for this hack, you can use another button if you like, just remember to rename it panic.gif.

NOTE: Any Panic Button you see in a thread is tied to your profile, even if it is in someone else's postbit (to prove it, disable the Panic Button in the your UserCP)

This hack was created because of a requested here.

If your members report errors when clicking on the panic button, first thing to ensure is that they used the full url (including http://)when typing in the site their panic button will go to, ie http://www.google.com (will work) and not like this - www.google.com (will not work). The second thing to check for, is that the Panic Button - URL Jump box is not empty.


Installation Instructions

In attached .zip (includes instructions for postbit and postbit_legacy templates)


Version History

v1.0.5 - Tuesday 20th May 2008
-- Final Release
-- Changed: Clarified instructions even more
-- Fixed: Another typo

v1.0.4 - Friday 28th March 2008
-- Fixed: Another typo

v1.0.3 - Wednesday 26th March 2008
-- Fixed: Corrected template typo

v1.0.2 - Thursday 20th December 2007
-- Changed: Updated Instructions

v1.0.1 - Monday 1st October 2007
-- Fixed: Template edit

v1.0.0 - Thursday 13th September 2007
-- Initial Release


Show Your Appreciation

Although not required, if you have enjoyed the benefits of this hack, and would like show your appreciation for my efforts, then please feel free to click on the Support Developer link and donate any amount you feel is appropriate.

Show Your Support

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

Comments
  #52  
Old 02-08-2008, 12:09 PM
ChaosBurnt's Avatar
ChaosBurnt ChaosBurnt is offline
 
Join Date: Feb 2008
Location: United Kingdom
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Brilliant, installed, having trouble with the blog one if you get some time spare would you please refer to my reply in the blog thread for this mod of yours.
Great work, thanks.
Reply With Quote
  #53  
Old 03-25-2008, 05:40 PM
red-dna red-dna is offline
 
Join Date: Mar 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool mod,
but is an error in instruction
PHP Code:
<!-- panic button by jdsinclair -->
<
iif condition="$bbuserrinfo[field5] == On"><a href="$bbuserinfo[field6]"
i think the right is
PHP Code:
<if condition... 
Reply With Quote
  #54  
Old 03-26-2008, 04:46 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by red-dna View Post
Very cool mod,
but is an error in instruction
PHP Code:
<!-- panic button by jdsinclair -->
<
iif condition="$bbuserrinfo[field5] == On"><a href="$bbuserinfo[field6]"
i think the right is
PHP Code:
<if condition... 
You are correct, so I have updated the hack to v1.0.3
Reply With Quote
  #55  
Old 03-27-2008, 03:29 AM
mblb mblb is offline
 
Join Date: Mar 2008
Location: Sydney
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The button is not showing for me.
Reply With Quote
  #56  
Old 03-27-2008, 02:47 PM
dragginblazer dragginblazer is offline
 
Join Date: Oct 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not showing for me either now.


EDIT: I changed the code back to

PHP Code:
<iif condition="$bbuserrinfo[field5] == On"><a href="$bbuserinfo[field6]"

and it works fine
Reply With Quote
  #57  
Old 03-27-2008, 08:58 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dragginblazer View Post
Not showing for me either now.


EDIT: I changed the code back to

PHP Code:
<iif condition="$bbuserrinfo[field5] == On"><a href="$bbuserinfo[field6]"

and it works fine
Update to v1.0.4, I introduced a typo into the v1.0.3 instructions that was causing the problem.
Reply With Quote
  #58  
Old 03-27-2008, 09:01 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mblb View Post
The button is not showing for me.
mblb,

Thanks for allowing me to use your forum to fix the hack.

It is all working on your forum now, and it is the latest version v1.0.4, so you do not have to upgrade to the new version, although I would download the zip file for future reference.

You can now remove the temp admin account you PM'ed me
Reply With Quote
  #59  
Old 04-07-2008, 09:54 AM
anoob anoob is offline
 
Join Date: Jul 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having problems, and can not get this to work, can you help me please?
Reply With Quote
  #60  
Old 04-07-2008, 05:34 PM
WoodPusher WoodPusher is offline
 
Join Date: Feb 2008
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, not showing on a 3.6.9 VB Forum.
Reply With Quote
  #61  
Old 04-10-2008, 09:52 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by anoob View Post
I am having problems, and can not get this to work, can you help me please?
If you have done everything and rechecked the work, then I can not see what is wrong without taking a look at your site.

[s]So, if want me to take a look then feel free to PM me your site address, an temp admin user (with admin permissions - Can Administer Users for editing User Profile Fields and Can Administer Styles for editing templates) without these I cannot help you. I will look when I have time, and even if I have a look, I can not guarantee that I will be able to fix it, if your site is not in English (I only read/write in English), so it is up to you what you want to do.[/s]
Reply With Quote
Reply


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 10:54 AM.


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.05893 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
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_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete