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 |
#532
|
|||
|
|||
He already updated it. 2 days ago.
|
#533
|
||||
|
||||
Quote:
but what i wanna ask is some of my members not able to see even thanks button... |
#534
|
|||
|
|||
If you have done all the edits correctly and the button is not showing up, then you need double-check that you have done all the edits correctly, and then configure the permissions for all usergroups. In particular, I am talking about the "can post thanks" permission that you can find under each usergroup.
|
#535
|
||||
|
||||
really appreciated your answer..mate
but actually mostt of my members are able to see thanks button...but some of perticular members cant. for say i have 1000 members in one usergroup... most of them, for say 990 members can see d thanks button & only 10 cant... so i am asking for this 10 members.. i have personally checked their account with their passwords...& really thanks button is not visible to them... |
#536
|
|||
|
|||
I purchased the expanded edition http://www.visionscripts.com/clienta...?product_id=5,
on Friday morning and recieved the paypal receipt. However I have not gotten anything else regarding this mod. How long does it usually take to get the mod sent to you after purchase? Thanks for any help and the great mod. |
#537
|
|||
|
|||
Please activate my license I bought the expanded edition. My paypal email is gsgrant2@cox.net
Thanks |
#538
|
|||
|
|||
I have expanded version but provider will not support it anymore.
I want to update my vb to 3.8 but Im not sure it works with this hack. I need my thanks and data . please help me . can I user another hack with this database? |
#539
|
|||
|
|||
:up: Release: vS-Hide Hack Resurrection 3.7.5 :up:
Changes Since 3.7.4:
Upgrade Process: 1. Overwrite the product. 2. Done. -------------------------------------------------------------------------------------------- :up: Release: vS-Hide Hack Resurrection 3.7.4 :up: Changes Since 3.7.3:
Upgrade Process: 1. Upload all of the new files. 2. Revert the following templates:
3. Overwrite the product. 4. Undo the file edit you have done for ./clientscript/vbulletin_textedit.js for the previous versions, and apply the new one. * 5. Enjoy the new release. * Expanded Edition Only. -------------------------------------------------------------------------------------------- :up: Release: vS-Hide Hack Resurrection 3.7.3 :up: Changes Since 3.7.2:
* Expanded Edition Only. Upgrade Process: 1. Upload all of the new files. 2. Overwrite the product. -------------------------------------------------------------------------------------------- :up: Release: vS-Hide Hack Resurrection 3.7.2 :up: Changes Since 3.7.1:
* Expanded Edition Only. Upgrade Process: 1. Upload all of the new files. 2. Overwrite the product. 3. In ./includes/functions_databuild.php, find and delete (relevant to expanded edition only): Code:
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid IN ($postids" . "0)"); $hhr_res = $vbulletin->db->query_write("SELECT DISTINCT userid FROM " . TABLE_PREFIX . "post WHERE postid IN ($postids" . "0)"); while ($hhr_item = $vbulletin->db->fetch_array($hhr_res)) { $GLOBALS['hhr']->rebuild_cache('count', $hhr_item['userid']); } Code:
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid = $postid"); $GLOBALS['hhr']->rebuild_cache('count', $postinfo['userid']);
5. You should see a new administrative notice about rebuilding the thanks table. Please follow the instructions on that notice. 6. Enjoy the faster performance of your forums! * Expanded Edition Only. |
#540
|
||||
|
||||
does any one know if it works with CMS?
|
#541
|
|||
|
|||
Does this interfere with the thanks hack from abe?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|