Mobile Application Smart Banner Customization
White label support requires the appropriate FileCloud subscription. It is available for FileCloud Enterprise Edition and FileCloud Service Provider Advanced/Premium Edition.
Add the following config to cloudconfig.php
Location of cloudconfig.php:
Windows: xampp\htdocs\config
Linux: /var/www/html/config
Setting | Description |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_DISABLED", 1); | 1 - disable smartbanner 0 – default |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_CUSTOMIZATION_ENABLED", 1); | 1 - enable customization 0 - default |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_APPLABEL", "string"); | Default is "FileCloud" |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_COMPANYLABEL", "string"); | Default is "CodeLathe Technologies Inc." |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_PRICELABEL", "string"); | Default is "Free - On the App Store" |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_ICONURL", "string"); | Default is URL to FileCloud app in appstore |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_APPNAME", "string"); | Default is "filecloud", which is the identifier used to open the app |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_ANDROID_APPSTOREURL", "string"); | Default link goes to FileCloud website page with download links. Enter a custom link (for example, to the Google store) to go directly to the download location. |
define("TONIDOCLOUD_MOBILE_SMARTBANNER_IOS_APPSTOREURL", "string"); | Default link goes to FileCloud website page with download links. Enter a custom link (for example, to the Apple store) to go directly to the download location. |