How Do I Turn Proxima Off?
Proxima
First goto ACP skins page and switch from the Proxima Alpha skin to Elastic (say), then got back to the modules tab and disable all the Proxima modules. That should now ne a 'regular' Jamroom install.
hth
{if jrUser_is_logged_in()}
<div class="block">
<h3>{jrCore_lang module="jrAnnika" id="2" default="Live Wall"}</h3>
<div style="padding:5px;border:1px solid #ccc;border-radius:5px;max-height:200px;overflow:auto;">
{jrAnnika_live_wall target="ptimeline" template="annika_profile_timeline.tpl" tpl_dir="jrAnnika" profile_id=$_profile_id style="width:240px;height:150px;overflow:auto;"}
</div>
</div>
{/if}
{* Show latest profile activities *}
{jrCore_list module="jrAction" order_by="_created numerical_desc" include_followed=true profile_id=$profile_id limit=5}