+ Reply to Thread
Results 1 to 4 of 4

Thread: Customize Category displayed Title

  1. #1
    Junior Member
    Join Date
    May 2017
    Location
    San Jose, CA
    Posts
    10

    Customize Category displayed Title

    Hello All,

    I am looking to customize the display of the Titles, With some searching here I can remove the Commas as needed, but I would like to go one step further, Technically:

    Category (No Parent)
    SubCategory1 (Parent = Category)
    SubCategory2 (Parent = SubCategory1)

    Title = Category, SubCategy1SubCategory2

    Category = Honda
    SubCategory1 = CFR-
    SubCategory2 = Z250

    Displayed Title = Honda, CFR-Z250

    So the Main Parent is followed by a space, but there is no space between the Sub Categories.

    Any insight would be appreciated.

    Thank you
    Mark

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

    As I understand you correrctly, you have 4-level categories and need to miss 1st

    and the next 3 to display in the following way in title:

    Level2, Level3-Level4

    ie. Honda, CFR-Z250

    Right?

  3. #3
    Junior Member
    Join Date
    May 2017
    Location
    San Jose, CA
    Posts
    10
    Hello Rudi,

    Only 3 Levels, The top Level is the No Parent Level (Honda), Then Level 2 (CFR-), Then Level 3 (Z250)...

    ie Same Results... Honda, CFR-Z250

    Hopeluffy this clarifies it...

    Thanks
    Mark

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,183
    ok, go to includes > clases > rlCommon.class.php > public function adaptValue > case 'select':

    replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread