MyBB Hacks

Full Version: User away
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,
sorry if this question was answered before, but I want to add a notice on the user profile which is only shown if the user is away. Is this possible with Template Conditionals?

Code:
<if $awaybit then>
I'm away, I'm away!
</if>

Reference URL's