test
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • Tech-xml Friend
    #686004

    I made a change to remove the IDs that appear in the URLs of Joomla articles.

    I changed the following file:

    /public_html/components/com_content/router.php

    I changed the lines 34 and 287

    $advanced = $params->get('sef_advanced_link', 0);

    for

    $advanced = $params->get('sef_advanced_link', 1);

    I usual do this in my Joomla sites. However the problem Teline found in two places:

    1 – Events articles

    2 – And in the categories of Menus

    How can I fix this?

    Ninja Lead Moderator
    #686098

    Hi,

    If you want to remove ID from URL in Joomla, you can use this way

    + Rollback all code change above into components/com_content/router.php on your site.

    + Open administrator/components/com_content/config.xml file and add sef_advanced_link option like my screenshot


    <field name="sef_advanced_link"
    type="radio"
    default="1"
    label="Sef Advanced Mode"
    description="Remove ItemID from Content URL?">
    <option value="0">JNO</option>
    <option value="1">JYES</option>
    </field>

    + Go to backend site -> and click Options button from Article Manager and click Save again

    Let me know if it helps

    Regards

    Ninja Lead Moderator
    #748954

    Hi,

    If you want to remove ID from URL in Joomla, you can use this way

    + Rollback all code change above into components/com_content/router.php on your site.

    + Open administrator/components/com_content/config.xml file and add sef_advanced_link option like my screenshot


    <field name="sef_advanced_link"
    type="radio"
    default="1"
    label="Sef Advanced Mode"
    description="Remove ItemID from Content URL?">
    <option value="0">JNO</option>
    <option value="1">JYES</option>
    </field>

    + Go to backend site -> and click Options button from Article Manager and click Save again

    Let me know if it helps

    Regards

    Tech-xml Friend
    #686415

    @ninja Lead I made all the changes, but the problem persists

    Tech-xml Friend
    #749012

    @ninja Lead I made all the changes, but the problem persists

    Tech-xml Friend
    #686435

    @ninja Lead

    1 – The problem in the events section was resolved, was the category menu that was replaced.

    2 – However the problem with sub menu categories, I think it’s a bug. I simulated the same changes that called on demo Teline, a clean installation, and the same problem occurred.

    I temporarily solved the problem by creating hidden menus in the style category blog.

    Tech-xml Friend
    #749032

    @ninja Lead

    1 – The problem in the events section was resolved, was the category menu that was replaced.

    2 – However the problem with sub menu categories, I think it’s a bug. I simulated the same changes that called on demo Teline, a clean installation, and the same problem occurred.

    I temporarily solved the problem by creating hidden menus in the style category blog.

    Ninja Lead Moderator
    #687235

    <em>@insofticursos 492958 wrote:</em><blockquote>@Ninja Lead

    1 – The problem in the events section was resolved, was the category menu that was replaced.

    2 – However the problem with sub menu categories, I think it’s a bug. I simulated the same changes that called on demo Teline, a clean installation, and the same problem occurred.

    I temporarily solved the problem by creating hidden menus in the style category blog.

    </blockquote>

    Hi,

    About the problem #2 of you mentioned above, it’s not bug from our product(JA Teline V template), In Joomla, if you want to view article individually, that article must be assigned to a menu item, create a new menu item (or use an existing one) and assign article (or category that article belongs to) to this new menu item and also make sure that you don’t assign any module to this menu item.

    <blockquote>
    I temporarily solved the problem by creating hidden menus in the style category blog.
    </blockquote>

    This solution is correct in this case.

    Regards

    Ninja Lead Moderator
    #749114

    <em>@insofticursos 492958 wrote:</em><blockquote>@Ninja Lead

    1 – The problem in the events section was resolved, was the category menu that was replaced.

    2 – However the problem with sub menu categories, I think it’s a bug. I simulated the same changes that called on demo Teline, a clean installation, and the same problem occurred.

    I temporarily solved the problem by creating hidden menus in the style category blog.

    </blockquote>

    Hi,

    About the problem #2 of you mentioned above, it’s not bug from our product(JA Teline V template), In Joomla, if you want to view article individually, that article must be assigned to a menu item, create a new menu item (or use an existing one) and assign article (or category that article belongs to) to this new menu item and also make sure that you don’t assign any module to this menu item.

    <blockquote>
    I temporarily solved the problem by creating hidden menus in the style category blog.
    </blockquote>

    This solution is correct in this case.

    Regards

    Tech-xml Friend
    #691380

    @ninja Lead
    I understood! In this solution, the only thing that doesn’t work anymore, is that before clicking on a sub-category menu, the parent of that category menu, changed colors.

    There is a solution via CSS for it?

    Tech-xml Friend
    #749212

    @ninja Lead
    I understood! In this solution, the only thing that doesn’t work anymore, is that before clicking on a sub-category menu, the parent of that category menu, changed colors.

    There is a solution via CSS for it?

    Ninja Lead Moderator
    #691486

    Hi,

    As I see it’s working fine on your site

    and it due to the configuration from Category of Article Manager here

    Regards

    Ninja Lead Moderator
    #749282

    Hi,

    As I see it’s working fine on your site

    and it due to the configuration from Category of Article Manager here

    Regards

    Tech-xml Friend
    #691640

    @ninja Lead Sorry if I did not explain in more detail.
    The problem appears when I click on any category menu. The parent menu should stay active with the color red.
    For example, the category menu Paramirim

    Tech-xml Friend
    #749325

    @ninja Lead Sorry if I did not explain in more detail.
    The problem appears when I click on any category menu. The parent menu should stay active with the color red.
    For example, the category menu Paramirim

Viewing 15 posts - 1 through 15 (of 19 total)

This topic contains 19 replies, has 2 voices, and was last updated by  Tech-xml 9 years, 3 months ago.

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