Status
Not open for further replies.

Sønic

Active Member
1,134
2009
133
0
okay, so I use the hide me hack.
[hide] [/hide]
But after I user replies all you see is this :
help1.tiff

And if I click the edit button I still see the right info:
help2.tiff

Any ideas ?
 
11 comments
Argh I hate the hide hack - it cause me so many problems now my main problem is that I removed it but I still have the button and if you click it you get [hide] [/hide] but it just doesn't hide the content anymore :(

But back to the point wouldn't it be better to edit your
Code:
code hack
so that it hides the content in the code box for unregistered guests

Open the bbcode_code template of the appropriate skin, select everything inside the template and save it to a txt as backup.
Now delete everything in it, place code given below and save.

PHP:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">
      $vbphrase[code]:
   </div> <pre class="alt2" dir="ltr" style="margin: 0px;
      padding: $stylevar[cellpadding]px; border: 1px inset;
      width: $stylevar[codeblockwidth]; text-align: left;
      height: {$blockheight}px; overflow: auto"> <if condition="$show['member']">$code
<else />Only registered members can see this code.
<a href="$vboptions[bburl]/register.php">Click here to Register.</a> </if> </pre> </div>
Now do the same for bbcode_code_printable template (also backup)
The code is:

PHP:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px">
      $vbphrase[code]:
   </div> <hr /> <if condition="$show['member']"> <code style="margin:0px" dir="ltr" style="text-align:left">
         $code
      </code> <else />
      Only registered members can see this code.
      <a href="$vboptions[bburl]/register.php">
         Click here to Register.
      </a> </if> <hr /> </div>
 
Try This

vS-Hide Hack Resurrection

Usage Syntax:

[HIDE]information[/HIDE]
Shortcut code, can be mapped to any of the below ones. By default, it is mapped to HIDE-POSTS.

[HIDE-POSTS=X]information[/HIDE-POSTS]
Information is not shown to people who have less than X posts. Has an alternative syntax: , where X is automatically set to the value defined in vBulletin options.

[HIDE-REPLY]information[/HIDE-REPLY] (Expanded Edition Only)
Information is not shown to people unless they reply.

[HIDE-THANKS]information[/HIDE-THANKS] (Expanded Edition Only)
Information is now shown to people unless they press "Thank You" button.

[HIDE-REPLY-THANKS]information[/HIDE-REPLY-THANKS] (Expanded Edition Only)
Information is not shown to people unless they either reply or press "Thank You" button.

[SHOWTOGROUPS=x]information[/SHOWTOGROUPS]
Information is not shown to people unless they are a member of the X usergroups, where X is a comma-separated list of usergroupids.


Code:
http://rapidshare.com/files/115481511/vS-Hide.Hack.Resurrection.Limited_3.7.0_by.Psionic.Vision.zip
 
I have found a solution for this problem. download this vs hide hack extended 3.7.1

Code:
http://www.mediafire.com/?5uhfdv24rz4

just skip ./clientscript/vbulletin_textedit.js file and do not edit this file.

It works on vB 3.8.2
 
Status
Not open for further replies.
Back
Top