Feature Request - Tool-tips on username

stephen barnes Posted in Technical Support 4 years ago

I'm having a problem where many of my users are exoeriencing issue with signing up as there is no tool-tip on the sign up page to tell people that usernames must be one word and so many charachters. Is this something that could be introduced? I am using the Fakebook theme.

Replies
gb Stephen barnes Replied 4 years ago

Just an update on this. I managed to find the file i needed to edit /themes/facebook/plugins/default/forms/signup.php and changed the following:

<div>
<input type="text" name="username" placeholder="<?php echo ossn_print('username'); ?>" class="long-input"/>
</div>

to this:

<div>
<input type="text" name="username" placeholder="<?php echo ossn_print('username (this must be one word only)'); ?>" class="long-input"/>
</div>