1

Topic: All Member On Specific page

Hey there!

I was looking for some help when it comes to listing all the sites members.  I have a link with how many members there are on my site however I want to link that to a custom page that shows every single member when they click the link.  Do you know how I can go about doing that?

2

Re: All Member On Specific page

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

although the thread is about displaying all woman or all men in the search results...

you can learn from it and modify it display all members in your search results

example given: the below code will display search results and display all members with a photo uploaded
where all.png is the image to click

All members <a href="{virtual_path}index.php?m=search&issearch=1&pictures_only=1">
<img border="0" src="{virtual_path}templates/what_ever_you're_using/media/all.png" width="20" height="20"></a>
Not only am I a Staff member,  I'm also a Client

3

Re: All Member On Specific page

thanks so much!  it works great!