I'm trying to extend on the normal globalnav() in sandbox1.5.3, and have slowly realised that I need to write the whole thing myself. All I want is to list the subpages under the mainpages, but without links to the mainpages. And adding one help button that kicks off ThickBox. I've been tampering with wp_list_pages, but to no good.
I don't even mind if I do it manually, as long as the url's and other variables are WP friendly so I can go live on a different server without redoing everything. But I'm not well enough into php to even manage that.
Does anyone have any answers or link pointers? Surely it can't be that hard..?