Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • slepoy Friend
    #195953

    Hello.

    Is possible to display inside “Featured block” (Purity III > Magazine) articles not from “Magazine” sub’category?

    For examples, I want to display “Featured News” in it. But dont want to display 4 News in the bottom.

    Thanks.

    [/URL]

    Nazario A Friend
    #527460

    @ slepoy,

    You can try to add option so that you can decide to show articles from sub-categories or not. Here are steps:

    – Open the file: templatespurity_iiihtmlcom_contentcategorymagazine.xml

    – Add this new <fieldset> inside </fields> tag:

    <fieldset name="advanced" label="JGLOBAL_BLOG_LAYOUT_OPTIONS">
    <field name="multi_column_order" type="list"
    description="JGLOBAL_MULTI_COLUMN_ORDER_DESC"
    label="JGLOBAL_MULTI_COLUMN_ORDER_LABEL"
    >
    <option value="">JGLOBAL_USE_GLOBAL</option>
    <option value="0">JGLOBAL_DOWN</option>
    <option value="1">JGLOBAL_ACROSS</option>
    </field>
    <field name="subcategories" type="spacer" class="spacer"
    label="JGLOBAL_SUBSLIDER_BLOG_EXTENDED_LABEL"
    />

    <field name="show_subcategory_content" type="list"

    description="JGLOBAL_SHOW_SUBCATEGORY_CONTENT_DESC"
    label="JGLOBAL_SHOW_SUBCATEGORY_CONTENT_LABEL"
    >
    <option value="">JGLOBAL_USE_GLOBAL</option>
    <option value="0">JNONE</option>
    <option value="-1">JALL</option>
    <option value="1">J1</option>
    <option value="2">J2</option>
    <option value="3">J3</option>
    <option value="4">J4</option>
    <option value="5">J5</option>
    </field>
    </fieldset>

    – Go to backend settings of Megazine blog menu item > navigate to Blog Layout option and configure as you wish:

    Let me know if this helps


    1. maga1
    zorroh Friend
    #530876

    not worked for me. it dosent disable categories.

    Nazario A Friend
    #531254

    @zorroh,

    I replied to you at this thread.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Nazario A 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum