Table of Contents |
---|
You can create a reseller theme for a reseller enterprise, to display it for all customers in the reseller’s hierarchy. The platform will display the reseller theme when it is active
, instead of the default theme. You can create multiple themes but you can only set one active theme per reseller.
...
In Abiquo 6.1.3+, you can create a theme for a reseller and configure the domain and login information and then . Then you can allow the reseller admin to modify the other configuration .
...
Panel | ||
---|---|---|
| ||
Privileges: Manage default themes or Manage reseller themes, Manage theme login configuration |
only. In Abiquo 6.1.3+, the privilege to Info Manage theme login configuration
enables users to manage :Domains, Login CSS configurationCookies bar , and Cookies bar configuration.
...
Panel | ||
---|---|---|
| ||
Privileges: Manage default themes or Manage reseller themes, Manage theme login configuration |
Before you begin:
Prepare your images as described in the table below. For more details, see Sample theme image reference
Add your images to a theme
img
folder on the Abiquo server or another web server and obtain the path to the image. For example:theme/abicloudDefault/img/imageName.png
orhttps://url/img/imageName.png
.
...
Go to Users view
In the Enterprises list, select a reseller enterprise
Go to Themes management
Click a button to clone or add a theme, or select an existing theme and edit it.
Enter the Name of the theme. The name must be unique
Optionally, for Domains, add enter domains/subdomains that will use the theme.
In Abiquo 6.1.3+, you will need the
Manage theme login configuration
privilegeDon’t include the protocol, only the domain/subdomain value (e.g:
www.abiquo.com
,demo.abiquo.com
,example.com/users/
)You can enter a domain/subdomain value in one reseller theme only
The administrator can prohibit the use of a list of domains with an Abiquo configuration property
To select use this theme for usein the UI, select Active theme
Edit CSS configuration.
You can edit in basic mode (by default) or advanced mode. If you use advanced mode, you can customize more theme details (see next section).To check the theme, click Test theme, then Stop testing theme
To update the theme, click Save
Changes to the reseller theme will display after the user refreshes their browser window.
...