vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Panic Button 1.0.1 (https://vborg.vbsupport.ru/showthread.php?t=91852)

yoyoyoyo 07-11-2005 08:37 PM

Quote:

Originally Posted by paul41598
I dont get this hack. What does it do? Close down your browser with a click of a button?

No, it takes you to another web page that is user-defined (default set to google or whatever the admin chooses).

dsboyce8624 07-12-2005 11:35 AM

Quote:

Originally Posted by yoyoyoyo
One suggestion:
change this
Code:

<img src="images/misc/panicbutton.gif" border="0" alt="Panic Button">
to
Code:

<img src="$vboptions[bburl]/images/misc/panicbutton.gif" border="0" alt="Panic Button">
so this hack can be compatible with vBAdvanced CMPS and vBGallery users.


File updated.

sketch42 07-19-2005 03:23 AM

ok 2 things im running vb 3.0.7

1- after i finished the installation the option was set to yes but the deafult url was empty(even though i added it when making the profile field as per the instructions)

2- i fill in the url and than try the panic button .... and it tries going here http://www.wirelessolution.net/www.google.com

any ideas??

yinyang 07-19-2005 04:06 AM

Quote:

Originally Posted by sketch42
ok 2 things im running vb 3.0.7

1- after i finished the installation the option was set to yes but the deafult url was empty(even though i added it when making the profile field as per the instructions)

2- i fill in the url and than try the panic button .... and it tries going here http://www.wirelessolution.net/www.google.com

any ideas??

it sounds to me as the problem may be with #1 above. delete that profile field and rebuild it. you can change the default value of the URL to anything you want. in fact, try http://www.wirelesssolution.net .

make sure all the other "yes" and "no" fields are correct.

csidlernet 07-20-2005 07:03 AM

/me comments on how nice a hack this is

o1dirtydog 08-16-2005 11:47 PM

Quote:

Originally Posted by yinyang
hmmm.

let's strip it and try it this way first before doing the profile fields.

1. add the new CSS definition
2. make sure the panicbutton.js and panicbutton.gif files are uploaded into the proper folders.
3. add this stripped down code to the beginning of your header:


PHP Code:

<!--[if lt IE 7]><script src="clientscript/panicbutton.js" type="text/javascript"></script><![endif]-->
<
div class=panicbutton>
<
a href="http://www.google.com"><img src="images/misc/panicbutton.gif" border="0" alt="Panic Button"></a>
</
div

4. the panic button should show up on the bottom right of your screen and stay in a fixed position.



I was having a problem with this when I installed... it wouldn't show the button till I did this edit you posted to the header... it came right on.


Great job and great idea... thanks for the hard work and support! excellent hack

o1dirtydog 08-17-2005 07:09 PM

okay I have a problem...

with the regular code in the install readme, the panic button will not show at all.

I thought I had it fixed when I used that other code that was posted in this thread, it worked.

My only problem here is that for some user on my site, they said it slowed down their loading of the site. When they would set the option to NO, it would still be there anyway.

There was no way to set the panic button on and off.

Can anyone fix the code for the header, and make it correct so this whole hack works? it's a great thing to add to mysite, but I don't want to put users who have slow connections or java problems out in the cold.

Thanks in advance.

dsboyce8624 08-21-2005 04:49 PM

If it doesn't turn off you need to check the values and filed numbers for the yse and no option.

Remember they are case sensitive.

hotwheels 09-01-2005 12:31 AM

Quote:

<!--[if lt IE 7]><script src="clientscript/panicbutton.js" type="text/javascript"></script><![endif]-->
<div class=panicbutton>
<a href="http://www.google.com"><img src="images/misc/panicbutton.gif" border="0" alt="Panic Button"></a>
</div>
Turned it right on...........great hack

hotwheels 09-01-2005 12:03 PM

It won't shut off........i have even set the default to no..........i rechecked my header and set the yes to capitol Yes........and still no go.....

this is what is in my header: <!-- PANIC BUTTON 1.0.1 for vBulletin 3.X by YinYang/dsboyce8624-->
<if condition="$bbuserinfo[field66] == Yes">
<!--[if lt IE 7]><script src="$vboptions[bburl]/clientscript/panicbutton.js" type="text/javascript"></script><![endif]-->
<div class=panicbutton>
<a href="$bbuserinfo[field67]"><img src="$vboptions[bburl]/images/misc/panicbutton.gif" border="0" alt="Panic Button">
</div></if><!--[if lt IE 7]><script src="clientscript/panicbutton.js" type="text/javascript"></script><![endif]-->
<div class=panicbutton>
<a href="http://www.google.com"><img src="images/misc/panicbutton.gif" border="0" alt="Panic Button"></a>
</div>

this code above works, like i said, you just can't shut the panic button on/off.......please help. I have some member's that love this and some that hate it.........so on/off would be awesome.

hotwheels 09-01-2005 11:31 PM

So has anybody running 3.07 actually have this script working?

yinyang 09-02-2005 04:54 PM

this script works and has worked since the beginning.

please try and check to see if your capitalizations are correct. EVERYTHING is case sensitive.

hotwheels 09-03-2005 06:52 PM

i will check it again......

hotwheels 09-04-2005 12:53 AM

Quote:

<!--[if lt IE 7]><script src="clientscript/panicbutton.js" type="text/javascript"></script><![endif]-->
<div class=panicbutton>
<a href="http://www.google.com"><img src="images/misc/panicbutton.gif" border="0" alt="Panic Button"></a>
</div>
if i use this, it works, but you can't shut it off or turn it on.........

Quote:

<!-- PANIC BUTTON 1.0.1 for vBulletin 3.X by YinYang/dsboyce8624-->
<if condition="$bbuserinfo[field66] == Yes">
<!--[if lt IE 7]><script src="$vboptions[bburl]/clientscript/panicbutton.js" type="text/javascript"></script><![endif]-->
<div class=panicbutton>
<a href="$bbuserinfo[field67]"><img src="$vboptions[bburl]/images/misc/panicbutton.gif" border="0" alt="Panic Button">
when i use this it doesn't work at all..............i have checked everything........and it still doesn't work........

I like the button idea, but my member's want to have the choice of turning it on and off...........

Please let me know what you would like to see from the code i installed and i will post it up...........

i just spent 2 hour's trying all kind's of different settings...........

hotwheels

tokenyank 09-04-2005 04:51 PM

I can confirm the script works absolutly fine in itself, but the java script was conflicting with phpadsnew's java invocation code and was causing 20+sec page loads, even for people on 2mb lines. Although it was a good script, I've had to uninstall! :(

hotwheels 09-04-2005 08:03 PM

That's a bummer......i was hoping to get this script up and running on my site......guess i may have to uninstall it too...

aladinliverpool 09-07-2005 05:42 PM

only a little problem im encountering on 3.0.7

when the bit is added to the header.

you find that all your forum descriptions and all text within the forum has an underline in it.

how do ya stop that?

Mastar 09-24-2005 09:09 PM

When you add </if> at the end it doesn't work but when you remove it it works but you can't get it to turn off. vb3.07

yinyang 09-25-2005 09:58 PM

guys, sorry i haven't gotten here in awhile, just had our first newborn. trying to get sleep more than anything else.

anyhow, the javascript may and will conflict with other hacks and CSS. this javascript is far from perfect. however, it is the only javascript that i have found that will allow the autoscrolling/stationary button in XHTML.

therefore, please know that this was only tested on a clean test board and i guarantee you that it will work on a clean default board. other than that, there will be conflicts as evidenced.

i'm currently looking for a different javascript, so please bear with me.

thanks.

hotwheels 11-08-2005 09:00 PM

dat's okay.....i am still trying to get it to work. Not sure what the error is, but it has something to do with my fieldnumbers...i believe.

SVTOA 11-12-2005 01:50 AM

I have been able to make this work on my forum, but for some reason with one of my forum skins it causes the images to "double load" if the option is enabled in that skin. By double load, I mean the page loads fine, but then it "reloads" the images. It's kind of strange actually...
Wrks great in 4 other skins though... Nice work.

docvader 11-21-2005 03:06 PM

I've gotten this to work also, and it works great, but in some of my more "advanced" skins, obtained through extremepixels.com, having the panic button turned on causes all the text on the page to be underlined. The standard styles work great.

Bizarre, not a problem, though it would be nice to understand why this happens.
http://x.russbo.com/vb/index.php

yinyang 11-22-2005 03:42 AM

Quote:

Originally Posted by docvader
I've gotten this to work also, and it works great, but in some of my more "advanced" skins, obtained through extremepixels.com, having the panic button turned on causes all the text on the page to be underlined. The standard styles work great.

Bizarre, not a problem, though it would be nice to understand why this happens.
http://x.russbo.com/vb/index.php

i'm almost positive it is the javascript. although the js is open source, i am a lousy coder and never really looked at or altered it. it also messed up a lot of my CSS so i no longer use it.

Mosh 01-09-2006 01:26 PM

The CSS definition does not validate as valid CSS in it's current form, it should be:

Code:

/* ***** Panic Button Location***** */
.panicbutton {
        position: absolute;
        position: fixed;
        right: 10px;
        bottom: 10px;
}


yinyang 01-10-2006 06:29 AM

Quote:

Originally Posted by jdsinclair
The CSS definition does not validate as valid CSS in it's current form, it should be:

Code:

/* ***** Panic Button Location***** */
.panicbutton {
        position: absolute;
        position: fixed;
right: 10px;
        bottom: 10px;
}


thanks for the correction!

majorj0nny 07-12-2007 05:24 PM

just to add - my problem was the use of the word "Yes" in the header ...

remember this must be EXACTLY what you wrote in the profile field..

i wrote "YES" ...


All times are GMT. The time now is 11:38 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.01187 seconds
  • Memory Usage 1,805KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete