Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
christofferl Friend
christofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 15, 2016 at 9:27 pm #883833Is there a way of being able to "beatify" the dropdown content and remove the extra characters that exist?
Possible to add icons or colours?
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
February 16, 2016 at 3:13 am #883951Hi,
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 Friendchristofferl
- Join date:
- January 2011
- Posts:
- 233
- Downloads:
- 30
- Uploads:
- 101
- Thanks:
- 21
- Thanked:
- 2 times in 1 posts
February 16, 2016 at 9:32 am #884213OK, great. However, I have difficulties in finding the file "modulesmod_jak2filterhelper.php" … can you please direct me to the correct destination?
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
February 17, 2016 at 4:28 am #884892AuthorPostsViewing 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