Admin Page ~ How to change default from dashboard to blog home

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
Admin Page ~ How to change default from dashboard to blog home when the administration area is entered?

Chad
13 anni tempo fa
Hi,

As I have understood, you wants to go to administration/blog.aspx page while entering into admin area. In this case you should change a URL for "Administration" hyperlink on front end. Go to Modules/Header.ascx, find a "Page.ResolveUrl("~/administration/")" and change it to "Page.ResolveUrl("~/administration/blog.aspx")". Now when you will click the "Administration" link you will be redirected to "administration/blog.aspx" page.
13 anni tempo fa
Thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.