<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2963] branches/1.2/bp-themes/bp-default/registration/register
 .php: Fixes #2314 props jeffsayre</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2963</dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2010-04-28 20:29:24 +0000 (Wed, 28 Apr 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fixes #2314 props jeffsayre</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches12bpthemesbpdefaultregistrationregisterphp">branches/1.2/bp-themes/bp-default/registration/register.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branches12bpthemesbpdefaultregistrationregisterphp"></a>
<div class="modfile"><h4>Modified: branches/1.2/bp-themes/bp-default/registration/register.php (2962 => 2963)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/bp-themes/bp-default/registration/register.php        2010-04-28 13:13:17 UTC (rev 2962)
+++ branches/1.2/bp-themes/bp-default/registration/register.php        2010-04-28 20:29:24 UTC (rev 2963)
</span><span class="lines">@@ -45,123 +45,124 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php do_action( 'bp_after_account_details_fields' ) ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;?php do_action( 'bp_before_blog_details_fields' ) ?&gt;
-
-
</del><span class="cx">                                 &lt;?php /***** Extra Profile Details ******/ ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php if ( bp_is_active( 'xprofile' ) ) : ?&gt;
</span><del>-                                &lt;div class=&quot;register-section&quot; id=&quot;profile-details-section&quot;&gt;
</del><span class="cx"> 
</span><del>-                                        &lt;h4&gt;&lt;?php _e( 'Profile Details', 'buddypress' ) ?&gt;&lt;/h4&gt;
</del><ins>+                                        &lt;?php do_action( 'bp_before_signup_profile_fields' ) ?&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?&gt;
-                                        &lt;?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?&gt;
</del><ins>+                                        &lt;div class=&quot;register-section&quot; id=&quot;profile-details-section&quot;&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?&gt;
</del><ins>+                                                &lt;h4&gt;&lt;?php _e( 'Profile Details', 'buddypress' ) ?&gt;&lt;/h4&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;div class=&quot;editfield&quot;&gt;
</del><ins>+                                                &lt;?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?&gt;
+                                                &lt;?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                &lt;?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
-                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
-                                                                &lt;input type=&quot;text&quot; name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; value=&quot;&lt;?php bp_the_profile_field_edit_value() ?&gt;&quot; /&gt;
</del><ins>+                                                        &lt;div class=&quot;editfield&quot;&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                &lt;?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'textarea' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                                        &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
+                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
+                                                                        &lt;input type=&quot;text&quot; name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; value=&quot;&lt;?php bp_the_profile_field_edit_value() ?&gt;&quot; /&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
-                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
-                                                                &lt;textarea rows=&quot;5&quot; cols=&quot;40&quot; name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_edit_value() ?&gt;&lt;/textarea&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                &lt;?php if ( 'textarea' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'selectbox' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                                        &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
+                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
+                                                                        &lt;textarea rows=&quot;5&quot; cols=&quot;40&quot; name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_edit_value() ?&gt;&lt;/textarea&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
-                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
-                                                                &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;
-                                                                        &lt;?php bp_the_profile_field_options() ?&gt;
-                                                                &lt;/select&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                &lt;?php if ( 'selectbox' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'multiselectbox' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                                        &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
+                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
+                                                                        &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;
+                                                                                &lt;?php bp_the_profile_field_options() ?&gt;
+                                                                        &lt;/select&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
-                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
-                                                                &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; multiple=&quot;multiple&quot;&gt;
-                                                                        &lt;?php bp_the_profile_field_options() ?&gt;
-                                                                &lt;/select&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                &lt;?php if ( 'multiselectbox' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'radio' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                                        &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
+                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
+                                                                        &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;&quot; multiple=&quot;multiple&quot;&gt;
+                                                                                &lt;?php bp_the_profile_field_options() ?&gt;
+                                                                        &lt;/select&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;div class=&quot;radio&quot;&gt;
-                                                                        &lt;span class=&quot;label&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/span&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
-                                                                        &lt;?php bp_the_profile_field_options() ?&gt;
</del><ins>+                                                                &lt;?php if ( 'radio' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                        &lt;?php if ( !bp_get_the_profile_field_is_required() ) : ?&gt;
-                                                                                &lt;a class=&quot;clear-value&quot; href=&quot;javascript:clear( '&lt;?php bp_the_profile_field_input_name() ?&gt;' );&quot;&gt;&lt;?php _e( 'Clear', 'buddypress' ) ?&gt;&lt;/a&gt;
-                                                                        &lt;?php endif; ?&gt;
-                                                                &lt;/div&gt;
</del><ins>+                                                                        &lt;div class=&quot;radio&quot;&gt;
+                                                                                &lt;span class=&quot;label&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/span&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
+                                                                                &lt;?php bp_the_profile_field_options() ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'checkbox' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                                                &lt;?php if ( !bp_get_the_profile_field_is_required() ) : ?&gt;
+                                                                                        &lt;a class=&quot;clear-value&quot; href=&quot;javascript:clear( '&lt;?php bp_the_profile_field_input_name() ?&gt;' );&quot;&gt;&lt;?php _e( 'Clear', 'buddypress' ) ?&gt;&lt;/a&gt;
+                                                                                &lt;?php endif; ?&gt;
+                                                                        &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;div class=&quot;checkbox&quot;&gt;
-                                                                        &lt;span class=&quot;label&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/span&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
-                                                                        &lt;?php bp_the_profile_field_options() ?&gt;
-                                                                &lt;/div&gt;
</del><ins>+                                                                &lt;?php if ( 'checkbox' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                        &lt;div class=&quot;checkbox&quot;&gt;
+                                                                                &lt;span class=&quot;label&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/span&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php if ( 'datebox' == bp_get_the_profile_field_type() ) : ?&gt;
</del><ins>+                                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
+                                                                                &lt;?php bp_the_profile_field_options() ?&gt;
+                                                                        &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                                                &lt;div class=&quot;datebox&quot;&gt;
-                                                                        &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_day&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
-                                                                        &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                        &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_day&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_day&quot;&gt;
-                                                                                &lt;?php bp_the_profile_field_options( 'type=day' ) ?&gt;
-                                                                        &lt;/select&gt;
</del><ins>+                                                                &lt;?php if ( 'datebox' == bp_get_the_profile_field_type() ) : ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                        &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_month&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_month&quot;&gt;
-                                                                                &lt;?php bp_the_profile_field_options( 'type=month' ) ?&gt;
-                                                                        &lt;/select&gt;
</del><ins>+                                                                        &lt;div class=&quot;datebox&quot;&gt;
+                                                                                &lt;label for=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_day&quot;&gt;&lt;?php bp_the_profile_field_name() ?&gt; &lt;?php if ( bp_get_the_profile_field_is_required() ) : ?&gt;&lt;?php _e( '(required)', 'buddypress' ) ?&gt;&lt;?php endif; ?&gt;&lt;/label&gt;
+                                                                                &lt;?php do_action( 'bp_' . bp_get_the_profile_field_input_name() . '_errors' ) ?&gt;
</ins><span class="cx"> 
</span><del>-                                                                        &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_year&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_year&quot;&gt;
-                                                                                &lt;?php bp_the_profile_field_options( 'type=year' ) ?&gt;
-                                                                        &lt;/select&gt;
-                                                                &lt;/div&gt;
</del><ins>+                                                                                &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_day&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_day&quot;&gt;
+                                                                                        &lt;?php bp_the_profile_field_options( 'type=day' ) ?&gt;
+                                                                                &lt;/select&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php endif; ?&gt;
</del><ins>+                                                                                &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_month&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_month&quot;&gt;
+                                                                                        &lt;?php bp_the_profile_field_options( 'type=month' ) ?&gt;
+                                                                                &lt;/select&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;?php do_action( 'bp_custom_profile_edit_fields' ) ?&gt;
</del><ins>+                                                                                &lt;select name=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_year&quot; id=&quot;&lt;?php bp_the_profile_field_input_name() ?&gt;_year&quot;&gt;
+                                                                                        &lt;?php bp_the_profile_field_options( 'type=year' ) ?&gt;
+                                                                                &lt;/select&gt;
+                                                                        &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                                        &lt;p class=&quot;description&quot;&gt;&lt;?php bp_the_profile_field_description() ?&gt;&lt;/p&gt;
</del><ins>+                                                                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;/div&gt;
</del><ins>+                                                                &lt;?php do_action( 'bp_custom_profile_edit_fields' ) ?&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;?php endwhile; ?&gt;
</del><ins>+                                                                &lt;p class=&quot;description&quot;&gt;&lt;?php bp_the_profile_field_description() ?&gt;&lt;/p&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;input type=&quot;hidden&quot; name=&quot;signup_profile_field_ids&quot; id=&quot;signup_profile_field_ids&quot; value=&quot;&lt;?php bp_the_profile_group_field_ids() ?&gt;&quot; /&gt;
</del><ins>+                                                        &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;?php endwhile; endif; endif; ?&gt;
</del><ins>+                                                &lt;?php endwhile; ?&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;/div&gt;&lt;!-- #profile-details-section --&gt;
-                                &lt;?php endif; ?&gt;
</del><ins>+                                                &lt;input type=&quot;hidden&quot; name=&quot;signup_profile_field_ids&quot; id=&quot;signup_profile_field_ids&quot; value=&quot;&lt;?php bp_the_profile_group_field_ids() ?&gt;&quot; /&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;?php do_action( 'bp_after_signup_profile_fields' ) ?&gt;
</del><ins>+                                                &lt;?php endwhile; endif; endif; ?&gt;
</ins><span class="cx"> 
</span><ins>+                                        &lt;/div&gt;&lt;!-- #profile-details-section --&gt;
+
+                                        &lt;?php do_action( 'bp_after_signup_profile_fields' ) ?&gt;
+
+                                &lt;?php endif; ?&gt;
+                                
</ins><span class="cx">                                 &lt;?php if ( bp_get_blog_signup_allowed() ) : ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php do_action( 'bp_before_blog_details_fields' ) ?&gt;
</span></span></pre>
</div>
</div>

</body>
</html>