Hi, My brief requires that the home page navigation uses OnlyExpandActive="False", and all other pages use OnlyExpandActive="True". My plan is to use 2 NavMenu instances in my skin, using the DisplayPaths attribute to ensure that the instance with OnlyExpandActive="False" only appears on the Home page, and the OnlyExpandActive="True" instance doesn't appear on the Home page, but does appear on every other page. But, I can't get the DisplayPaths property to work at all. I'm not a RegEx whizz, and I need something equivalent to the SQL of "LIKE '%/Home/%'" and "NOT LIKE '%/Home/%'. Can anyone help? Thanks! |