Front page activity feed broken after update
Design and Skin Customization
paul:We do our best
That is such an understatement!
{$proj_summary|jrCore_format_string:$profile_quota_id:"embed"}
{$proj_summary|jrCore_format_string:$profile_quota_id:null:"embed"}
function view_jrBlog_update($_post, $_user, $_conf)
function view_jrBlog_update_save($_post, &$_user, &$_conf)
$_sv = jrCore_form_get_save_data('jrBlog', 'update', $_post);
// Add to Actions...
jrCore_run_module_function('jrAction_save', 'update', 'jrBlog', $_post['id']);
{assign var="ap" value="`$_conf.jrCore_active_skin`_auto_play"}
{jrCore_media_player type="jrAudio_blue_monday" module="jrAudio" field="audio_file" search="_profile_id = `$_profile_id`" autoplay=$_conf.$ap assign="profile_player"}
{$proj_summary|jrCore_format_string:$profile_quota_id:"embed"}
{if isset($css_footer_href)}
{foreach from=$css_footer_href item="_css"}
<link rel="stylesheet" href="{$_css.source}" media="{$_css.media|default:"screen"}" />
{/foreach}
{/if}
{if isset($javascript_footer_href)}
{foreach from=$javascript_footer_href item="_js"}
<script type="{$_js.type|default:"text/javascript"}" src="{$_js.source}"></script>
{/foreach}
{/if}
{if isset($javascript_footer_function)}
<script type="text/javascript">
{$javascript_footer_function}
</script>
{/if}
{* do not remove this hidden div *}
<div id="jr_temp_work_div" style="display:none"></div>
</body>
</html>