Squarify (version 0.1)

Squarify creates and assigns a custom module featuring a "Squarified" look and feel for your Tiki.

Screenshots

Before
Before
After
After


Known Issues & Limitations

  • There are currently no known issues or limitations

Installation & Update

 

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: Squarify 0.1
   position: bottom
   order: 999
   params:
    nobox: y
   custom: |
    <style type="text/css">{literal}
    *, .backtotop a {
        border-radius: 0 !important;
    }
    {/literal}</style>


Usage

This profile creates a custom module with a "Squarifying" CSS code in it. All buttons and rounded corners elements will look more like boxy squares.
The module will be assigned to the bottom zone.

Uninstall

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