OK, so I have been battling with the whole {segment} thing in an attempt to get styling to work with my navigation, thought it was me being dense, found this post, figured maybe I wasn’t so dense, read the post, realised I really am that dense
I know this will make me appear really stupid, but I can live with that if I can get this sorted, so here goes…
question 1 to Mark -is the new module imminent, if so should I wait….....
question 2, assuming that Mark has a life outside of the Pages module (surely not, we all cry - for the record Mark, you have done an incredible job with this, and I can see from this thread that mine is just one voice among many)... please could someone walk me through step by step how to get that work around?
Like Twin, I am trying to get an embedded Nav template to work, but unlike Twin, I have no clue where to put the php and what Mark meant by changing the conditionals - which conditionals?
Say my code is this:
{exp:static_page_path nest="true" direction="post" page="0" depth="1"}<li {if url_title == "{segment_1}"} class="mainCurrent" {else:if} class="mainLink" {/if}><a href="{url_title}" title="{title}">{title}</a></li>{/exp:static_page_path}
for top level navigation, and this…
{exp:static_page_path nest="true" direction="post" page="20" depth="1"}<li {if url_title == "{segment_1}"} class="subCurrent" {else:if} class="subLink" {/if}><a href="{url_title}" title="{title}">{title}</a></li>{/exp:static_page_path}
for sub navigation, what do I need to do?
I have stripped index.php out of my URL’s, and I hit on Segment_1 and _2 as my segments as they corresponded to the segments in the URL as I could see it, though simply doing <p>{segment_1} suggested I was sorely mistaken there 
Apologies if this is abusing the forum, but I didn’t know where to go with this after many hours pf banging my head against a wall, and I’d love someone to show me what I am doing wrong/not doing at all/need to do.
Thanks in advance!