Not all users are displayed
Posted: 04 September 2008 03:21 PM   [ Ignore ]
Newbie
Avatar
Rank
Total Posts:  6
Joined  2008-04-12

This code doesn’t display all users. Only about 50 of 325.

{exp:user:users orderby="screen_name" sort="desc" 
     
<br>{bday_d} {bday_m} {bday_y} {screen_name}
 {
/exp:user:users}

It’s pretty basic so I can’t understand what’s wrong. Maybe EE has an option to limit the amount of listed members. I also checked if some groups where not allowed to be displayed, but that’s not the problem.

Profile
 
 
Posted: 05 September 2008 07:51 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Does everyone have their Birthday filled out? wink smile

Secondly, try adding the limit parameter:

limit="400"

 Signature 
Profile
 
 
Posted: 16 September 2008 03:02 AM   [ Ignore ]   [ # 2 ]
Newbie
Avatar
Rank
Total Posts:  6
Joined  2008-04-12

The Birthdays are all filled.
Adding the limit parameter did the trick.
Thanks.

Profile