This is the code used for the help buttons.
Email/Username Help button:
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email_or_name').slideToggle(250);" type="button">
Email/Username Help div:
<div id="h_user_email_or_name" class="form_help" style="display:none;">
<table class="form_help_drop">
<tbody>
<tr>
<td class="form_help_drop_left">
please enter a valid email address or user name to log into the system.
</td>
<td class="form_help_drop_right">
</td>
</tr>
</tbody>
</table>
</div>
Password Help button:
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_password').slideToggle(250);" type="button">
Password Help div:
<div id="h_user_password" class="form_help" style="">
<table class="form_help_drop">
<tbody>
<tr>
<td class="form_help_drop_left">
please enter your password
</td>
<td class="form_help_drop_right">
</td>
</tr>
</tbody>
</table>
</div>
Remember Login Help button:
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_remember').slideToggle(250);" type="button">
Remember Login Help div:
<div id="h_user_remember" class="form_help" style="">
<table class="form_help_drop">
<tbody>
<tr>
<td class="form_help_drop_left">
check this option to remember your login information for next time
</td>
<td class="form_help_drop_right">
</td>
</tr>
</tbody>
</table>
</div>
And if your using the jrOneAll module...
Social Login Help button:
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_').slideToggle(250);" type="button">
Social Login Help div:
<div id="h_" class="form_help" style="">
<table class="form_help_drop">
<tbody>
<tr>
<td class="form_help_drop_left">
Log in or Sign Up using any of the Social Networks listed
</td>
<td class="form_help_drop_right">
</td>
</tr>
</tbody>
</table>
</div>
You'll want to add these to your login template where you want them to show. Note that the Help buttons automatically get floated to the right.
Hope this helps!
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos