Cryptaline
Active member
o/ Everyone
A brief description:
On each page refresh for a page_container Recent activity is hidden. It doesnt matter how you play with your templates inside of the container, e.g:
So thats what i need, a simple listener for the container_public_params to show a recent activity always. (auto load on each page refresh)
e.g:
If you think it worth some money, i will pay without any doubt.
A brief description:
On each page refresh for a page_container Recent activity is hidden. It doesnt matter how you play with your templates inside of the container, e.g:
it will be hiden until<xen:require css="events.css" />
<xen:require css="news_feed.css" />
<xen:require js="js/xenforo/news_feed.js" />
<div class="newsFeed">
<xen:include template=" news_feed " />
<xen:include template="news_feed_end">
<xen:set var="$itemLoaderUrl">{xen:link recent-activity}</xen:set>
</xen:include>
<xen:include template="preview_tooltip" />
</div>
You need to create a listener for the container_public_params event to add the news items as one of the params. That will allow you to display the news_feed in the container.
So thats what i need, a simple listener for the container_public_params to show a recent activity always. (auto load on each page refresh)
e.g:
If you think it worth some money, i will pay without any doubt.