[Solved] strange link when I click on "View Site" from admin
Posted: Fri Sep 05, 2008 10:26 pm
Running CMS MS 1.3.1
When I click on the View Site link from admin panel it takes me to the root file or just /index.php
This shows the correct header and menu but in the body is says
I want this "home" page to be the default.
Any suggestions?
Thanks,
Mike
Sorry, I think I put this in the wrong area, but don't know how to move and I don't want to double post.
When I click on the View Site link from admin panel it takes me to the root file or just /index.php
This shows the correct header and menu but in the body is says
If I click on the Home menu item everything looks good and the address shows /index.php?page=homeLeft simple navigation + 1 column
This template has the menu in left sidebar. The menu is using the Simple Navigation menu template. It is styled in the stylesheet called Navigation: Simple - Vertical.
You can easily float the sidebar with the menu to the right instead. Look in the Layout: Left sidebar + 1 column stylesheet for the float: left; property in the div#sidebar element. Change that to float: right; and the sidebar with the menu will instead be on the right side of the content.
I want this "home" page to be the default.
Any suggestions?
Thanks,
Mike
Sorry, I think I put this in the wrong area, but don't know how to move and I don't want to double post.