fly
03-14-2011, 01:50 PM
So I'm trying to recreate the hack to hide threads of users on your ignore list. The original hack was posted here:
https://vborg.vbsupport.ru/showthread.php?t=97902
Its a simple template mod, but it doesn't seem the variable $ignore is correct anymore.
How can I find out what the new variable name is? Or even broader, can I somehow actively list variables and their values somehow, live on a forum?
FWIW, the new (non working) vb4 conditional I came up with was this:
<vb:if condition="!$ignore[$thread['postuserid']]">
</vb:if>
https://vborg.vbsupport.ru/showthread.php?t=97902
Its a simple template mod, but it doesn't seem the variable $ignore is correct anymore.
How can I find out what the new variable name is? Or even broader, can I somehow actively list variables and their values somehow, live on a forum?
FWIW, the new (non working) vb4 conditional I came up with was this:
<vb:if condition="!$ignore[$thread['postuserid']]">
</vb:if>