Forum Activity for @paul

paul
@paul
08/08/17 07:59:56AM
4,335 posts

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.
paul
@paul
08/08/17 06:34:49AM
4,335 posts

Delete checked not working


Using Jamroom

This is fixed in the next Core release.
Thanks for bringing it to our attention.
paul
@paul
08/08/17 01:02:56AM
4,335 posts

Delete checked not working


Using Jamroom

I'm seeing this as well - will check it out.
Thanks
paul
@paul
08/08/17 12:30:47AM
4,335 posts

Help needed for sign up questions


Using Jamroom

Have just looked at your database and there is no evidence at all of any signup questions. They would normally be spread over several tables including both the Profile and User datastores as well as Core tables so its unlikely that they all disappeared due to a 'glitch' so can only assume that they were all removed 'by hand' at some point in the past.
paul
@paul
08/07/17 07:46:54AM
4,335 posts

Remove "Pages" from user quota


Ning To Jamroom

Cool - Marking as 'solved'
paul
@paul
08/07/17 07:13:01AM
4,335 posts

Remove "Pages" from user quota


Ning To Jamroom

The 'Page Creator' module is under the 'Admin' section of the ACP.
hth
paul
@paul
08/07/17 06:51:18AM
4,335 posts

Remove "Pages" from user quota


Ning To Jamroom

So 'BallBoy' is in a quota that has the Page module disabled yet the 'page' menu item is still showing?
Have you cleared the caches?
What skin is this?
Thanks
paul
@paul
08/05/17 11:28:15PM
4,335 posts

How to turn off the e-commerce Cart icon in my site menu?


Using Jamroom

ACP=>ECommerce=>FoxyCart=>Info Tab
Uncheck the enable box.
hth
paul
@paul
08/05/17 05:47:05AM
4,335 posts

How to turn off the e-commerce Cart icon in my site menu?


Using Jamroom

Yep - In the Ninja header_menu_desktop template -
            {* 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}
So just disable the FoxyCart module whilst its not in use.
hth
paul
@paul
08/05/17 05:33:44AM
4,335 posts

How to turn off the e-commerce Cart icon in my site menu?


Using Jamroom

What skin is this on? I suspect that you might need to disable the FoxyCart module as well.
  137