2.2.1 (2018-07-26):
2.2 (2018-04-19):
2.1 (2018-01-11):
2.0 (2017-06-14):
View Jeroen Dalsem's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Dear @jdalsem
Could you please advise how can I change the Tag Tool icon (the round arrow shape) to default icon "tag" or "tags" or may be I will replace it with something else that looks better. Could you tell me what is the name of the round shape icon and under which directory structure in ccs it has been declared. Please help. I want to use this tag tools but want to replace this "refresh" looking icon with any of the followings:
fa-tags
fa-tag
fa-hashtag (may be this one will look good)
fa-plus
fa-plus-square
fa-plus-square-o
If you could kindly tell me where under which relative path in the plugin the "refresh" looking icon has been declared and the name, I can then do a test and trial with different icons and see which one looks good.
is it under tag_tools/classes/ColdTrick/TagTools/ file called MenuItems.php
elgg_view_icon('refresh') and
'text' => elgg_view_icon('refresh-hover'), ?
Ok.. I changed it... and now it makes more sense...
'text' => elgg_view_icon('user-plus'), and
'text' => elgg_view_icon('user-times-hover'),
besides your outstanding plugin functionality, the above icons really stand out.
Dear Sir,
It would be nice if I could use 2px padding. Can you please advise how can I add the padding syntax like padding: 2px to both the fa icons. Your help would be highly appreciated.