Enclosed is a PHP file that I linked to my webpage inside XenForo. It queries a SQL database and rendered the results in a table. My question is how could I make the last three rows of the rendered table show up only to logged in members?
I found these on the internet, but do not seem to work:
<xen:if is="{$visitor.user_id}">
This content will show to logged in members
</xen:if>"
Your help is greatly appreciated!
I found these on the internet, but do not seem to work:
<xen:if is="{$visitor.user_id}">
This content will show to logged in members
</xen:if>"
Your help is greatly appreciated!