Jump to content

Recommended Posts

  • gaby changed the title to Problema statistici IPB
Posted

Sebastian daca il stiam il stergeam sau vedeam eu ce faceam ....dar tu duci lipsa de posturi prietene .

Info: 

Cum am eu : http://i.imgur.com/hICMTTX.png

Cum vreau sa arate defapt..: http://i.imgur.com/WhP4z21.png

Deci ma ajuta careva?

Draga domnule, noi nu avem de unde sa stim ce coduri ai adaugat sau ai sters tu.

cei cu reply asta?: Sebastian daca il stiam il stergeam sau vedeam eu ce faceam ....dar tu duci lipsa de posturi prietene .

Si te mai astepti la support de pe acest forum.

 

Posted

Draga domnule, noi nu avem de unde sa stim ce coduri ai adaugat sau ai sters tu.

cei cu reply asta?: Sebastian daca il stiam il stergeam sau vedeam eu ce faceam ....dar tu duci lipsa de posturi prietene .

Si te mai astepti la support de pe acest forum.

Este treaba ca la orice tema am acele statistici . Si domnul cristian duce lipsa tare de posturi (:| , Marele scripter ma uitam pe la niste "cereri" nu era in stare sa modifice background de la logo , nu am nevoie de ajutorul lui ,  sunt alti care ar putea sa ma ajute ;)

Posted

Incearca asta

AdminCP > Look & Feel > Tema ta > Board Index > hookgroupnameindecator

<if test="showGroupNameIndicator:|:count( $groups )">
				<br />
<h4 class="statistics_head">
	Staff group legend
</h4>
				<ul>
					<li>{parse expression="implode( " <span style='color: #444;'>●</span> ", $groups )"}</li>
				</ul>
</if>

 

Posted

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>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.