I'm trying to sort out where the code is for the Ask button so I can see if i can graft in a popup modal login module instead of sending the user to the login page if they're not logged in.
I'm trying to minimize all the redirects the site does for logins, so a popup makes the most sense. I'm using JFBConnect (not that it matters) and I will likely use uikit's popup function to load a custom module position, but I need to know where to stick the code (I assume some sort of if statement in one of the templates?).