XenForo
Administrative
- Thread starter
- Admin
- #1
HTML:
This produces the error: "Tag must be a valid conditional using an is attribute or content checking" on the "<xf:if/>"
A minor issue, there are other ways to achieve the same effect, however, I thought I'd toss it in, in case it's a simple fix.
ادامه مطلب...
Code:
<xf:if contentcheck="true">
<xf:inforow>
<xf:contentcheck>
<!-- Stuff -->
</xf:contentcheck>
</xf:inforow>
</xf:if>
This produces the error: "Tag must be a valid conditional using an is attribute or content checking" on the "<xf:if/>"
A minor issue, there are other ways to achieve the same effect, however, I thought I'd toss it in, in case it's a simple fix.
ادامه مطلب...