top



how to make stast jquery code? like on here! Confused

Have a look here
http://agendalabs.forumotion.com/t44-jquery-tabs
Hope this is what you're finding

but i can find the

Code:

<div id="stats">
            <p class="right">{TOTAL_POSTS}</p>
            <p>{TOTAL_USERS}</p>
            <p>{NEWEST_USER}</p>
          </div>
          <div id="onlinelist">
            <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
            <p class="right"><a href="{U_VIEWONLINE}"
rel="nofollow">{L_WHO_IS_ONLINE}</a></p>
            <p>{TOTAL_USERS_ONLINE}<br />
            {RECORD_USERS}
       
            <br />
            {LOGGED_IN_USER_LIST}
       
            {L_ONLINE_USERS}
            {L_CONNECTED_MEMBERS}<br />
            {L_WHOSBIRTHDAY_TODAY}{L_WHOSBIRTHDAY_WEEK}</p>
            <div class="clear"></div>
       
            <p>{LEGEND} : {GROUP_LEGEND}</p>
       
          </div>
          <!-- BEGIN switch_chatbox_activate -->
          <div id="onlinechat">
            <p class="page-bottom">
            {TOTAL_CHATTERS_ONLINE} :
            {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
                <div id="chatbox_popup"></div>
                <script type="text/javascript">
                 
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}',
 '{L_CLICK_TO_JOIN_CHAT}');
                </script>
            <!-- END switch_chatbox_popup -->
            </p>
          </div>
          <!-- END switch_chatbox_activate -->

on the index body?

Follow the tutorial
It's inside overall_header_new

yea i can't find it there?

im phbb2

Its in index_body...
look for and you will find what u need

i can found it there

Spoiler:

i follow but i can't find

Code:

<div id="stats">
on my index_body

in my forum i haven't got this:

Code:
<p class="h2">{TOTAL_REGISTERED_USERS_ONLINE}</p>
        <p class="options">{TOTAL_GUEST_USERS_ONLINE}</p>
    </div>

    <div class="main-content">
        <table cellspacing="0" class="table">
            <thead>
                <tr>
                    <th class="tcl">{L_USERNAME}</th>
                    <th class="tc2">{L_LAST_UPDATE}</th>
                    <th class="tcr">{L_FORUM_LOCATION}</th>
                </tr>
            </thead>
            <tbody>
                <!-- BEGIN reg_user_row -->
                <tr>
                    <td class="tcl"><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></td>
                    <td class="tc2">{reg_user_row.LASTUPDATE}</td>
                    <td class="tcr"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a></td>
                </tr>
                <!-- END reg_user_row -->
                <!-- BEGIN bot_user_row -->
                <tr>
                    <td class="tcl">{bot_user_row.USERNAME}</td>
                    <td class="tc2">{bot_user_row.LASTUPDATE}</td>
                    <td class="tcr"><a href="{bot_user_row.U_FORUM_LOCATION}">{bot_user_row.FORUM_LOCATION}</a></td>
                </tr>
                <!-- END bot_user_row -->
                <!-- BEGIN guest_user_row -->
                <tr>
                    <td class="tcl">{guest_user_row.USERNAME}</td>
                    <td class="tc2">{guest_user_row.LASTUPDATE}</td>
                    <td class="tcr"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a></td>
                </tr>
                <!-- END guest_user_row -->
            </tbody>
        </table>

so what can i do?

Can we have a look at your template? Index_body

ok here:

index_body code:

Sorry to tell you this but the tutorial's for PunBB. You might need to request assistance from someone more professional or, if you are able to, remake the whole <!-- BEGIN disable_viewonline --> section yourself cause from what I see, that's the same section as the suggested id.

ok wait

Sorry for double post (already more than 24 hour)

Please lock this, i already can do this

Locking is not so easy when you're on a phone...
- Locked