XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

XLCubed Web Portal

Revision as of 10:38, 16 March 2023 by CFrance (talk | contribs) (Customisation)

Enabling the new portal

Available from v10.0.144.

To enable this feature, make the following updates to the web.config file:

Under <appSettings>

<add key="UseNewPortal" value="true" />

Update the <httpRuntime> tag

<httpRuntime ... targetFramework="4.5" />

You will also need to be using a SQL Repository.

Now when you browse to your XLCubed Web site, you will see the new portal.

WebPortal1.png
WebPortal1 mobile.png

Customisation

See Customising web config for more.

Color

Change the primary color used across the portal with the "PrimaryColor" setting in web.config. The value should be a valid hex color.

<add key="PrimaryColor" value="#1a82c5" />

Change the logo with the "CustomerLogo" setting. The value should be the url to the image.

<add key="CustomerLogo" value="https://otherserver.example.org/companylogo.png" />

Help url

Change the url of the help navigation item with the "CustomHelpUrl" setting. The value should be the url to a web page. The help navigation item can be removed by setting the "DisableHelpButton" setting to true.

<add key="CustomHelpUrl" value="https://otherserver.example.org/xlcubedhelp" />

Adhoc reporting

Adhoc reporting can be disabled by user by setting user permissions on the adhoc.xml - see Functional User Permissions for XLCubed Web Edition. Alternatively use the "DisableAdhocGrids" setting in web.config to disable for all users.