The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide quotes for ignored users?
Hi is there a way to hide the quotes of ignored users for the users that have them on the ignore list?
Thanks! |
#2
|
|||
|
|||
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? |
#3
|
|||
|
|||
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). |
#4
|
||||
|
||||
You could add an if condition to the bbcode_quote template but modifying this might prove easier https://vborg.vbsupport.ru/showthrea...ghlight=ignore
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|