pur si simplu vreau o bara intre : Membri online acuma si membri online acuma 24H [ http://i.imgur.com/WhP4z21.png ]
Rezolvat ! Am schimbat script-ul din "HookMembersOnlyToday" <script type='text/javascript'>
function toggleMOT(elem)
{
Effect.toggle('mot_body', 'blind',{duration:.5, afterFinish: function(motb){
var hookLangCollapse = '{$this->lang->words['hookLangCollapse']}', hookLangExpand = '{$this->lang->words['hookLangExpand']}', vis = motb.element.visible();
if(vis) {
elem.update(hookLangCollapse);
ipb.Cookie.set( 'membersOnlineToday', 0, 1 );
}else{
elem.update(hookLangExpand);
ipb.Cookie.set( 'membersOnlineToday', 1, 1 );
}
}.bind(elem)});
}
</script>
<br />
<h4 class='statistics_head'>
{$this->lang->words['hookLangOnlineToday']} {$count}
<if test="$this->settings['expcol_mot']">
[<a href='#' onClick="toggleMOT(this); return false;"><if test="$state == 'collapsed'">{$this->lang->words['hookLangExpand']}<else />{$this->lang->words['hookLangCollapse']}</if></a>]
</if>
</h4>
<p id="mot_body"<if test="$this->settings['expcol_mot'] && $state == 'collapsed'"> class='collapsedMOT' style='display: none;'</if>>
<if test="$this->settings['mot_show_most_online']">{$this->lang->words['hookLangOnlineMostEver']}<br /><br /></if>
<if test="count($mems)">
{$this->lang->words['hookLangOnlineList']}<br />
<span class='name'>{parse expression="implode( ",</span>\n<span class='name'>", $mems )"}</span>
<else />
{$this->lang->words['hookLangOnlineTodayNone']}
</if>
</p>