Is there a way to make the jump gallery drop down display the categories in alphabetical order?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
October 05, 2010 2:27pm
Subscribe [3]#1 / Oct 05, 2010 2:27pm
Is there a way to make the jump gallery drop down display the categories in alphabetical order?
#2 / Oct 06, 2010 2:30am
Rayna,
What version and build of EE are you using?
Can you post the code you are using at the moment please
What is checked for the category order setting when viewing categories in the Gallery Category tab?
#3 / Oct 06, 2010 12:21pm
I’m using EE 1.6.9 and here is my drop down code….
<form>
<select name="URL">
<option value=" ">Gallery Jump</option>
{exp:gallery:category_list gallery="{gallery_name}"}
<option value="{category_path=action/gallery} ">{category_name}</option>
{/exp:gallery:category_list}
</select>
</form>#4 / Oct 06, 2010 5:46pm
I am afraid not. You could probably use a custom SQL query, but I am not aware of a built-in parameter here.