User Tools

Site Tools


public:documents_and_guides:feasibility:ahsaycbs_download_page

AhsayCBS v8.5.2 New Features


AhsayCBS Download Page

With the release of AhsayCBS v8.5.2.0 and above, the layout of the installer download page has been improved for better clarity with the supported installer type listed. For example: macOS AhsayOBM/AhsayACB installers will now show “DMG online installer” and “TAR GZ offline installer” instead of only showing “Download (Online)” and “Download (Offline)” which can be seen in AhsayCBS pre-v8.5.2.0.

AhsayCBS Download Page New Layout

NOTE:

The AhsayCBS and AhsayUBS tabs are only displayed after logging into the AhsayCBS web console using an admin or read only admin account type.

By default, when clients access the download page only the AhsayOBM, AhsayACB, Mobile, and Restore tabs are visible.

AhsayOBM

AhsayACB

Mobile

Restore

AhsayCBS

AhsayUBS

AhsayCBS Download Page Customization

New style-id for the different tabs and platforms with corresponding tab count enable the users to hide the tabs, platform, or installer links without any trouble. The download page can be customized to hide/show,

  • the following tabs: AhsayOBM, AhsayACB, Mobile, Restore, AhsayCBS, AhsayUBS.
  • the operating system in each tab, for example only show AhsayOBM/AhsayACB installers for Windows.

LIMITATION:

The customization for hide/show of individual installer download links is currently not supported.

The download page customization can be done by editing the cbs.css file with a text editor which is located $APPLICATION_HOME\webapps\cbs\include folder.

The default path for AhsayCBS running on:

  • Windows is C:\Program Files\AhsayCBS\webapps\cbs\include
  • Linux/FreeBSD is /usr/local/cbs/webapps/cbs/include
  • AhsayUBS is /ubs/mnt/esfmfw/obsr/system/obsr/webapps/cbs/include

List of tabs, tab-counts, platforms, and style-ids of the download links for mapping

Example: Setting for hiding the “Mobile” download tab.

[name=ShowDownloadIndexBean] div > ul > li:nth-of-type(3) { display:none; }

Example: Setting for hiding the AhsayOBM macOS tile.

#download-obm-mac {display:none;}

Example: Setting for hiding the AhsayOBM DMG online installer and TAR GZ offline installer links for macOS but the leaving the macOS tile visible.

#download-obm-mac .download-link-div {display:none;}


How to hide the download tab

Example: Hiding the “Mobile” download tab on AhsayCBS v8.5.2.0 and above on Windows.

  1. Go to $APPLICATION_HOME\webapps\cbs\include folder.
    Example: C:\Program Files\AhsayCBS\webapps\cbs\include
  2. Open the cbs.css and add this line: [name=ShowDownloadIndexBean] div > ul > li:nth-of-type(3) { display:none; } then save.
  3. Restart the AhsayCBS service.
  4. Clear your browsers cache.
  5. This is the before and after of hiding the Mobile tab.
    BEFORE

    AFTER


Example: Hiding the AhsayOBM macOS tile on AhsayCBS v8.5.2.0 and above on Windows.

  1. Go to $APPLICATION_HOME\webapps\cbs\include folder.
    Example: C:\Program Files\AhsayCBS\webapps\cbs\include
  2. Open the cbs.css and add this line: #download-obm-mac {display:none;} then save.
  3. Restart the AhsayCBS service.
  4. Clear your browsers cache.
  5. This is the before and after of hiding the Mobile tab.
    BEFORE

    AFTER


Example: Hiding the AhsayOBM DMG online installer and TAR GZ offline installer links for macOS but leaving the macOS tile visible on AhsayCBS v8.5.2.0 and above on Windows.

  1. Go to $APPLICATION_HOME\webapps\cbs\include folder.
    Example: C:\Program Files\AhsayCBS\webapps\cbs\include
  2. Open the cbs.css and add this line: #download-obm-mac .download-link-div {display:none;} then save.
  3. Restart the AhsayCBS service.
  4. Clear your browsers cache.
  5. This is the before and after of hiding the Mobile tab.
    BEFORE

    AFTER
public/documents_and_guides/feasibility/ahsaycbs_download_page.txt · Last modified: 2021/05/18 17:25 by anam.gumba

Page Tools