Remove asterisks (*) from Registration Form
Posted: September 9th, 2011, 10:11 am
On the registration form, s2Member places asterisks on Username *, Password *, and E-Mail * which is really annoying to me. The reason this annoys me is because:
Sorry if this comes across as negative. You know I'm a big fan of s2Member, and your coding is top-notch.
I have disabled the behavior by commenting out two lines of code in translations.inc.php. Can you recommend a cleaner way to disable this (maybe via s2-hacks.php)?
- It is hard-wired into s2Member's logic (but has nothing to do with membership)
- It cannot be turned off
- It assumes the user knows this implies a required field
- It does not account for custom fields that might be in the registration form, which do not get the (*) making the interface inconsistent
- It is performed through a translation filter, but is not really a translation issue
Sorry if this comes across as negative. You know I'm a big fan of s2Member, and your coding is top-notch.
I have disabled the behavior by commenting out two lines of code in translations.inc.php. Can you recommend a cleaner way to disable this (maybe via s2-hacks.php)?