• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Exclude articles within specific categories from displaying on AMS Index Page

Bob

Developer
Staff member
Selection_999(005).png

I've added a new Category setting that is used to determine if Article Content from a given Category is fetched and displayed on the AMS Index Page.

Note: This is a Per Category setting, not a Per Category TREE setting. It only applies to the specific category itself, not to content in its children.

Default is enabled, meaning that all of your existing categories will have this option set as enabled as part of the upgrade.

This feature is designed specifically for Admins to be able to exclude article content from specific categories from being displayed on the AMS Index Page. This setting does not effect in any way shape or form, the displaying of article content on any other AMS pages or widgets.

The new option is located below the Display order input on the Category Add/Edit form.

As mentioned, the default is enabled when creating a new category (the only exception to this is when creating a category from a Clone, then it uses what ever the clone has set).

Selection_996.png

If you need to BULK SET (either enable or disable), the column name in the xf_xa_ams_category table is display_articles_on_index its a boolean, so 1 = enabled, 0 = disabled.
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
Back
Top