Hi Scott,
this makes complete sense. It's wonderful and long needed - it just works the opposite way as you describe.
A very simple example:
If i set the template of ChildLinks on a page with 2 neighbour pages to
[ISCURRENT]IsCurrent[/ISCURRENT]
[ISNOTCURRENT]IsNOTCurrent[/ISNOTCURRENT]
then i would expect that the text "IsCurrent" appeared once and "IsNOTCurrent" twice.
But this is the result:
IsNOTCurrent
IsCurrent
IsCurrent
So it appears, that you have swapped the tags in your logic.
Thanks,
Joe |