Now, I want to disable the original "location" or rename it to a town / city instead as I did a Regional / State type via the cpf.
What file can I look into for this?
I already tried editing - style/template/ucp_profile_profile_info.html but the original "location" still shows. This is the code I was taking out:
- Code: Select all
<dt><label for="location">{L_LOCATION}:</label></dt>
<dd><input type="text" name="location" id="location" maxlength="255" value="{LOCATION}" class="inputbox" /></dd>
</dl>
Thank you.










