How to limit the number of items a user can create?
Jamroom Developers
Glad to be of help!
{jrCore_list module="jrProfile" order_by="profile_jrFollower_item_count numerical_desc"}
{jrCore_list module="jrProfile" order_by="profile_jrFollower_item_count numerical_desc" limit="50"}
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email_or_name').slideToggle(250);" type="button">
<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>
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_password').slideToggle(250);" type="button">
<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>
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_remember').slideToggle(250);" type="button">
<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>
<input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_').slideToggle(250);" type="button">
<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>