Thanks for the consideration. Actually that wouldn't help my current style needs since I am trying to style the 'current' which is a li. There would be no way for me to distinguish between the li of current(unless there was a current class), li with an a, and li with 'disabled_link'
Actually my way suggests to primarily style the instead of the. So plain `` is the active/current state and all others are not. Like I did on the Zenpage-default theme for example. Maybe you could give a link with an example what you are actually trying?
But for consistency with the Zenphoto pagelist I might consider adding this for 1.2.8.
And just a sidenote: You can always make your own function with a new name as a theme custom function if one of the predefined does not exactly fit your needs.
@ acrylian
you wrote before, that you might align news pagelist with photo pagelist for 1.2.8.
in fact, i still have the problem, so i presume you forgot it for 1.2.9?
I try to solve the problem with zp-galleriffic : can you help me to design the good css code ?
Well, here we have an example why tickets should be used as forum threads tend to get forgotten. So yes, I have forgotten about this as there were much more important things to do. I put it on my list again.
No, sorry, I can't help you with your specific css problem.
in fact, I've modified zenpage-template-functions.php (it's very bad, i know it...)
ligne 1503-1504
if($i == $current) {
echo "".$i."\n";