![]() |
because not appear?
HIDE-THANKS] [HIDE-REPLY-THANKS] Anyone know how to set up? |
HIDE-THANKS]
[HIDE-REPLY-THANKS] not shown, can anyone tells me the reason, I'm new in vbulletin http://i.imgur.com/bbhLu7u.png |
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); 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); Code:
$message = preg_replace("/\[(" . $this->tags['SHOWTOGROUPS'] . ")=("|\"|'|)([0-9,]+)\\2\](.*)\[\/\\1\]/esiU", "\$this->parse_bbcode_showtogroups('\\4', '\\3')", $message); 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); |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|