PDA

View Full Version : Custom User Profile Fields for Certain Usergroups


theChronic
07-01-2006, 09:01 AM
Hey whats up
I was wondering if there is a way to make it so that only certain usergroups get specified user profile fields? So that tier 1 users can't have a bio section but tier 2 users can.

Thanks
john

vb_guru
07-02-2006, 07:36 PM
I have the same request. I have been looking for a solution, but so far have not found anything.

theChronic
07-06-2006, 10:16 PM
Would anyone be interested in making this mod? I will do anything I can to help and would love to learn, but I dont know much as of now.

Thanks!
john

roundy
07-10-2006, 02:07 AM
you'd have to edit USERCP_SHELL template and probably call a variable form a custom plugin that checks

if( $vbulletin->userinfo['membergroupids'] == "whateveryouwanttofilter")

to put the conditionals on the fields you want to hide / unhide.

hope that helps, if only i had more time to do it 4 you!!!!