Searching for Members and Messaging more than One at a Time

Permalink
I have a couple of questions from a client who is running a golfing community site with Members in regards to the members area and emailing.

When signing up people have to supply their details and we have created Groups to subdivide members by location, age range, golfing ability and a few more.

Is it possible to have a search field so members can search for people in their location, age range, etc? At present we just have the standard search field on the Members area.

Also is there an option to email/message more than one or all other members?

PassionForCreative
 
ryan replied on at Permalink Best Answer Reply
ryan
These options don't exist and probably won't be added to the ui in the standard concrete5 installs - it would just make it easier for a spammer to get more done quickly.

Take a look at the following code if you're looking to build it yourself.

/concrete/models/user_list.php
/concrete/models/user_private_message.php
PassionForCreative replied on at Permalink Reply
PassionForCreative
I thought as much but just wanted someone to tell me. Thanks for your help Ryan, as always great answer.