Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Firefox sign out problems.
I just installed Vanilla onto my site and have a problem signing out of it in Firefox. Initially I also had a problem signing in, but I fixed it as shown in this post:
http://lussumo.com/community/discussion/5814/sign-in-problems-with-vanilla-112/#Item_1
I set my $Configuration['COOKIE_DOMAIN'] = '.mysite.com';
Now, when I mouse over the sign out a hand does not appear and I cannot click to sign out. Everything is working fine with IE. I using FF 3.0.6.
Thanks.
0
Comments
You could try adding this to the CSS:
#Session a { z-index: 10 }
If that doesn't work, try hovering the link with firefox's Web Developer add-on installed. If you turn on 'highlight current element' mode, it will show you what is interfering with the link.