1

Topic: How Many Members

Hey there.

I was looking to have a link in my nav bar that says how many members there are on the site.

example:

20 Members

do you know how i could go about doing this...also i want the style to match the rest of the navagation links.

2

Re: How Many Members

have a look here:
http://www.vldpersonals.com/downloads/extensions/

system stats

Not only am I a Staff member,  I'm also a Client

3

Re: How Many Members

I did it exactly as it says and i got the right number of members to appear but it doesnt match the style sheet nor does it have the word Members following it.

http://mustluvdogsdating.com/members.JPG

4

Re: How Many Members

hmm...
have a look at this thread:
http://www.vldpersonals.com/forum/viewtopic.php?id=2143&p=2

the PHP call you have on your page will display the raw information
in your case just the number [16]

You need to make it part of a current .css or give it, it's own css

example given:
You want to add the word members after the number

E.g.

{stats:count="members",online="1",cache_time=1,cache_name="online"} members

will display:
16 members

Last edited by seeme101 (2008-04-25 18:55:23)

Not only am I a Staff member,  I'm also a Client

5

Re: How Many Members

The code works great thanks.  As for the .css would I have to add it to the site.css?  Also how would I go about making up a code for that since I am totally green when it comes to this.