vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=237057)

mertiliuss 10-22-2010 03:23 PM

I can obter as the extended version ?

exportforce 10-24-2010 02:56 PM

The Forum where I can "Buy" the EXTENDED Edition is totally unsupported and dead.
Do I still need to buy that ? If yes, the last update is almost a year ago and I can't seem to see any support on the board... I am confused.

Kraxell 10-24-2010 04:01 PM

if you only need hide and thanks-hack, you dont need the extended-version.(use another thanks-hack)

bigrover 10-25-2010 03:10 PM

I purchased the extended version for the per-forum and per-usergroup settings. With the exception of a few things I have noted and resolved, the product works. None of the other HIDE mods even make attempts at a complete hide.

Find what works for you and go with it. I understand the support issues. I have a mod I probably should post, but I am reluctant to due to the support load it would likely generate. It is an ugly mod, but it works for me. Sometimes that is what you need.

exportforce 10-26-2010 11:55 AM

Quote:

Originally Posted by Kraxell (Post 2113662)
if you only need hide and thanks-hack, you dont need the extended-version.(use another thanks-hack)

Can you link me one ? Since I only need the Thankyou + Hide.

NovoCiv 11-07-2010 07:09 PM

Quote:

Originally Posted by bigrover (Post 2112626)
GOT IT!

Find at line 685 in vS_HHR_Engine.php:
PHP Code:

        if (!($purpose == 'dopost' AND $show['toolbar_showtogroups_button']))
        {
            
$message preg_replace("/\[(" $this->tags['SHOWTOGROUPS'] . ")=("|\"|'|)([0-9,]+)\\2\](.*)\[\/\\1\]/siU"$replacement$message);
        } 

Replace with:
PHP Code:

        if (!($purpose == 'dopost' AND $show['toolbar_showtogroups_button']))
        {
            
// hack trying to fix HIDE without options
            
$message preg_replace("/\[(" $this->tags['SHOWTOGROUPS'] . ")\](.*)\[\/\\1\]/siU"$replacement$message);
            
$message preg_replace("/\[(" $this->tags['SHOWTOGROUPS'] . ")=("|\"|'|)([0-9,]+)\\2\](.*)\[\/\\1\]/siU"$replacement$message);
        } 

The regex was not going to match on to the tag without the options included. I basically duplicated the function of the HIDE-POSTS match above it at line 662. Works great now.

Now to figure out the toolbar button prompt issue. The provided instructions are incorrect and lead to a dead-end.

I did this and now both hide and showtogroups makes the message invisible to everyone. I don't even see "This message is hidden", its just as if I didn't type anything.

alexbuidoi 11-09-2010 03:35 PM

Well, I installed it on my 4.0.8 forum and it worked fine (though I had to work 1 hour to make the thanks_postbit template look ok).
I tried to find a bug like you said, but everything was fine til now. I tried to quote the post, view source.... and it's still hidden.
I think this mod will be perfect if the coder give full support as it supposed to.

jackichan70 11-12-2010 01:10 PM

be used for vB4.0.1 or not?

dcuellar 11-13-2010 04:17 PM

Hey vS,
I asked about this on a previous version and you said you were going to look into it. Can you add the ability to view content for x amount of vbcredits?

Saphyrus 11-16-2010 02:23 PM

Quote:

Allow 'Thanks' in Closed Threads
Sorry but this doesn't work! I have vb 4.0.7. Please help!


All times are GMT. The time now is 04:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01366 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete