+ Reply to Thread
Results 1 to 7 of 7

Thread: Locations and categories alphabetic alignment

  1. #1
    Master
    Join Date
    Jun 2017
    Location
    Fukushima
    Posts
    299

    Locations and categories alphabetic alignment

    Hello,

    Hope someone could help with some tips to solve my issue.

    I've noticed that all new locations and categories I've added are not alphabetically aligned.

    Any help?

  2. #2
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    This is also the case with me. When I add a new city, it always goes to the bottom of the list.

  3. #3
    What an order you set for locations or categories?
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Master
    Join Date
    Jun 2017
    Location
    Fukushima
    Posts
    299
    Quote Originally Posted by Viktor View Post
    What an order you set for locations or categories?
    Sorry Viktor but I do not understand your question.

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    For categories you need to set alphabetic order via listing type:

    Listing Type > your type > Edit > Category Settings > Category sorting type > Alphabetic

    then go to Common > Refresh > Update system cache


    as for multi-field locations, go to ftp > plugins > multiField > rlMultiField.class.php > public function getData

    change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

  6. #6
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    It works.
    Thanks

  7. #7
    Master
    Join Date
    Jun 2017
    Location
    Fukushima
    Posts
    299
    [QUOTE=Rudi;29271]Hello,

    For categories you need to set alphabetic order via listing type:

    Listing Type > your type > Edit > Category Settings > Category sorting type > Alphabetic

    then go to Common > Refresh > Update system cache


    as for multi-field locations, go to ftp > plugins > multiField > rlMultiField.class.php > public function getData

    change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code
    /QUOTE]

    Thank you Rudi!

+ Reply to Thread