Fixed String length check is not made for "About" block

TickTackk

Well-known member
Affected version
2.2.3
Under template: member_about:
HTML:
            <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.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.5).

Change log:
Improve checks that control whether a user's "about" section is shown.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom