New Free Module - Annika (Live Wall)
Announcements
Does pagination work with this module? Been trying for a while now and cant seem to get it too work, click on next page and it offers a json file for download.
<div class="block">
<div class="title">
<h2>Recent Activity</h2>
{if jrCore_module_is_active('jrFeed')}
<div style="float:right">
{jrCore_module_url module="jrFeed" assign="furl"}
{jrCore_module_url module="jrAction" assign="murl"}
<a title="Update Status" onclick="jrCore_window_location('{$jamroom_url}/{$_user.profile_url}/timeline/')" href="{$jamroom_url}/{$_user.profile_url}/timeline/">
<span class="sprite_icon sprite_icon_20"><span class="sprite_icon_20 sprite_icon_20_img sprite_icon_20_plus"> </span></span>
</a>
<a href="{$jamroom_url}/{$furl}/{$murl}/{$profile_url}">{jrCore_icon icon="rss" size="20"}</a>
</div>
{/if}
</div>
<div class="block_content">
<div class="item">
<div id="timeline">
{if isset($_post.p)}
{jrCore_list module="jrAction" order_by="_item_id numerical_desc" pagebreak="5" page=$_post.p pager=true}
{else}
{jrCore_list module="jrAction" order_by="_item_id numerical_desc" pagebreak="5" page="1" pager=true}
{/if}
</div>
</div>
</div>
</div>