Greetings,
First of all, this is a wonderful hack and I love you to death for it, as it's very useful. I have one quick question for you: I'm trying to make it so that a certain message is displayed to a user if they do not have a custom title. In showthread.php, I believe this is a boolean named "$avatarenabled". How would I be able to make this message appear if they do not have an avatar enabled? I tried this:
[[(!($avatarenabled))]]
You do not have an avatar enabled.
[[/(!($avatarenabled))]]
But it simply threw up:
[[(!(0))]]
You do not have an avatar enabled.
[[/(!(0))]]
What stupid error am I making here? Any help would be greatly appreciated. Once again, thank you very much!
|