PDA

View Full Version : A "switch" to make certain member profiles viewable?


AFemaleProdigy
10-13-2009, 11:59 AM
Hello everyone! :)

I need to create an option in the admincp-->user management tool that will let me set which usergroups can view select profiles. So I would search for a user in admincp and pull up their info. In there, I would like an option that would let me add the usergroup numbers that either can or cannot see that certain individual's profile.

I am working on a paid forum that only allows certain information to be available to unregistered users. It's important that only select member's profiles are viewable for some groups while the other members are NOT viewable to certain groups. So I can't just make them all the same.

Is there an existing plugin for this or can anyone help me in creating this option?

Thanks so much!

Lynne
10-13-2009, 02:20 PM
I have not seen any modification like this. I suppose the easy, but not elegant, way to do it would be just create a plugin using a hook at the top of the member page and put a big condition there to allow/not allow people to see certain profiles. Start with that and then turn them into variables you can set in your admin cp.