Hi there, I'm wondering if you could include an exclusion CSS class to allow certain links to be skipped during the Fancy Login click handling function.
This would mean any link with the class 'no-fancy-login' would be skipped during this click handling function.
Line 148 of scripts/fancy_login.js would change from:
$("a[href*='" + settings.loginPath + "']").each(function()
to:
$("a[href*='" + settings.loginPath + "']:not(.no-fancy-login)").each(function()
I've got a site that has need for the Fancy Login interface on some links (in footer for administrators), but not others (general website users).
Comments
Comment #1
sydneyshan commentedHey Jay,
Would you like a patch...? :-)
Comment #2
jaypanSorry about my extremely slow/late response to this. I've added an exclusion class of .fancy_login_disable that will be available in 6.x-2.0-beta4 (or if you've upgraded to D7, it will be available in 7.x-3.0-beta4)