[RSS Feed/News] Show a link conditionally with html

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Is there any way to make something like this work within the html body of a page

<xf:if is="!$xf.visitor.user_id">
<li><a href="account">Manage Account</a></li>
<xf:else />
<li><a href="#">Create Account</a></li>
</xf:if>

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom