Jump to content

Problema statistici IPB


Va Ly

Recommended Posts

  • gaby changed the title to Problema statistici IPB

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.

 

Link to comment
Share on other sites

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 ;)

Link to comment
Share on other sites

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>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.