Search
Register
Login
Today: 09/12/2005 we have setup our new dedicated English forum.
From today on, please use this forum instead of the English forums on DNNPortal.DE.
I will lock the English forums on DNNPortal.DE.
There is a problem with this module when you place it on a "Child" portal in your DotNetNuke Intallation:
Why you ask?
Here's what I found:The way DNN is built to handle child portals uses cookies, header values, and querystring to recognize which portal the user is logged into. If you build a module that tries to access any .aspx page, then Global.asax will interpret the request and apply DNN security. If DNN cannot determine which portal you are trying to access (either by cookie, header, or querystring), then it defaults to the parent portal in the request.
On the ASP.NET forums, suggestions are that you make your links include the following querystring parameters so that DNN can recognize which portal you are accessing:tabid=<the tab(page) id>pid=<the portalid>mid=<the moduleid>
There are two parts in the Downloads Module that are causing the problem.
Thanks for your hard work, and I hope you have time to get this into a future build. I am currently not able to use the Downloads module on any of my child portals because of this, so I have to resort to the original DNN "documents" module (which as you know is not nearly as robust as this module!).
-- Will G.
Thanks for the detailed info.
I will take care of the problem for the next release.
regards
HP
Page generated in 0.40625 seconds.