Roundify (version 0.1)

Roundify creates and assigns a custom module featuring a "Roundified" look for your TIKI.

Screenshots

Image



Known Issues & Limitations

  • There are currently no known issues or limitations

Installation & Update

 Note

If you do an update please do not forget to unassign the previous version of the profile module in Modules, otherwise you will end up with multiple versions of the module applied.

By hitting the Apply Now button on Control PanelsProfiles control panel (or Forget and Re-apply if you want to do an update) the following YAML code will be applied:

YAML
objects:
 -
  type: module
  data:
   name: Roundify 0.1
   position: bottom
   order: 999
   params:
    nobox: y
   custom: |
    <style type="text/css">{literal}
    *:not([id^=cbox]):not([id^=colorbox]):not(#fullscreenbutton) {
        border-radius: 1.5rem !important;
    }
    {/literal}</style>


Usage

This profile creates a custom module with a "Roundify" CSS code in it.
The module will be assigned to the bottom zone.

Uninstall

Just un-assign and delete the module on the Admin → Modules page.