[RSS Feed/News] String length check is not made for "About" block

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Under template: member_about:
HTML:

Code:
            <xf:if is="$user.Profile.about">
                <div class="block-row block-row--separated">
                    {{ bb_code($user.Profile.about, 'user:about', $user) }}
                </div>
            </xf:if>
if someone were to use 0 then the field would not be shown.

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