WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Stast Code JQuery… Empty Stast Code JQuery… Sat Oct 09, 2010 2:32 am

aSky

aSky
Registered Member
Registered Member
Hello I don't speak English a very well and I speak Spanish and I registered en Foroactivo /Forumotion in Spanish.

How I can do this in my stats?…I've seen in many English forums
Spoiler:

I need your help!Please Smile

2Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:21 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Do you use PHPBB2 or PUNBB? It's a must to make it working.

http://woops.dk

3Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:22 am

aSky

aSky
Registered Member
Registered Member
I use the PunBB

4Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:27 am

Unknown Data

Unknown Data
Registered Member
Registered Member
All right. Those stuff are created with jQuery ie. tab menu. Before I start helping you, can you then provide a link to me of your forum? Smile

http://woops.dk

5Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:29 am

aSky

aSky
Registered Member
Registered Member
http://artgraphic.foroactivo.com Smile

6Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:35 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Thanks. But I can only start at on tuesday beacause I don't got acces right know to the things I should use. Very Happy

But don't worry if you need it ASAP will someone other surely do it before tuesday Wink

http://woops.dk

7Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:37 am

aSky

aSky
Registered Member
Registered Member
ok don't worry and thank ..If for Tuesday and I have it informs you

8Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 3:57 pm

Guest


Guest
crap.i had this whole code in my host but i deleted it.

EDIT: Try this one:

Go to overall_header template.
Place this after the <head> tag.
Code:
<script type='text/javascript' src='http://vwclubsplit.webs.com/skripte/jquery-min.js'></script><script type="text/javascript" src="http://vwclubsplit.webs.com/skripte/example.js"></script>

add this to your css stylesheet:
Code:
#organic-tabs { background: #253d5a; padding: 2px; margin: 0 0 15px 0; }

    #explore-nav { overflow: hidden; margin: 0 0 10px 0; }
    #explore-nav li { width: 97px; float: left; margin: 0 10px 0 0; }
    #explore-nav li.last { margin-right: 0; }
    #explore-nav li a { display: block; padding: 5px; background: #kod boje taba; color: white; font-size: 10px; text-align: center; border: 1px solid #253c59; }
    #explore-nav li a:hover { background-color: #kod boje taba mišem preko; }

    #jquerytuts, #core, #classics { display: none; }

    #explore-nav li#ex-featured a.current, ul#featured li a:hover {  color: white; }
    #explore-nav li#ex-core a.current, ul#core li a:hover {color: white; }
    #explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover { color: white; }
    #explore-nav li#ex-classics a.current, ul#classics li a:hover { color: white; }

Now go to statistics template and find:

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>

Replace it with:




Code:
  <div id="page-wrap" style=" width: 850px; margin: 1px auto;">
      <div id="organic-tabs" style="background: transparent; padding: 2px; margin: 0 0 15px 0;">
     
          <ul id="explore-nav" style="list-style: none;">
                <li id="ex-featured"><a rel="featured" href="#" class="current">Tab1</a></li>

                <li id="ex-core"><a rel="core" href="#">Tab2</a></li>
                <li id="ex-jquery"><a rel="jquerytuts" href="#">Tab3</a></li>
                <li id="ex-classics" class="last"><a rel="classics" href="#">Tab4</a></li>
            </ul>
 
          <div id="all-list-wrap">
 
            <ul id="featured" style="list-style: none;">
                <li>      <div id="stats">
    Stats variables here
            </script>
        <!-- END switch_chatbox_popup -->
        </p>
      </div>
      <!-- END switch_chatbox_activate --></li>

            </ul>
     
              <ul id="core" style="list-style: none;">
                    <li style="display: block; padding: 4px; color: #fff;"><table width="840" border="0" cellspacing="0" cellpadding="5"><tr><td width="210">Preferences</td><td width="210">My messages</td><td width="210">Links</td><td width="210">Title</td></tr><tr><td style="padding-left:15px; line-height:20px;"><a href="/profile.forum?mode=editprofile&page_profil=avatars">Avatar gallery</a><br><a href="/profile.forum?mode=editprofile&page_profil=signature">Signature</a><br><a href="/profile.forum?mode=editprofile&page_profil=preferences">My preferences</a><br><a href="/profile.forum?mode=editprofile&page_profil=friendsfoes">My friends</a></td><td style="padding-left:15px; line-height:20px;"><a href="/msg.forum?mode=post">Send PM</a><br><a href="/msg.forum?folder=inbox">Inbox</a><br><a href="/msg.forum?folder=outbox">Sentbox</a><br><a href="/msg.forum?folder=savebox">Saved messages</a></td> <td style=" padding-left:15px; line-height:20px;"><a href="/memberlist.forum">Memberlist</a><br><a href="/groupcp.forum">Groups</a><br><a href="/viewonline.htm">Who is online?</a><br><a href="/stats.htm">Statistics</a></td> <td style="padding-left:15px; line-height:20px;"><a href="#">Link 1</a><br><a href="#">Link 2</a><br><a href="#">Link 3</a><br><a href="#">Link 4</a></td></tr></table></li>
       
              </ul>
     
              <ul id="jquerytuts" style="list-style: none;">
text</li>
              </ul>
     
              <ul id="classics" style="list-style: none;">
                    <li style="display: block; padding: 4px; color: #fff;">Your text here...</li>
<li style="display: block; padding: 4px; color: #fff;">Your text here 2.</li>
<li style="display: block; padding: 4px; color: #fff;">Your text here 3.</li>
              </ul>

                </div>
      </div>

9Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 5:48 pm

aSky

aSky
Registered Member
Registered Member
Woo Fantastic thank Wink You are the best o-o



Last edited by aSky on Sat Oct 09, 2010 6:47 pm; edited 1 time in total

10Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 6:33 pm

Emilio

Emilio
Registered Member
Registered Member
Haha Why is everyone taking examples of my forum? xD

http://www.graphilicious.forumotion.Com

11Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 6:39 pm

aSky

aSky
Registered Member
Registered Member
Oh is your forum is very nice but just an example

12Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 6:47 pm

Guest


Guest
Emilio wrote:Haha Why is everyone taking examples of my forum? xD

Haha this is a Jalokim Graphics original if you dont know Razz
And i am not jealous about your forum cause i dont own a forum Razz

Woo Fantastic thank Wink You are the best o-o

No problem glad i could help Very Happy

13Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 7:38 pm

Emilio

Emilio
Registered Member
Registered Member
[quote="Nick"]
Emilio wrote:Haha Why is everyone taking examples of my forum? xD

Haha this is a Jalokim Graphics original if you dont know Razz
And i am not jealous about your forum cause i dont own a forum Razz

?

http://www.graphilicious.forumotion.Com

14Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 7:59 pm

verrell123

verrell123
Registered Member
Registered Member
You got your forum by jalokim?

http://www.freshartz.co.cc/

15Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 8:08 pm

Guest


Guest
nope its based on ego-one from jalokim.

16Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 10:17 pm

aSky

aSky
Registered Member
Registered Member
Solved

17Stast Code JQuery… Empty Re: Stast Code JQuery… Sat Oct 09, 2010 10:44 pm

Sanket

Sanket
Administrator
Administrator
Solved | Locked

http://www.webartzforum.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum