The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vFCoders - Hide Hack v4 Details »» | |||||||||||||||||||||||||||||||||||
.::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
2. Installation
3. Settings
4. DEMO http://screencast-o-matic.com/watch/clhnrr5e9 5. Support 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. Download Now
Screenshots
Show Your Support
|
23 благодарности(ей) от: | ||
Azucar, BCP Hung, bing11, blueperspective, cavebox, deen1982, dwx, Fenomeno10, Gemma, Gn_Snake, Hippy, mocua, mohammadxxx, nacaruncr, Nirjonadda, PsicoByte, Randhal007, rbc, Skaut, Strik3, teknisi |
Comments |
#113
|
|||
|
|||
Quote:
Plugin Name: Quote Post in PM (2) ------------------------------ Find: PHP Code:
PHP Code:
|
Благодарность от: | ||
Hippy |
#114
|
|||
|
|||
ohhh ohh... thanks man
It's awesomeeeeeeee Regards |
#115
|
||||
|
||||
Quote:
|
#116
|
||||
|
||||
Badshah93
I added your fix for the quote pm and it seems to just remove the [hide] tag if you thanked so who ever the quoted post is sent to now can view the content. example with the code above Code:
In Reply to your post [ post=12 ]test hide[ /post ] [ QUOTE=Hippy;12 ] test thank to view content [ /QUOTE ] example and this will be seen Code:
In Reply to your post [ post=12 ]test hide[ /post ] [ QUOTE=Hippy;12 ]***Hidden content cannot be quoted.***[ /QUOTE ] example with out the code you posted Code:
In Reply to your post [post=12]test hide[ /post ] [ QUOTE=Hippy;12 ][HIDE-THANKS]test thank to view content[/HIDE-THANKS][ /QUOTE ] thanks |
Благодарность от: | ||
nacaruncr |
#117
|
||||
|
||||
with boofo's quote post in pm version (The original one)
if you add Code:
global $vfc_hide; if ($vbulletin->options[hide_hack_sett_main]) { $params = array('message' => $pagetext, 'forumid' => $foruminfo['forumid'], 'threadid' => $posttext[threadid], 'postid' => $postinfo[postid], 'userid' => $postinfo[userid]); $pagetext = $vfc_hide->fetch_msg_to_hide($params); } Code:
// Limit the quoted post text to something sane if ($vbulletin->options['boofo_qpm_max_text']) the post quoted to pm with the hide tag in it views like so as long as your not a member that thanked to the post and pmes it in the event the person / member that "post thank" to the post, then he /she sent it to a member that has not thanked they will be able to read the content in the pm.. |
#118
|
||||
|
||||
ok , I may of confused you because I confused myself..
ok example I'm a regular member and I thanked a post with the hide tag for "post thanks" now I can view the content.. then I quote pm to a user that did not thank to view .. in the PM he can view the content.. sorry about that, to many log in and out's to see what was going on.. is there any way for you to make it like in the thread to say ***Hidden content cannot be quoted.*** no matter if they thanked or not to the post in the pm? |
#119
|
||||
|
||||
-=snipped=-
|
#120
|
|||
|
|||
ohh... I was searching how make to the first post can't quote for this mod (quote post pm) but with these mod, help me a lot
thanks man I'm gonna use them |
#121
|
|||
|
|||
Quote:
PHP Code:
|
Благодарность от: | ||
nacaruncr |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|