It's already enabled on your site, Denis.
Since it's a global option and not a style property, it looks like it may be an issue with the Dark style as I can see it on the Enix Origin style
Search your Dark style templates for {xen:phrase new_profile_posts}. Are any of them customized?
<xen:hook name="forum_list_sidebar">
<xen:if is="{$canViewMemberList}">
<xen:include template="sidebar_online_users" />
</xen:if>
<xen:if is="{$profilePosts}">
<div class="section profilePostList">
<div class="secondaryContent">
<h3><a href="{xen:link find-new/profile-posts}">{xen:phrase new_profile_posts}</a></h3>
<xen:include template="sidebar_profile_post_list" />
</div>
</div>
</xen:if>
template: forum_list
Code:<xen:hook name="forum_list_sidebar"> <xen:if is="{$canViewMemberList}"> <xen:include template="sidebar_online_users" /> </xen:if> <xen:if is="{$profilePosts}"> <div class="section profilePostList"> <div class="secondaryContent"> <h3><a href="{xen:link find-new/profile-posts}">{xen:phrase new_profile_posts}</a></h3> <xen:include template="sidebar_profile_post_list" /> </div> </div> </xen:if>
The bottom portion should be there.
Does that extend to the Members dropdown?
Looking at his forum, I noticed that link was also missing.
template: forum_list
Code:<xen:hook name="forum_list_sidebar"> <xen:if is="{$canViewMemberList}"> <xen:include template="sidebar_online_users" /> </xen:if> <xen:if is="{$profilePosts}"> <div class="section profilePostList"> <div class="secondaryContent"> <h3><a href="{xen:link find-new/profile-posts}">{xen:phrase new_profile_posts}</a></h3> <xen:include template="sidebar_profile_post_list" /> </div> </div> </xen:if>
The bottom portion should be there.
Can you check on the default XenForo style and see if they appear there? Sounds like either a style or an add-on issue.
Not sure if it effects it but are there recent posts to show? The block may have some sort of "timer" on it to where it'll only pull in the x amount of recent days.
We use essential cookies to make this site work, and optional cookies to enhance your experience.