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]

1How to make Statistics like this Empty How to make Statistics like this Mon Nov 29, 2010 3:54 am

Matti

Matti
Registered Member
Registered Member
Hi, guys

I post this here cuz I think it got something to do with javascript.

So, How to make Statistics like this

Ex:
Total posts 000 • Total topics 000 • Total members 000 • Our newest member Maki1

http://csshelp.forumotion.net/

2How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 4:06 am

Guest


Guest
like this?

http://test-liqued-coding.forumotion.com/forum.htm

i tried only CSS (:

CSS CODE:
Code:
#page-body p.page-bottom {
   display:inline;
        padding: 3px;
   }

#page-body p.page-bottom:after {
        margin-left: 3px;
           {content: "•";}
   }

3How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 6:38 am

Matti

Matti
Registered Member
Registered Member
Wow. Nice one Gangstar15, but not exactly how I wanna it.

Like this

Total posts 000 • Total topics 000 • Total members 000 • Our newest member Maki

just like that.

http://csshelp.forumotion.net/

4How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 10:37 am

ankillien

ankillien
Administrator
Administrator
Hi,

Do you want it on phpBB3? I don't think its possible without template editing.

5How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 6:27 pm

Matti

Matti
Registered Member
Registered Member
Hi, anki

Yes for phpbb3 And I have seen Dion, he have done this with javascript cuz i have a topic open at FM about this but he didn't reply again.

http://csshelp.forumotion.net/

6How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 6:38 pm

ankillien

ankillien
Administrator
Administrator
Writing a JS for it might take some time for me Razz You can try this CSS if you want...

Code:
#page-body p.page-bottom {display:inline;padding: 3px;}
#page-body p.page-bottom { margin-left: 0px;}
#page-body p.page-bottom:after{content: " |"}

But it won't change the text, it will just change the alignment.

7How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 6:48 pm

Matti

Matti
Registered Member
Registered Member
Ok, lol But if you See here at the end on my name is this '•' and i don't want that to be there.

http://csshelp.forumotion.net/

8How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 7:37 pm

ankillien

ankillien
Administrator
Administrator
Try adding this code...

Code:
p.page-bottom:last-of-type:after {
content: none !important;
}

9How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 7:44 pm

Guest


Guest
Anki Nice code Very Happy but this works :p¨

Code:

p.page-bottom:last-of-type:after {
display:none;
}

10How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 8:27 pm

Matti

Matti
Registered Member
Registered Member
Guys, I com up with new idea how about using this code for Statistics

Total posts 45410 • Total topics 3649 • Total members 1877 • Our newest member https://webartz.forumotion.com/u1968

Edit my post to see the code cuz it doesn't show when i use the code tag.



Last edited by Maki on Mon Nov 29, 2010 8:31 pm; edited 1 time in total

http://csshelp.forumotion.net/

11How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 8:30 pm

Guest


Guest
I don't think so gonna be possible (: .

12How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 8:44 pm

Matti

Matti
Registered Member
Registered Member
Hmm...ok let's wait for ankis reply & see what he com up with.

http://csshelp.forumotion.net/

13How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 9:52 pm

ankillien

ankillien
Administrator
Administrator
On phpBB3, it will be too much tricky to make it like that. It can be done with JS, I think but requires much coding.

14How to make Statistics like this Empty Re: How to make Statistics like this Mon Nov 29, 2010 10:52 pm

Matti

Matti
Registered Member
Registered Member
Ok, guys thanks for your help this can be locked now. Very Happy

I really wanna it this Sad

http://csshelp.forumotion.net/

15How to make Statistics like this Empty Re: How to make Statistics like this Tue Nov 30, 2010 1:25 am

Guest


Guest
Since I did create exactly what you wanted, I can tell you it requires javascript and some thinking outside the box. Very Happy

But if you don't mind the stats being further up the page, here's what you can do. Create exactly what you want in the homepage message -- it's easy there because you have the forumotion PHP variables available to you. You can even add the total number of topics if you wish. Then, remove the statistics from the bottom of the page using this CSS:

Code:
p.page-bottom, #i_whosonline + p + div + div.h3 {display: none;}


©️ Copyright 2010 Dion Designs. All Rights Reserved.

16How to make Statistics like this Empty Re: How to make Statistics like this Tue Nov 30, 2010 1:38 am

Matti

Matti
Registered Member
Registered Member
Nah I don't want that. but what's this for ?

dion wrote:
© Copyright 2010 Dion Designs. All Rights Reserved.

http://csshelp.forumotion.net/

17How to make Statistics like this Empty Re: How to make Statistics like this Tue Nov 30, 2010 3:21 am

Guest


Guest
You don't want that? Then why did you do what I suggested? Good call putting it in the site description...the info is on every page. Wink

And to answer another question you had on the fm help board, you can combine your logo and navbar through CSS. Both are contained in the #page-header element. You can put your logo as a background image in #page-header, then overlay your navbar on top of it.

The copyright? Just some fun to see if anyone noticed. Very Happy

18How to make Statistics like this Empty Re: How to make Statistics like this Tue Nov 30, 2010 3:15 pm

Jophy

Jophy
Registered Member
Registered Member
So Maki, Solved?

http://www.socialtechforum.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