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 !
by 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

-
- Posts: 27
- Joined: Tue 04. Mar, 2003 06:47
-
by 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 MODPlease 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

-
- Posts: 1
- Joined: Wed 30. Mar, 2005 11:23
Return to Gender [2.0.10/EM]
Users browsing this forum: No registered users and 3 guests