Hi Rod.
In the file UserGroupEdit.aspx (line 67-68) I've changed this
<td class="SubHead"><dnn:label id="lblLocationName" runat="server" suffix="" controlname="txtLocationName" /></td>
<td width="100%"><st:smarttextbox id="txtLocationName" runat="server" RequiredField="true" MandatoryLanguageStringCode="Enter the name of the usual location (physical or online)" Width="250px" MaxLength="100" MinMaxDataType="String" /></td>
With this
<td class="SubHead"><dnn:label id="lblLocationName" runat="server" suffix="" controlname="txtLocationName" Visible="False" /></td>
<td width="100%"><st:smarttextbox id="txtLocationName" runat="server" RequiredField="true" MandatoryLanguageStringCode="Enter the name of the usual location (physical or online)" Width="250px" MaxLength="100" MinMaxDataType="String" String="LocationHidden" Visible="False"/></td>
Visible is set to false and i've added a String="LocationHidden". We really dont need this field or at least not mandatory.
Will this have any long term implications on the data?
Thx.
/Jesper
Check my site. I'm using Smart-Thinker together with Aggregator - a great social network combination
www.mad4fun.dk - its in english :)