Community Support Forums — WordPress® ( Users Helping Users ) — 2011-05-18T00:58:53-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6434 2011-05-18T00:58:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6434&p=15248#p15248 <![CDATA[Re: BUG in Member Profile Modification file]]> Thanks SO much for reporting this.
I'm having this corrected in the next release, coming very soon.

Updating to:
Code:
ws_plugin__s2member_during_profile_during_fields_after_display_name
* Inside these two files:
1. /s2member/includes/profile.inc.php
2. /s2member/includes/classes/sc-profile-in.inc.php

Statistics: Posted by Jason Caldwell — May 18th, 2011, 12:58 am


]]>
2011-05-14T19:52:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6434&p=15035#p15035 <![CDATA[Re: BUG in Member Profile Modification file]]> Statistics: Posted by Cristián Lávaque — May 14th, 2011, 7:52 pm


]]>
2011-05-14T15:32:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6434&p=15033#p15033 <![CDATA[BUG in Member Profile Modification file]]>
Code:
do_action ("ws_plugin__s2member_during_profile_during_fields_after_last_name", get_defined_vars ());

but should be
Code:
do_action ("ws_plugin__s2member_during_profile_during_fields_after_display_name", get_defined_vars ());


I am trying to use this hook to hide the entire Display Name row, based on my tip here (viewtopic.php?f=4&t=6433).

Statistics: Posted by toddz88 — May 14th, 2011, 3:32 pm


]]>