Quote:
Originally Posted by nerofix
Here's a solution to display nothing instead of the "unregistered" username for guests. Just put the if-conditional around the {username}, it must look like this then:
<if condition="$show['member']"> {username} </if>
|
I had considered doing that as well, but decided against it because if {username} appeared inside of a sentence then leaving it blank might make the sentence appear funny.
I thought about adding an option to disable the mod for Guests. Think this would be a good idea?