Forum Discussion
AngelaIp
8 years agoIdeator I
Hi,
I wouldn´t edit the default aspx to avoid update problems.
You can change the landing page the following way:
1. Go to TOC -> Administration -> Users
2. Select a user
3. Change the
Starting Page
property in the Form.
You can add additional Starting Pages in the List StartingPage List
. The List values represent the corresponding ItemTypes names.
And here I would start when creating a custom landing page.
Create a new ItemType that use a custom HTML or ASPX page as TOC View
. Put your custom page file in the customer folder in the codetree and then link it to a new TOC View item (e.g. ../customer/StartPage.html ).
You can also take a look at the ItemTypes Design to Goal (Dashboards), Desktop or the SearchCenter. These ItemTypes also use custom views instead of the standard grid.
If you want to provide your users more personal freedom for the landing page, check out this project:
github.com/.../cui-select-starting-page
Angela