How can I make spoiler-content for members only?

  • Thread starter Thread starter Deleted member 6355
  • Start date Start date
D

Deleted member 6355

Guest
I'd like to hide spoiler content for non-members. Is that possible?
 
Do you mean hide the whole thing?

You could probably wrap the contents of the bb_code_tag_spoiler template with
Code:
<xf:if is="$xf.visitor.user_id">
TEMPLATE HERE
</xf:if>
 
Back
Top Bottom