Total No. Of Males and females....

Mod that adds a extra field to the users profile, the gender is displayed beside the posts

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Total No. Of Males and females....

Postby mushy on Sat 12. Mar, 2005 11:11

How about adding total no of males and females on index right after Total registered users...
mushy
Poster
Poster
 
Posts: 27
Joined: Tue 04. Mar, 2003 06:47

Postby supercarz.co.uk on Sat 11. Jun, 2005 14:34

good idea
supercarz.co.uk
Poster
Poster
 
Posts: 3
Joined: Sat 11. Jun, 2005 13:44

Postby h-o on Sun 12. Jun, 2005 10:19

This mod already exists :-)

Code: Select all
##############################################################
## MOD Title: No of Female and Male Members on Index
## MOD Description: This mod will allow users to see the number of female and male registrants
## in the index
## MOD Version: 0.0.1

Download MOD

Please note, that you have to correct the following code

Code: Select all
// Instead of...
$total_male = get_db_stats('gender-male');
$total_female = get_db_stats('gender-female');

// ...it should be
$total_male = get_db_stat('gender-male');
$total_female = get_db_stat('gender-female');

ciao
h-o
h-o
Poster
Poster
 
Posts: 1
Joined: Wed 30. Mar, 2005 11:23


Return to Gender [2.0.10/EM]

Who is online

Users browsing this forum: No registered users and 3 guests

cron