Help needed for sign up questions
Using Jamroom
ACP=>Users=>Users=>Quota Config
Select the 'Member Quota (No Flagging)' quota then disallow signups for that quota.
{* Add in Cart link if jrFoxyCart module is installed *}
{if jrCore_module_is_active('jrFoxyCart') && strlen($_conf.jrFoxyCart_api_key) > 0}
<li>
{jrCore_lang skin=$_conf.jrCore_active_skin id="2" default="cart" assign="cart"}
<a href="{$_conf.jrFoxyCart_store_domain}/cart?cart=view">{jrCore_image image="cart44.png" width=24 height=24 alt=$cart}</a>
<span id="fc_minicart"><span id="fc_quantity"></span></span>
</li>
{/if}