Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mebius srl Friend
    #1074020

    Can I define the n° of articles showed in xlayout blog menu?

    I don’t have the "basic" tab where usually I put this conf
    thanks

    Pankaj Sharma Moderator
    #1074379

    Hi
    Sorry, it’s a custom layout to show the items in multi-column order.

    UPDATE: Kindly apply the fix below by my colleague to add this option.

    Regards

    • This reply was modified 6 years, 5 months ago by  Pankaj Sharma.
    Saguaros Moderator
    #1074416

    Hi,

    You can try this tweak:

    • Go to file: root/templates/ja_cagox/html/com_content/category/xblog.xml
    • Look for the param which renders blog layout options
      <fieldset name="advanced" label="JGLOBAL_BLOG_LAYOUT_OPTIONS">

    add some fields inside:

    <field
        name="num_leading_articles"
        type="text"
        label="JGLOBAL_NUM_LEADING_ARTICLES_LABEL"
        description="JGLOBAL_NUM_LEADING_ARTICLES_DESC"
        useglobal="true"
        size="3"
    />
    
    <field
        name="num_intro_articles"
        type="text"
        label="JGLOBAL_NUM_INTRO_ARTICLES_LABEL"
        description="JGLOBAL_NUM_INTRO_ARTICLES_DESC"
        useglobal="true"
        size="3"
    />
    
    <field
        name="num_columns"
        type="text"
        label="JGLOBAL_NUM_COLUMNS_LABEL"
        description="JGLOBAL_NUM_COLUMNS_DESC"
        useglobal="true"
        size="3"
    />
    
    <field
        name="num_links"
        type="text"
        label="JGLOBAL_NUM_LINKS_LABEL"
        description="JGLOBAL_NUM_LINKS_DESC"
        useglobal="true"
        size="3"
    />

    http://prntscr.com/hamdgc

    Then access this Blog Layout tab in xLayout-Blog menu item and configure as you wish.

    However, you will need to customize the style a bit for the layout setup.

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

This topic contains 2 replies, has 3 voices, and was last updated by  Saguaros 6 years, 5 months ago.

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