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

sydneyshan’s picture

Hey Jay,

Would you like a patch...? :-)

jaypan’s picture

Issue summary: View changes
Status: Active » Fixed

Sorry 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)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.