View Full Version : Hide quotes for ignored users?
DCD.RB
10-29-2017, 05:43 AM
Hi is there a way to hide the quotes of ignored users for the users that have them on the ignore list?
Thanks!
DCD.RB
10-31-2017, 04:57 PM
I'm trying to do something myself, and I'm trying to do it with this IF statement I found:
<if condition="!in_array($post['userid'], $GLOBALS['ignorearray'])">
But it doesn't work ,any thoughts?
Stingray27
11-02-2017, 07:17 PM
You cannot, quotes are just part of the whole post text, you cannot separate them out and hide them.
(Just the same is if a user changes name, old quotes will still have their old name).
Simon Lloyd
11-04-2017, 06:23 PM
You could add an if condition to the bbcode_quote template but modifying this might prove easier https://vborg.vbsupport.ru/showthread.php?t=230466&highlight=ignore
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.