vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=97366)

havefun 10-11-2005 06:55 AM

Quote:

Originally Posted by Dark Visor
havefun,
vBulletin Options -> BBCode Options -> HIDE Color

i know. sorry, i described it the wrong way.
everything should be colored but not the text between "[hide|showtogroups]not colored[/hide|showtogroups]"

idander 10-11-2005 01:41 PM

great hack

JJH35 10-11-2005 05:40 PM

if the post is hide=20 does the user regardless have to have 20 posts or is 20 posts so they can see it without replying?

akanevsky 10-11-2005 05:41 PM

Ah! Then remove <font color='".$vbulletin->options['hidetag_color']."'> and </font> from the line you posted.

JJH35 10-11-2005 10:44 PM

any answer to my question DARk

akanevsky 10-11-2005 11:08 PM

Yes, hide=20 requires a user to have 20 posts. [HIDE] does not have anything to do with replies, and the reply-based hide ([HIDE-REPLY]) is not included in this version of the hack.

JJH35 10-12-2005 12:05 AM

an idea whats causing this error
Code:

Database error in vBulletin 3.5.0:

Invalid SQL:

                                INSERT INTO setting
                                (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
                                VALUES
                                (
                                        'hidetag_color',
                                        'bbcode',
                                        'blue',
                                        'blue',
                                        'free',
                                        '',
                                        10,
                                        0,
                                        1,
                                        'darkvisor_hide'
        ),
        (
                                        'hidetag_defaultposts',
                                        'bbcode',
                                        '1',
                                        '5',
                                        'number',
                                        '',
                                        10,
                                        0,
                                        1,
                                        'darkvisor_hide'
        );

MySQL Error  : Duplicate entry 'hidetag_color' for key 1


akanevsky 10-12-2005 12:25 AM

Yes. You already have the 3.0 version of the hack installed in your database. You need to uninstall the 3.0 options by going to yourboardurl/admincp/options.php?do=removesetting&varname=hidetag_defau ltposts and
yourboardurl/admincp/options.php?do=removesetting&varname=hidetag_color

JJH35 10-12-2005 12:42 AM

it let me remove the first thing u have, said the 2nd wasnt there but it still gives me same sql error

akanevsky 10-12-2005 12:43 AM

You're welcome :)


All times are GMT. The time now is 04:58 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.01874 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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