i'm having a view with a map and another view with an item list. i wanna make both lists having related numbers and starting the list form 0 does not really make sense to me.
so how can i make the numbers start to count from 1 instead of 0?
i'm having a view with a map and another view with an item list. i wanna make both lists having related numbers and starting the list form 0 does not really make sense to me.
so how can i make the numbers start to count from 1 instead of 0?
Comments
Comment #1
thechraveler commentedooh ooh me too! ditto!
Comment #2
nighthawk117 commentedsimple, just take a look at numbers.ini in the markers folder, you can duplicate the file and make your own "set" numbers1.ini and just have the sequence start with number1.png instead of number0.png
Comment #3
will_in_wi commentedIs there a better way to do this than hacking contrib? An easy fix would be to just make starting from 1 the default. I cannot think of any use case that would want to start with 0. A better fix would be to actually have this as a config option somewhere, but that would be very complicated.
Comment #4
eddowding commentedPatch available at http://drupal.org/node/566420