Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • skullmonkey Friend
    #1057265

    I’m listing categories but before every category I have |_ that I want to remove. How?
    Also how to translate "Select category"?
    txs

    Luna Garden Moderator
    #1057593

    Hi,

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

    if ($type) {
                        $pre = '<sup>|_</sup>&nbsp;';
                        $spacer = '.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
                    } else {
                        $pre = '- ';
                        $spacer = '&nbsp;&nbsp;';
                    }

    change |_ to any symbols you want :

    if ($type) {
                        $pre = '<sup>_</sup>&nbsp;';
                        $spacer = '.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
                    } else {
                        $pre = '- ';
                        $spacer = '&nbsp;&nbsp;';
                    }

    Also how to translate "Select category"

    Just go to:languageen-GBen-GB.mod_jak2filter.ini

    find:

    SELECT_CATEGORY_FRONT="Select Category"

    change Select Category to any text you want.

    skullmonkey Friend
    #1058357

    Found it. Thanks.

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

This topic contains 2 replies, has 2 voices, and was last updated by  skullmonkey 7 years, 3 months ago.

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