XenForo Display Title Ladders in Help page, how?

F

fionix

Guest
Can someone explain to me what is wrong with the below code! I want to display the User Title Ladder in the Help page, but all the below code shows is "No items have been created yet" is there a simple solution to this?

Code:

Code:
<xf:if is="$user-title-ladder is not empty">
    <div class="block">
        <div class="block-container">
            <ol class="block-body">
                <xf:foreach loop="$user-title-ladder" value="$user-title-ladder">
                    <li class="block-row...

Read more

Continue reading...