Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • christofferl Friend
    #883833

    Is there a way of being able to "beatify" the dropdown content and remove the extra characters that exist?

    Possible to add icons or colours?


    1. joomlart_point
    Luna Garden Moderator
    #883951

    Hi,

    In order to remove the dot before each category, go to file: modules/mod_jak2filter/helper.php Find:

    if ($type) {
                        $pre = '|_ ';
                        $spacer = '.      ';
                    } else {
                        $pre = '- ';
                        $spacer = '  ';
                    }

    change to:

    if ($type) {
                        $pre = '|_ ';
                        $spacer = '      ';
                    } else {
                        $pre = '- ';
                        $spacer = '  ';
                    }

    You can add icon before first character   but it is impossible to add color.

    christofferl Friend
    #884213

    OK, great. However, I have difficulties in finding the file "modulesmod_jak2filterhelper.php" … can you please direct me to the correct destination?

    Luna Garden Moderator
    #884892

    Hi,

    Somehow the editor skips slash ‘/’ . I’ve edited above post, kindly check again.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Luna Garden 8 years, 8 months ago.

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