51463
Well-known member
I am trying to put the new profile posts box sidebar in a different template, i succeeded 50%, because it works but you have to refresh to see the profile post,
i tried to put it in, "sidebar_online_users" instead of forum_list,
am i missing some code? all i put is this:
or will it require custom code, far past my abilities?
.
.
i tried to put it in, "sidebar_online_users" instead of forum_list,
am i missing some code? all i put is this:
Code:
<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>
or will it require custom code, far past my abilities?
.
.