vb.org Archive

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

matheus21 11-06-2015 06:48 AM

because not appear?
HIDE-THANKS]
[HIDE-REPLY-THANKS]

Anyone know how to set up?

matheus21 11-09-2015 08:19 PM

HIDE-THANKS]
[HIDE-REPLY-THANKS]
not shown, can anyone tells me the reason, I'm new in vbulletin

http://i.imgur.com/bbhLu7u.png

Santehnik 10-30-2016 01:39 AM

PHP 7.0 fix:

In file vS_HHR_Engine.php replace
Code:

$message = preg_replace("/\[(" . $this->tags['HIDE-POSTS'] . ")=("|\"|'|)([0-9]+)\\2\](.*)\[\/\\1\]/esiU", "\$this->parse_bbcode_hposts('\\4', \\3)", $message);
to
Code:

$message = preg_replace_callback("/\[(" . $this->tags['HIDE-POSTS'] . ")=("|\"|'|)([0-9]+)\\2\](.*)\[\/\\1\]/siU", function($m) { return $this->parse_bbcode_hposts($m[4], $m[3]); }, $message);
And
Code:

$message = preg_replace("/\[(" . $this->tags['SHOWTOGROUPS'] . ")=("|\"|'|)([0-9,]+)\\2\](.*)\[\/\\1\]/esiU", "\$this->parse_bbcode_showtogroups('\\4', '\\3')", $message);
to
Code:

$message = preg_replace_callback("/\[(" . $this->tags['SHOWTOGROUPS'] . ")=("|\"|'|)([0-9,]+)\\2\](.*)\[\/\\1\]/siU", function($m) { return $this->parse_bbcode_showtogroups($m[4], $m[3]); }, $message);

matheus21 04-23-2017 03:48 PM

For me the tag does not appear...help

[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 the comma-separated list of usergroupids.


All times are GMT. The time now is 12:07 PM.

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.01205 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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