Hello,
I am having a problem getting the Account Login module to redirect to the same page when it contains a querystring.
For example I am using indoogrid to pass a parameter to a page with the following url:
http://revitinfo.com/Revit_Forum/Attachments/ContentID/205.aspx
If the user is logged in, everything works great. Everything works great period, but I was wanting to streamline the login a bit for users who haven't already logged in by locating a login module on the redirected page.
I am doing this because I am using the page in a smaller, consolidated window, that doesn't show all of the same Skin objects as my normal page. So I had to add the actual Account login module to the page, because I didn't want the other login options.
Anyway, when I place the login module on the page, I am able to login, and it redirects, but to:
http://revitinfo.com/Revit_Forum/Attachments.aspx
It's getting rid of the Querystring. All I am wanting the module to do is redirect to the exact same url as I am already on, querystring and all.
My DNN version is 05.02.01.
Any help is greatly appreciated. I did find this one link that had something related to what I am saying, but, first it says it's already been fixed, and second, I tried copying the code they show in the bottom and replacing, and I get a site error...
Thanks in advance.