2017 © Pedro Peláez
 

elgg-plugin ui_icons

Standardized icon markup

image

hypejunction/ui_icons

Standardized icon markup

  • Monday, March 21, 2016
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Icons for Elgg

Elgg 2.0, (*1)

Features

  • Standardized icons display and markup
  • Forces large icon to be 200x200 square
  • Adds extra_large icon with 325 with that is resizes similar to master
  • Allows you to choose between square, rounded, circle corners
  • Replaces default user, group and question mark icons with a scalable SVG image

Icons Sandbox, (*2)

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., (*3)

The Versions

21/03 2016

dev-master

9999999-dev http://hypejunction.com

Standardized icon markup

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5

 

by Ismayil Khayredinov

plugin ui icons elgg round icons

27/12 2015

1.0.3

1.0.3.0 http://hypejunction.com

Standardized icon markup

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5

 

by Ismayil Khayredinov

plugin ui icons elgg round icons

12/12 2015

1.0.2

1.0.2.0 http://hypejunction.com

Standardized icon markup

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5

 

by Ismayil Khayredinov

plugin ui icons elgg round icons

10/12 2015

1.0.1

1.0.1.0 http://hypejunction.com

Standardized icon markup

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5

 

by Ismayil Khayredinov

plugin ui icons elgg round icons

10/12 2015

1.0.0

1.0.0.0 http://hypejunction.com

Standardized icon markup

  Sources   Download

GPL-2.0

The Requires

  • php >=5.5

 

by Ismayil Khayredinov

plugin ui icons elgg round icons