vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=203010)

Mr_Devlin 07-06-2009 03:39 PM

For all the guys who would have shown up the images in basic edition try this:

In template "bbcode_hposts" add at top:

HTML Code:

<style>
.hidden{
      border:solid 0px;
      background:#000000 url(http://your_path_to_imagefolder/misc/locked.gif) no-repeat;
      color:#FFFFFF;
      font-weight:bold;
      padding: 40px;
      text-align:center;
      width: 80%;
      }
.unhidden{
      border:solid 0px;
      background:#000000 url(http://your_path_to_imagefolder/misc/unlocked.gif) no-repeat;
      color:#FFFFFF;
      font-weight:bold;
      padding: 40px;
      text-align:center;
      width: 80%;
      }
.alt3{
      background:#000000;
      border:1px inset;
    }
</style>

These are the css-styles for a box with black background and white font. If you like other colors, change the hex-value after "background" and "color" matching your style.

Next find:
HTML Code:

<td class="alt2" style="border:1px inset">
                        <div>$caption:</div>
                        <div style="font-style:italic">
                                <if condition="$canview">
                                        $message
                                <else />
                                        $vbphrase[hidetag_accessdenied]
                                </if>
                        </div>
                </td>

and REPLACE with this:
HTML Code:

                <td class="alt3">
                        <div>$caption:</div>
                        <div style="font-style:italic">
                                <if condition="$canview">
                                        <div class="unhidden">$message</div>
                                <else />
                                        <div class="hidden">$vbphrase[hidetag_accessdenied]</div>
                                </if>
                        </div>
                </td>

This should do the trick...

motorola 07-06-2009 05:36 PM

Nobody help me:(

akanevsky 07-06-2009 05:40 PM

Quote:

Originally Posted by motorola (Post 1843386)
I have some problems with the instalation of this mod

I cant find the code from the folowing instalations file to make changes

In file(s) ./includes/functions_digest.php,
In file(s) ./includes/functions_newpost.php
In file(s) ./clientscript/vbulletin_textedit.js


Can someone help me?

LE:What happens when I try to go to a thread,doesnt load,This probblem is after I made some changes in the files for this mod instalation?Plz help

Make sure that when you copy the text to search for, you don't copy the spaces (tabs) on the first line of the text. Otherwise it might not find it.

As for the "I imported product and it does not show up", well, please make sure that you upload all files of the hack before you activate the product.

motorola 07-06-2009 05:51 PM

I found all text files and I have made the changes in the all instalation files,without this one ./clientscript/vbulletin_textedit.js but doesnt work.. I cant hide the text,and my forum dont load anymore,I deleted all files and my forum work again
Can you help me with this?

Mr_Devlin 07-06-2009 06:22 PM

You have to download a vBulletin-version enclosing uncompressed javascript-files. The regular download includes compressed files, which can't be edited in the way Psionic mentioned and recommended.

popular 07-06-2009 09:05 PM

ive been tryin to figure this for ages, but why does the hack not hide in archive mode? i even have the latest version and it still shows up! am i missing something?

motorola 07-07-2009 11:04 AM

Can someone help me to install this ?Pls

Fynnon 07-07-2009 10:30 PM

Quote:

Originally Posted by motorola (Post 1844432)
Can someone help me to install this ?Pls

Its simple, read the instructions and follow them !
Where do you get stuck ?

@PsionicVision - i just got a great idea for your mod: You could make it that the HIDE button to be a PAYPAL button so the user must donate/pay before beeing able to download !

Could it be done ?

popular 07-07-2009 10:58 PM

you know i just might actually consider going pro if i could answer my question 2 posts up

akanevsky 07-08-2009 07:38 PM

Quote:

Originally Posted by popular (Post 1844100)
ive been tryin to figure this for ages, but why does the hack not hide in archive mode? i even have the latest version and it still shows up! am i missing something?

There are a few file edits that need to be done for the archive - please make sure you've done them. :)


All times are GMT. The time now is 11:05 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.01275 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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