Quote:
Originally Posted by Jase2
Ok, wired -- thanks!
You can see the tab here. Basically, I just want to remove: System Specs YES -- which is at the top. Hmmm....
|
OH, you just want to stop showing that particular field, not the whole tab?
Ok, here's what you'd have to do. Create a new Profile Category in the AdminCP. Assign the profile field that category. NOTE the Category ID!
EDIT plugin: Extra Profile Fields Tab
FIND:
REPLACE WITH:
Code:
WHERE pf.form = 6 AND pf.profilefieldcategoryid != <INSERT CATEGORY ID # HERE>
It'll then pull up all EPFP fields that are NOT in that category.