Active
Project:
Slider
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2010 at 17:44 UTC
Updated:
1 Apr 2011 at 22:41 UTC
Hello,
The order of the tabs is the alphabetical order of the node's title. Can I define an another order ?
Thanks in advance,
Bye.
Comments
Comment #1
brulain commentedHi,
Perhaps I was not clear enough.
I'd like ordering slider tabs independently of the node's titles. For example, if titles are 'Vegetables', 'Ecology', 'Garden' and 'Architect', the tabs are displayed as follow, i.e. in title's alphabetical order : 'Architect', 'Ecology', 'Garden' and 'Vegetables'.
Can I specify another order ?
Thanks.
Comment #2
stritm0nkey commentedI have the same issue. Great module otherwise!
Comment #3
pyxio commentedSame problem here. Did anybody solve this? Thanks. Kevin
Comment #4
kansaj commentedI think that there is realy easy solution. Just change Noderefrence from "select list" to "autocomplete" and it works :) the autocomplete option allows ordering.
cheers
Comment #5
brulain commented@kansaj
Thanks a lot, it works fine !
Perhaps this very simple solution would be referenced in doc.
Bye.
Comment #6
itserich commented@kansaj
Thanks, works for me also, in the 2.x-dev version. A big help.
Comment #7
patoshi commentedi guess i should have looked here before hacking the module file. in any case I'll share the hacked up version which is pointless now.
slider.module Line 150 added:
$slide_title = preg_replace('/^[0-9][0-9](.*)/', '$1', $slide_title);
just need to put a numerical value in front of the referenced nodes titles. not exactly pretty but it worked until i found this page.. lol
Comment #8
Liviu commentedthanks alot for this idea, works like charm
Comment #9
arnemaine commentedWhen I changed from "Noderefrence" to "autocomplete" I can't figure out how to include more than one node in the autocomplete field.
Figured it out. But maybe good to share my problem. I had forgotten to select the multiple values. This is a nice module. Definitely be good to share this way of ordering the slides.