Member list
How to display 20 or 30 member names instead of 10 in member list to be as default ???? (when i click to open member list page , the default number of members is 20 or 30 )...Just tell me what I have to change in html code of member list page
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I think it depends on the skin, as mine is set at the default of 10 on mine. I'll take a look at my script html, and see where it would be and get back to you.
Thanks,
Lissa -
Hmmm I have looked everywhere, I found the general location of where it should be available to edit, but honestly cannot figure out how. As I cannot find it in the wrapper, macros nor HTML. >.< Frustrating to say the least. I do believe though that the choices are subject to each skin you use As the skin I use has 10,20,30,40,50 as option.I can find it in the when I pull up the xml (Xhtml) encoding. as you can see here..
<option value="asc">Ascending Order</option>
with <select name="max_results" class="forminput">
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
</select> results per page <input class="forminput" type="submit" value="Go!" />
But it does not allow me to edit it here.
Chris any ideas?
Loading Profile...



EMPLOYEE