Search Permissions

Permalink
Hi Guys

Hope someone can help out.

I am in the process of building a site using C5 were users can sign up for free and edit there profiles which will contain there CV's. They will be placed in a 'Staff' group.

Companies will pay, using eCommerce, and be auto placed into a group called 'Company' so they can search/view staff profiles for job seeking purposes.

I have a problem in that I have set permissions so that Staff can not search for other members but the search members field is still on the profile page?

I am not sure whats happening but surly if I set this to 'NO' then this option would/should disappear?

I have tried both standard and advanced permissions but still getting the same result.

Help!!!

senshidigital
 
senshidigital replied on at Permalink Reply
senshidigital
anyone?
okhayat replied on at Permalink Best Answer Reply
okhayat
If you're talking about 'Other Permissions' in the Dashboard (Access User Search and Access Group Search) I guess those are related to the Dashboard (back end) and not the Members page.
My best guess is to:
1. Copy the /concrete/single_pages/members.php to your /single_pages/members.php
2. Copy the /concrete/controllers/members.php to your /controllers/members.php
3. Customize the search, and other, functionality as you like.
senshidigital replied on at Permalink Reply
senshidigital
Thanks for that Okhayat.

I just thought the permissions would be abel to do this but I will look at the files and see how I get on.

Thanks for the response.