We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to add an icon in profile user settings? [Solved] | Forum

Anthony
Anthony Nov 25 '13
Hello,


I would like to add a custom icon with a custom name in the box below (in the drop-down list):

How can I do that?


Thank you,

Sherraff

The Forum post is edited by Anthony Nov 27 '13
Daisy Team
Daisy Nov 27 '13
Anthony, first you should add a new icon into /ow_system_plugins/base/components/component_settings.php file.
Then you should add the icon constant into /ow_system_plugins/base/classes/widget.php file.
And finally you should add the icon image into the /ow_themes/theme_name/images folder and describe this icon image in your theme base.css file.

You can use the existing icons as an example.
Anthony
Anthony Nov 27 '13
Thank you Daisy!