DevTools and DesignTools Links on admin page

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/17/2011 8:05:06 AM
Gravatar
Total Posts 23
Ahmed Ali Senior Developer

DevTools and DesignTools Links on admin page

hi 

this links NavigateUrl need to chenge on admin/AdvancedTools.aspx.cs

 

line number 90 

lnkDevTools.NavigateUrl = "~/DevAdmin/Default.aspx";

need to change to 

lnkDevTools.NavigateUrl = SiteRoot + "/DevAdmin/Default.aspx";

 

 

and on line number 95

lnkDesignTools.NavigateUrl = "~/DesignTools/Default.aspx";

need to change it to 

lnkDesignTools.NavigateUrl = SiteRoot + "/DesignTools/Default.aspx";

to work fine on multi site mode when i use UseFoldersInsteadOfHostnamesForMultipleSites this liks rediect me to the default web site.

 

thanks

 

4/17/2011 8:12:15 AM
Gravatar
Total Posts 18439

Re: DevTools and DesignTools Links on admin page

The dev tools are only meant for use in the master root level site, not in child sites. The link is only displayed in the master site and if a child site tries to use those pages it will result in access denied.

I will fix the link for designer tools, you are right about that one.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.