Open wrxxy opened 5 years ago
Hi Cameron just letting you know that this issue is still current.
@wrxxy What's the status on this with the latest files?
@Moc just checked and this issue is still current , on sign up its fine but when your updating your user settings it doesn't show asterix's as per title...
Does your theme use a custom usersettings_template.php
? If yes, look for {FIELDNAME}
and make sure to add {REQUIRED}
if it's not there: {FIELDNAME} {REQUIRED}
@wrxxy Any update on this? :)
@CaMer0n
As discussed, missing CSS class for .required
@Moc Closing. But please re-open if someone can confirm the issue still exists.
Just note for needed css
span.required:after {
content: "*";
color: red;
font-size: 24px;
margin-left: 4px;
}
After apply there is asterisk 2x with force update
$text .= "<div class='fborder' style='text-align:center'><br />" . str_replace("*", "<span class='required'>*</span>", LAN_USET_9) . "<br />" . LAN_USET_10 . "<br /><br /></div>";
Still needed theme fix, I am glad that I wrote it here :)
Ok when signing up to website with mandatory fields the asterix is shown as pic below,
but when the Extended User fields have been modified after a user has signed up the asterix are not shown as the pic below shows
Just wondering if this issue could be address please thx.....