Documentation
Categories of SobiPro Module - Documentation
- Details
- Parent Category: Extensions for SobiPro - Documentation
- Category: Categories of SobiPro Module
Installation & Upgrading
Download the last version of the module and install it using the default install procedure of Joomla!.
Module Customization
If you need to customize the module, we've identified each row. In this way, it can be freely customized with CSS Style. To show an example, this is the demo customization.
These steps require basic knowledge about CSS Styling, to edit your template CSS files. If you have any question, please visit MDN's CSS reference site.
To define the list style type
.sobipcateg { list-style-type: circle;
}
.sobipcateg_l1 { list-style-type: disc; }
To define the margin on second level
.sobipcateg_l2 { margin-left: 16px; }
To remove text underline on links
.sobipcateg a { text-decoration: none; }
Configuration
These are the main module parameters:
- Section - Parent section of categories to be shown.
- Layout, to choose from "Default", "Dropdown layout", "Single select - SobiPro 1.1 style", "TOP Ranking".
- Category List Mode - 1, 2, 3, ... 9 Levels.
- Order - Alphabetically / Id / Counter Desc (*) / Position / Random
- Show Counter - No / Hits / Entries (*)
- Hide Empty Categories - Yes / No (*)
- Category List Mode - Start Level - 1, 2, 3, ... 9 Levels.
- Menu - Menu to be forced in each category link.
- Count - The number of items to display (default is 100).

