Kirby
Guest
Member
account_details
Code:
account_preferences
Code:
approval_item_user
Code:
custom_fields_display_thread
Code:
So we've got 4...
Read more
Continue reading...
Code:
<xf:if is="{{ $xf.visitor.Profile.dob_day && $xf.visitor.Profile.dob_month && $xf.visitor.Profile.dob_year }}">
account_preferences
Code:
<xf:if is="$xf.options.enableNotices && (count($xf.session.dismissedNotices) > 0)">
approval_item_user
Code:
<xf:if is="$preRegAction AND $preRegHandler">
custom_fields_display_thread
Code:
<xf:if is="{{ $post.position < 1 AND $customFields is not empty }}">
So we've got 4...
Read more
Continue reading...