Configure StoreFront to default show the "Categories" tab

Note: Tested and designed for StoreFront 3.5.0.23

When installing StoreFront and configure a Receiver for Web (RfW) website you can choose for a default page to show. The options are: Auto, Applications and Desktops.

Chooses

If you select ‘Applciations’ the default view will always be the Applications page. Now add the following code in the scripts.js file. The file is located (Assuming default installation): C:\inetpub\wwwroot\Citrix\StoreWeb\custom\

CTXS.Extensions.afterDisplayHomeScreen = function (callback) {
    CTXS.ExtensionAPI.navigateToFolder('/');
};

It will look like this in the file (Assuming no other customization had been done):

script

Now when users login they go default to the categories page.

Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.