Keyword

Hide subcategory in Category Select Box and more

  • Kanakis Gregory
  • Kanakis Gregory's Avatar Topic Author
  • Offline
  • New Member
More
10 years 9 months ago #122018 by Kanakis Gregory
Hide subcategory in Category Select Box and more was created by Kanakis Gregory
Hello

I am trying to setup the K2 category layout and i have 2 problems using the K2tool Category Select Box :

1. I have about 80 categories and 4-5 subcategories in each category and i want to hide all subcategories in the select box

2. I want to reorder alphabetically the categories in the select box( i am using the Greek Language)

I have read a lot of forum posts but i didn't find any solution
The demo site is here: demo site
can you help me with that?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #122019 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Hide subcategory in Category Select Box and more
For removing options from a select box you need a script like: stackoverflow.com/questions/1518216/jquery-remove-options-from-select

Just replace the [value] part with a simple reg exp, something like
 if (value.indexOf('--') >= 0) {
// do stuff
}

Again for sorting the select box you have to use JavaScript (there are several available scripts on sites like stackoverflow ).
Eg. stackoverflow.com/questions/12073270/sorting-options-elements-alphabetically-using-jquery

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum