Version: 4.0, by Badshah93
Developer Last Online: Nov 2023
Category: New Posting Features -
Version: 4.1.x
Rating:
Released: 05-01-2012
Last Update: 07-05-2012
Installs: 245
DB Changes Uses Plugins Auto-Templates
Code Changes Additional Files Translations
No support by the author.
.::vFCoders - Hide Hack::.
This MOD gives users in selected forums the ability to hide their content by using any of the 7 BBCode. ([HIDE], [HIDE-REPLY], [HIDE-THANKS], [HIDE-REPLY-THANKS], [HIDE-POSTS], [SHOWTOGROUPS], [STG])
1. Features
Seven different BBCode to Hide Contents.
[HIDE-REPLY] -> Content within this tag is not shown to user until he/she replies in that thread.
[HIDE-POSTS] -> Content within this tag can only be seen by people's who have more posts than defined number of posts.
Uses AJAX technology so your users don't have to refresh to see hidden content.
Content within Tags are completely hidden, there is no way to bypass hide tags. Contents are hidden everywhere including
Showthread
Threadbit
Archive
Search
Subscribed Threads in USERCP
Email
Print Page
RSS
Meta Description
Quote
Usergroup permissions for each tag, including option to select usergroups which can always see Hidden Content.
Global and Per-Forum Basis vBulletin settings for each tag.
Option to turn on Hide Button's in quick reply and quick edit Editor.
Uses Phrases
Dialog Box for selecting Usergroup's when user clicks [SHOWTOGROUPS] Tag.
2. Installation
Download and unzip vFCoders_hide_hack.zip file from this thread.
Upload all the files inside "UPLOAD" folder into your vBulletin installation directory. (where forum.php file is located)
Import product-vfc_hide_hack.xml file through Product Manager in admincp.
Note: [HIDE-THANKS] and [HIDE-REPLY-THANKS] Tag will not work if you don't have Abe1 [AJAX] Post Thank You Hack or vBSEO Like System installed in your forum.
Optional - If you have RSS enabled in your forum, then open install.txt file and do the edit's which is mention in that file.
Support will be provided to those who have my copyright link in their sites.
Mod History:
v1.0 : 3 May 2012 : First Release.
v1.01 : 3 May 2012 : Fixed Thanks Bug.
v1.1 : 3 May 2012 : Added vBSEO Like System Integration Function
v1.2 : 4 May 2012 : Now compatible with vB < 4.1.4 also.
v1.3 : 4 May 2012 : Fixed PM Bug.
v2.0 (RC) : 4 May 2012 : Optimized Codes and fixed a minor bug.
v2.1 (RC) : 13 May 2012 : Fixed a minor bug.
v2.2 (RC) : 23 May 2012 : Changed Ajax Request Method, Added 1 new Plugin and also removed few.
v3.0 (GOLD) : 10 June 2012 : Added STU tag, Optimize Codes, Fix [SHOWTOGROUPS] Tag Bug, Added Hide/Unhide Box
v3.1 : 13 June 2012 : Fix Hide tag mapped issue. v4.0 : 7 July 2012 : Now mod uses YUI for ajax requests and fixed some minor bugs.
-> Click On Mark As Installed If You Have Installed This Mod. -> You Can Nominate it also for Mod Of The Month. -> If u like my work, you can Donate me also.
first one is also possible but i have no intention to do it as this mod already have post thank you hack and vbseo like system integrated.
You do not have to do it, but I as well as many other vB users know that DBTech (Dragonbyte) creates, updates and integrates so many mods that they are well known in the community of vBulletin.
For example Pro Version:
Quote:
Infinite Buttons: Ability to create new buttons to press! No longer do you need to be limited by Thanks / Like / Dislike.
Auto Collapse Posts: Collapses a post so it doesnt show up by using a formulae for button clicks of your choosing.
User Postbit Config: Lets users decide what postbit stats they want to see.
Additional permissions: Un-click a button. Control how many stats show on the statistics page, set permissions per subforum.
Integrated Controls: You can now integrate the button clicking controls into the post footer, like many of you requested.
Buttons in First Post Only: This allows you to only make the first post thankable. If you forum is based around news, releases or anything similar this will allow your users to easily see the quality of the thread in question.
Button Click Anonymity: This feature will be extremely helpful to forums who like the idea of a "dislike" button, but don't like the drama it brings. Now you can set certain buttons to be anonymous - no one will see who clicked.
Post Colour Thresholds: Ever wanted an easy way for members to tell if a post is helpful or trash? Colour thresholds let you change the colour of posts depending on how many clicks of a button they receive. Members can now see at a glance whether or not a post is helpful, interesting or pointless.
And that does not even mention the integration of this system with vBActivity! DBTech is very highly used and recommended, whether it is the free version or the pro version. Abe 1 is a nice hack, but not as nice as DBTech. I removed DBTech to install Abe 1 for this Mod.
I noticed something in firebug, when trying to figure out what the error was. If you notice I placed a blank line right before the URL string. Notice the string does not give a direct location! Well, it does, but does so twice, and I'm trying to find out in the template editor where that line of code is so I can correct it. Do you know where this line is located?
I noticed something in firebug, when trying to figure out what the error was. If you notice I placed a blank line right before the URL string. Notice the string does not give a direct location! Well, it does, but does so twice, and I'm trying to find out in the template editor where that line of code is so I can correct it. Do you know where this line is located?
Almost worked perfectly! Had to use firebug to see where images were. First showed images located in:
...musicians.com/music/clientscript/ckeditor/images/buttons/hide.gif
So I dropped the buttons/images from the mod in that location. Now only one image is not showing and it gives me the same kind of URL.
Almost worked perfectly! Had to use firebug to see where images were. First showed images located in:
...musicians.com/music/clientscript/ckeditor/images/buttons/hide.gif
So I dropped the buttons/images from the mod in that location. Now only one image is not showing and it gives me the same kind of URL.
if (vB::$vbulletin->options[hide_hack_sett_main])
{
global $vfc_hide;
$post['previewtext'] = $vfc_hide->strip_hide_bbcodes($post['previewtext'], 'email');
$post['pagetext'] = $vfc_hide->strip_hide_bbcodes($post['pagetext'], 'email');
}
thanks , this seems very promising .. anything to do with abe1's mod
thanks for the release..
and the above works with suite
but in forum only the widgets on the right also need to be edited .. different file..
thanks , this seems very promising .. anything to do with abe1's mod
thanks for the release..
and the above works with suite
but in forum only the widgets on the right also need to be edited .. different file..
thanks
sideblock also doesnt use plugins, so manual edit is required to strip hide tags.