MyBB Community Forums

Full Version: Template Conditional and FacebookConnect plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically, I want to make it so that if the person hasn't linked their account with FacebookConnect they'll see a button in their user cp. I used the following:

<if $fbconnect then
        <tr><td class="trow1 smalltext"><a href="/fbconnect.php" class="usercp_nav_item usercp_nav_fbconnect">Link Your Facebook Account</a></td></tr>
        </if>

For whatever reason, it isn't working. Help?
Nayar's plugin?
Yeah, it's Nayar's.
I found the problem, apparently, you need to set "Output template start/end comments" to yes.