Community Support Forums — WordPress® ( Users Helping Users ) — 2011-08-09T13:37:32-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14381 2011-08-09T13:37:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14381&p=30300#p30300 <![CDATA[Re: Completely hidden profile/registration fields]]>
I'd be grateful for any ideas to work around this in the meantime.

I can add a class of hidden to the items in the profile form, but because the labels are not classed, they still show.

A possible solution might be to use javascript to generate some classes to apply to labels, but it feels like an option of last resort.

Thanks again

Statistics: Posted by craigjb12 — August 9th, 2011, 1:37 pm


]]>
2011-08-09T13:15:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14381&p=30292#p30292 <![CDATA[Re: Completely hidden profile/registration fields]]> Statistics: Posted by Cristián Lávaque — August 9th, 2011, 1:15 pm


]]>
2011-08-09T09:35:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14381&p=30273#p30273 <![CDATA[Re: Completely hidden profile/registration fields]]>
No (invisible during registration and visible to only admins after registration)

Statistics: Posted by craigjb12 — August 9th, 2011, 9:35 am


]]>
2011-08-09T09:18:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14381&p=30270#p30270 <![CDATA[Re: Completely hidden profile/registration fields]]>
This would function much like admin notes, but instead be configurable in S2member's custom fields and stored in the same database value for ease of import/export.

Statistics: Posted by craigjb12 — August 9th, 2011, 9:18 am


]]>
2011-08-08T20:25:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14381&p=30238#p30238 <![CDATA[Re: Completely hidden profile/registration fields]]>
It looks as though something could be done through WordPress's wp-admin/user-edit.php file.

I'm not experienced in it, but maybe that could be a lead for you.

P/S for setting if the value is express, you could probably use the current_user_can function like this?

Code:
if (current_user_can('administrator'))
{
   //display the option?
}


However, I believe none of this is related to s2Member, as it really wouldn't do anything even if it were hidden in the registration form, as a member who's already an Admin wouldn't be registering... right?

Statistics: Posted by Bruce C — August 8th, 2011, 8:25 pm


]]>
2011-08-08T18:33:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14381&p=30234#p30234 <![CDATA[Completely hidden profile/registration fields]]>
Thanks!

Statistics: Posted by craigjb12 — August 8th, 2011, 6:33 pm


]]>