Cryptaline
Active member
On each page refresh Recent activity is hidden (first screen)
I want to dispay it always. (second screen)
Question is, which template I'm missing.
Right now I'm using templates from news_feed_page_global:
and it looks like this (right-top corner):
and thats how i want to display it:
I want to dispay it always. (second screen)
Question is, which template I'm missing.
Right now I'm using templates from news_feed_page_global:
<xen:include template="news_feed">
<xen:set var="$noContentHtml">{xenhrase news_feed_is_currently_empty}</xen:set>
</xen:include>
<xen:include template="news_feed_end">
<xen:set var="$itemLoaderUrl">{xen:link recent-activity}</xen:set>
</xen:include>
and it looks like this (right-top corner):
and thats how i want to display it: