Community Support Forums — WordPress® ( Users Helping Users ) — 2010-07-22T06:36:49-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=283 2010-07-22T06:36:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=283&p=1708#p1708 <![CDATA[Re: Eliminate fields from registration form]]> ~ So sorry about that.

Here is what I mean.
Inside your /wp-config.php file, add this line:
Code:
function ws_plugin__s2member_custom_registration_fields(){}

Statistics: Posted by Jason Caldwell — July 22nd, 2010, 6:36 am


]]>
2010-07-19T02:48:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=283&p=1662#p1662 <![CDATA[Re: Eliminate fields from registration form]]> Statistics: Posted by Guest — July 19th, 2010, 2:48 am


]]>
2010-06-26T02:23:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=283&p=1234#p1234 <![CDATA[Re: Eliminate fields from registration form]]>
This IS possible, but it's NOT done easily. s2Member is designed to collect this minimum information. That being said, if you really would like this to work; you'll want to override a function inside:
/s2member/includes/functions/register-access.inc.php

You don't have to do a direct edit on that file, you just need to declare this function before s2Member loads into WordPress, "ws_plugin__s2member_custom_registration_fields()".

Statistics: Posted by Jason Caldwell — June 26th, 2010, 2:23 am


]]>
2010-06-25T03:04:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=283&p=1196#p1196 <![CDATA[Eliminate fields from registration form]]>
I have installed the plugin without problem, however the registration page request data that I do not need and may complicate legally innecesarily the site (protection data Law in germany is very strong).

For my site I just need an username and email, (maybe the first name if I want to send a personalized email) that´s all.

How could I take away the Last Name field from the registration page.

This is my current Registration page: http://www.severus.es/wp-login.php?action=register

Thanks

Severus

Statistics: Posted by Severus — June 25th, 2010, 3:04 am


]]>