The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vS-Hide Hack Resurrection Details »» | |||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*===================================*\ || vS-Hide Hack Resurrection || || Author : Anton Kanevsky || Works on : vBulletin 3.5.x - 3.8.x || Released : Oct 07, 2009 || || Time required to install: ~2 minutes || Difficulty: easy \*===================================*/ DESCRIPTION Have you ever wanted your users to be able to define who exactly can view the information in any particular post? vS-Hide Hack Resurrection, a vBulletin 3.5.x - 3.8.x expansion, features a set of handy tags that together give your users an opportunity to do just that: [HIDE-POSTS]: defines the minimum number of posts required to read the content within. [SHOWTOGROUPS]: defines the usergroups that may read the content within. [HIDE-THANKS]*: defines that the content within may only be read after the person says thank you by pressing a special button. (Expanded Edition Only) [HIDE-REPLY]*: defines that the content within may only be read after the person replies. (Expanded Edition Only) [STU]: defines the users that may read the content within. (Expanded Edition Only) *(1): The HIDE-THANKS tag comes with a full-featured Post Thank You System. See features for further details. *(2): The HIDE-REPLY tag can be reversed to HIDE with just one easy switch of an admincp option. STATISTICS File Uploads: 1 File Changes: 10 Products to Install: 1 FEATURES General
Integrated "Thank You" System ? (Expanded Edition Only)
INTRODUCTION Why "Resurrection"? The reason is simple: This hack has been written many times by various people, and nobody ever got their version working correctly. This product presents a professional version written from scratch, and there are no backdoors through which hidden information can be illegally retrieved. Unlike other systems, this one works correctly with the vBulletin Post Cache. 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. [STU=x]information[/STU] Information is not shown to people unless they are a listed in X, where X is a comma-separated list of userids. :: Copyrights :: The Engine & Toolbar Images - Copyright ? Anton Kanevsky, 2006 - 2009 Locked and Unlocked Images - Copyright ? vBStyles.com, 2004 - 2006, huge thanks to Miko for providing the PSD files! VERSION HISTORY Please see the attached change log file for version history. The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Show Your Support
|
Comments |
#252
|
|||
|
|||
Thought this might help the members as mine seem to have problems so heres how this works
I'm sure a lot of you have had some sort of problems with the HIDE tags, they either don't work or won't let you view the hidden message. I've found the proper way to use them and how to reveal the hidden messages, so I wrote this short guide. First, when making a new post/thread, please write your message (the words) before anything else. So if, say, you're uploading Photoshop CS2 you should write the application's description first. Now after that you should write the [.hide] tag, then the [.code] tag, then the message and/or attachment you want hidden, then the [./code] tag, then the [./hide] tag. This last tag MUST be the last thing you write in your post, no more, no less. Also, for this to work properly you should NOT leave any spaces between the each of the tags or between the hidden message and the tags. Trust me, its better that way. So, here's an example: [.hide][.code]This is hidden![./code][./hide] That should hide the message, and remember, the tags are used without the dots, the dots are just for example purposes! Now, for the rest of the public to be able to actually view this hidden message you just posted they just have to do two (2) simple things. First they've got to reply to the post, and then they have got to reload/refresh the page on their browser of choice. After these steps, the message should magically appear before their eyes! I hope this elevated your IQ, and that you learnt something! all the best sirblack |
#253
|
|||
|
|||
Quote:
Why is everyone like that these days? |
#254
|
|||
|
|||
pm-ed you psionic
|
#255
|
|||
|
|||
]Just wanted to say that i have tried the new 2.01 and i have found the same trouble as someone earlier. I am using 3.5.3 vb. The only thing that shows up is:
Code:
Hide: BB Code Layout Templates bbcode_hide bbcode_hide_noaccess I have re-checked and re-done the install a few times. I was wondering if you have any ideas on this. Appreciate any help you can give. ADDED: Problem Fixed: (Thankyou to LionDen) The code from here originally: BB Code Layout Templates bbcode_hide seemed to be re-written by an old HIDE hack and with the new code in it, will not work with this one (only show 'Hide:'), i replaced the code in 'bbcode_hide' with: Code:
<div style="margin:20px; margin-top:5px;"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%"> <tr> <td class="alt2" style="border:1px inset"> <div>$caption:</div> <div style="font-style:italic"> <if condition="$hidetag['canview']"> $text <else /> $vbphrase[hidetag_accessdenied] </if> </div> </td> </tr> </table> </div> Thankyou to LionDen for the fix. |
#256
|
|||
|
|||
The extended version of the HIDE hack has been updated to fix bugs, PM for update.
|
#257
|
||||
|
||||
if i were to buy the expanded version, would i be able to make the [hide-reply] just [hide] ?
|
#258
|
|||
|
|||
Yes, although there is no point in doing so.
|
#259
|
||||
|
||||
why not? oo, is there is a button that inserts it for u?
im getting the money together to buy this |
#260
|
|||
|
|||
Yes. there is a button for each tag.
|
#261
|
|||
|
|||
i am haveing some trouble. when performed the plugin. it just keeps going and going.
Importing Product, Please Wait... its been going for five minutes now. it did the same with another plugin i tried. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|