CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 09:12:53 GMT
content-type: text/html; charset=utf-8
content-length: 33342
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
last-modified: Thu, 09 Oct 2025 09:12:53 GMT
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: private, no-cache, max-age=0
content-encoding: gzip
vary: Accept-Encoding
server: cloudflare
cf-cache-status: DYNAMIC
set-cookie: xf_csrf=OpGuxSK_wfIv8ZnO; Secure; Path=/
cf-ray: 98bcc23ee81658e1-BLR
[XenConcept] Hide BBCode [Paid] | Page 17 | XenForo community
Hello,
An email was resend.
I will study your request
Hello,
Check usergroup permissions and options
Regards
I have contacted you privately
You're in the wrong place

hehe!
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
![[XenConcept] Hide BBCode](/community/data/resource_icons/6/6842.jpg?1569273381)
[XenConcept] Hide BBCode [Paid] 2.1.3
No permission to buy ($40.00)
- Thread starter XenConcept
- Start date
XenConcept
Well-known member
cant purchase the addon on the site because it wont send me any confirmation email on sign up
Hello,
An email was resend.
XenConcept
Well-known member
XenConcept updated [XenConcept] Hide BBCode with a new update entry:
New release 2.0.8 Patch 2
Read the rest of this update entry...
New release 2.0.8 Patch 2
Fixed:
- Fix error with
HIDEREPLYORREACT
tag.- Fix error
Error: Template public:forum_post_thread error: Call to a member function getEntityContentType() on null.
Read the rest of this update entry...
XenConcept
Well-known member
XenConcept updated [XenConcept] Hide BBCode with a new update entry:
New release 2.0.8 Patch 3
Read the rest of this update entry...
New release 2.0.8 Patch 3
Fixed:
- Fix hidden content for
HIDEREPLYORREACT
tag.
Read the rest of this update entry...
icrade
New member
Thank you, i wanted to ask a presale question, would it be possible to hide the content again after the user has unlocked it. Like if i update the thread with something new and hide it then i will want the user to like or comment again to view the updated hidden content of the thread. Is that possible?
XenConcept
Well-known member
Currently it is not possible to do so.Thank you, i wanted to ask a presale question, would it be possible to hide the content again after the user has unlocked it. Like if i update the thread with something new and hide it then i will want the user to like or comment again to view the updated hidden content of the thread. Is that possible?
I will study your request
icrade
New member
it would be great if you added that options, thank youCurrently it is not possible to do so.
I will study your request

XenConcept
Well-known member
XenConcept updated [XenConcept] Hide BBCode with a new update entry:
New release 2.0.9
Read the rest of this update entry...
New release 2.0.9
Add:
- Add new tag
hideusergroups
- Allows to hide the content to some usergroups
- Add permissions
- Use hide usergroups
- Bypass hide usergroups
Read the rest of this update entry...
XenConcept
Well-known member
hello i have buy the addon but only hide to guest is works .... whats the problem ? thans
Hello,
Check usergroup permissions and options
Regards
XenConcept
Well-known member
XenConcept updated [XenConcept] Hide BBCode with a new update entry:
New release 2.0.9 Patch 1
Read the rest of this update entry...
New release 2.0.9 Patch 1
Fixed:
- Fix bypass hide showtogroups
Read the rest of this update entry...
CtrlV
Active member
This is not compatible with
TMDb Movie Thread Starter for XenForo
MentaL
Well-known member
having issues;
this wont work well on a table with 10m posts.
PHP:
$posts = $db->fetchAll("SELECT post_id, message FROM xf_post WHERE post_id IN(" . $db->quote($firstPostIds) . ")");
$db->beginTransaction();
foreach ($posts AS $post)
{
$message = $post['message'];
foreach ($this->getHideBbCodeRepo()->getLegacyHideBbCodes() AS $oldHide => $newHide)
{
$regex = "#\[({$oldHide})[^\]]*\](.*)\[/\\1\]#siU";
$message = preg_replace_callback($regex, function ($matches) use ($oldHide, $newHide)
{
$fullBBCode = $matches[0];
if (in_array($oldHide, ['HIDE-THANKS', 'HIDETHANKS', 'HIDE-REPLY-THANKS', 'HIDEREPLYTHANKS']))
{
return "[{$newHide}=1]{$matches[2]}[/{$newHide}]";
}
else
{
return str_replace($oldHide, $newHide, $fullBBCode);
}
}, $message);
}
$db->update('xf_post', ['message' => $message], 'post_id = ?', [$post['post_id']]);
}
$db->commitAll();
this wont work well on a table with 10m posts.
Last edited:
XenConcept
Well-known member
Hello,having issues;
PHP:$posts = $db->fetchAll("SELECT post_id, message FROM xf_post WHERE post_id IN(" . $db->quote($firstPostIds) . ")"); $db->beginTransaction(); foreach ($posts AS $post) { $message = $post['message']; foreach ($this->getHideBbCodeRepo()->getLegacyHideBbCodes() AS $oldHide => $newHide) { $regex = "#\[({$oldHide})[^\]]*\](.*)\[/\\1\]#siU"; $message = preg_replace_callback($regex, function ($matches) use ($oldHide, $newHide) { $fullBBCode = $matches[0]; if (in_array($oldHide, ['HIDE-THANKS', 'HIDETHANKS', 'HIDE-REPLY-THANKS', 'HIDEREPLYTHANKS'])) { return "[{$newHide}=1]{$matches[2]}[/{$newHide}]"; } else { return str_replace($oldHide, $newHide, $fullBBCode); } }, $message); } $db->update('xf_post', ['message' => $message], 'post_id = ?', [$post['post_id']]); } $db->commitAll();
this wont work well on a table with 10m posts.
I have contacted you privately
XenConcept
Well-known member
Hello,typo/phrasing error.
"You must be registered for see links"
phrase: xc_hide_links_from_guests_guests_error_hide_link
changed to
You must be registered to see links.
You're in the wrong place
MentaL
Well-known member
XenConcept
Well-known member

[XenConcept] Hide links / Medias / Images (BbCode) to guests
Feature Summary Enable Disable restrict Hide links on posts to guests Customize the error message Site Web whitelist This add-on allows you to hide your link to visitors. You can customize the error message with the template...
xenforo.com

[XenConcept] Hide links / Medias / Images (BbCode) to guests
Feature Summary Enable Disable restrict Hide links on posts to guests Customize the error message Site Web whitelist This add-on allows you to hide your link to visitors. You can customize the error message with the template...

MentaL
Well-known member
some dude thoughView attachment 294504
![]()
[XenConcept] Hide links / Medias / Images (BbCode) to guests
Feature Summary Enable Disable restrict Hide links on posts to guests Customize the error message Site Web whitelist This add-on allows you to hide your link to visitors. You can customize the error message with the template...xenforo.com

hehe!
mc nabulsy
Member
does it work well with 2.1.13 version with no errors?
Similar threads
-
We value your privacy
We use essential cookies to make this site work, and optional cookies to enhance your experience.