• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Default subscription view mode

brainforge

Basic Pleskian
How can I change the default subscription view mode.
It defaults to dynamic list and have to change it every time accessing a subscription as admin.
Plesk Obsidian Version 18.0.35 Update #1

1621109714216.png
 
Plesk Administrator can now force all subscriptions to only use the Dynamic, Active, or Classic list by adding the following lines to the panel.ini file:

Code:
[navigation]
forceWebsiteList = dynamic (or = active, or = classic)


It is also possible to hide one or more options from the list:

Code:
[navigation]
hideWebsiteList = active, classic
 
Back
Top