hypejunction / ui_icons
Standardized icon markup
Package info
github.com/hypeJunction/Elgg-ui_icons
Type:elgg-plugin
pkg:composer/hypejunction/ui_icons
1.0.3
2015-12-27 00:54 UTC
Requires
- php: >=5.5
This package is auto-updated.
Last update: 2026-03-01 00:21:35 UTC
README
Features
- Standardized icons display and markup
- Forces
largeicon to be 200x200 square - Adds
extra_largeicon with 325 with that is resizes similar to master - Allows you to choose between
square,rounded,circlecorners - Replaces default user, group and question mark icons with a scalable SVG image
Usage
Display an icon with defualt corner setting
// 'rounded' and 'circle' corners will only be displayed with tiny, small and medium icon sizes echo elgg_view_entity_icon($entity, 'small');
Force corner setting
echo elgg_view_entity_icon($entity, 'large', array( 'corners' => 'circle', ));
Replacing default icon
To replace the default icon, simply overwrite the svg view. Just place an svg icon with the same name and in the same location in your plugin.