Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Fast(in)visible v1.1 Details »»
Fast(in)visible v1.1
Version: 1.00, by efc9 efc9 is offline
Developer Last Online: Aug 2010 Show Printable Version Email this Page

Category: End-User Options - Version: 3.6.4 Rating:
Released: 01-02-2007 Last Update: Never Installs: 17
 
No support by the author.

This hack doesn't work and has been removed.

Show Your Support

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

Comments
  #2  
Old 01-03-2007, 08:51 PM
brvheart's Avatar
brvheart brvheart is offline
 
Join Date: Jul 2005
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice *install*
Reply With Quote
  #3  
Old 01-03-2007, 08:51 PM
lovelypk lovelypk is offline
 
Join Date: Oct 2005
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool mod.
Reply With Quote
  #4  
Old 01-03-2007, 08:58 PM
brvheart's Avatar
brvheart brvheart is offline
 
Join Date: Jul 2005
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would make one change....I would make the navbar edit reversed meaning:

Have it say the status of what you are IE.

Currently if you are visible it says invisible then you click it and it changes to visible

I would have it say visible when you are visible then click it to change yourself to invisible and it would then state that you are invisible

make sense?
Reply With Quote
  #5  
Old 01-03-2007, 09:04 PM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm.. I did ask my members on that and they felt (in the majority) that having the link saying what it'd do was better..

you can easily change this for yourself though by editing the "Fast(in)visible v1" global_start plugin and..

change:
Code:
if ($vbulletin->userinfo['invisible']) {$fastinvisible='<a href="'.$vbulletin->options['bburl'].'/misc.php?do=visible">Go Visible</a>';}
else {$fastinvisible='<a href="'.$vbulletin->options['bburl'].'/misc.php?do=invisible">Go Invisible</a>';}
to:
Code:
if ($vbulletin->userinfo['invisible']) {$fastinvisible='<a href="'.$vbulletin->options['bburl'].'/misc.php?do=visible">You are Invisible</a>';}
else {$fastinvisible='<a href="'.$vbulletin->options['bburl'].'/misc.php?do=invisible">You are Visible</a>';}
Reply With Quote
  #6  
Old 01-03-2007, 09:07 PM
brvheart's Avatar
brvheart brvheart is offline
 
Join Date: Jul 2005
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you
Reply With Quote
  #7  
Old 01-04-2007, 01:00 AM
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this, but I get a database error if clicking on visible or invisible:
PHP Code:
Database error in vBulletin 3.6.4:

Invalid SQL:
UPDATE user SET options=options 512 WHERE options 512 AND userid=1;

MySQL Error  Table 'db156670001.user' doesn't exist
Error Number : 1146 
And if using cmps it's pointing to www.mydomain.com/misc.php instead of www.mydomain.com/forum/misc.php even if I put "misc.php" into the navbar replacement menue on the vbacmps acp settings.
Reply With Quote
  #8  
Old 01-04-2007, 01:10 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clever idea, nice work.
Reply With Quote
  #9  
Old 01-04-2007, 01:24 AM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ramsesx View Post
Thanks for this, but I get a database error if clicking on visible or invisible:
PHP Code:
Database error in vBulletin 3.6.4:

Invalid SQL:
UPDATE user SET options=options 512 WHERE options 512 AND userid=1;

MySQL Error  Table 'db156670001.user' doesn't exist
Error Number : 1146 
And if using cmps it's pointing to www.mydomain.com/misc.php instead of www.mydomain.com/forum/misc.php even if I put "misc.php" into the navbar replacement menue on the vbacmps acp settings.
do you have a table prefix? I've just noticed looking at that error it's not setup for table prefixs..

also the cmps error is probably due to the link being dynamic.. hmm don't use cmps myself but will edit it to see if I can fix these problems..
Reply With Quote
  #10  
Old 01-04-2007, 01:25 AM
efc9 efc9 is offline
 
Join Date: Jun 2006
Location: Ashton-Under-Lyne
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
Clever idea, nice work.
Thanks, I really appreciate the compliment
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 10:37 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.04442 seconds
  • Memory Usage 2,295KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (2)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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