Hey Slobodan, sorry I didn't reply to your earlier message.
I've had lots of work (still do) and your messages got longer and longer. ;) But I am determined to help you solve this. And it would be great if we could have a result at the end that would make it easier for newbies to use this approach to login/authenticated nav. Now, do you see the nav content after login when you reload the page? > BTW, I'm using jquery (or trying to in any case). Is there an > possibility that there lies my problem? That jquery in some way > conflicts with default weblocks js libraries? I have read about it in > this newsgroup. I guess this probably isn't the case since js > manipulates existing html elements, and there are no menu elements... Do you see error message in the Firebug console? If you don't then you probably won't have any problems. I did notice in my work with JQuery that its default alias $ conflicts with Prototype. Use jquery.noconflict() to make sure this isn't a problem. Leslie -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
