Hello, I've been scratching my head for weeks about this, and haven't found a solution yet.
I've been testing out the Housemenu, and I had a submenu on the left going on when on pages that had Child Pages. Problem was though that the menu still displays when going onto the Login, Registration, or Edit Account Pages. I figured this was due to the PostBack, and that you're still technically on the last page (which had the submenu on).
Is there a way to have the functionality of the User and Login links/modules/whatever you call them, without using PostBacks?
I know you can put login forms on any page you want, but I like how it works in that the link changes to logout when logged in, and the link changes from Register to Edit Account depending on whether logged in or not.
I presume you would have to do conditional bits of code in your skin to get the same effect if using normal pages? Would that be difficult?
And from an accessibility point of view, they don't work if JavaScript is disabled, and for the purposes of the site, this is important.
Otherwise, are there any 3rd party modules that anyone would recommend?