This plugin allows users to be automatically awarded a badge based on a configurable number of user points (requires the User Points plugin). Additionally, badges can be manually assigned by an administrator and locked so that the badge will not change as points are gained or lost.
The badges are displayed on the lower right hand corner of the users icon (see screenshots). This is done by overriding the default profile/icon view and adding a css overlay on the fly. For the best results you should use 16x16 icons. IconArchive has a good collection of 16x16 icons.
Update 1.0.3:
Update 1.0.2:
View Billy Gunn'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.
Any luck with this plugin working on 1.7.7 yet?
I aslo have 1.7.6 and its not working for me. ive put the plugin on the bottom to no avail. any word on getting this working on 1.7.6 and above? I would hate to see this plugin die.
This plugin works on 1.7.x out of the box. I just installed it in on 1.7.7 and its working fine. On the screenshot you can see the Elgg version as well as the badge on my avatar at the bottom.
Instead of saying its just not working let me know what kind of problem you are having. Look at your web server error logs as well.
~Billy
mine is 1.7.8 and is not working. Also ur userpoints pluggin doesnot pull user points to riverdashboard pulldown menu
@ Divagatar
My version is 1.7.6 I have user points secound to last with badges on the bottom of the pligin list. the plugin appears to be working except when I upload a 16x16 image nothing appears. it might be my fault. what format for the image should it be? I use .png? I can show screen shots if you want? my apologies for being so vague.
png is fine for the image format. Have you assigned a badge to a user or has a user otherwise earned the badge by receiving enough user points?
When I upload an icon I get form missing error and nothing changes next to my points or is added to my profile icon. the badge i uploaded is for 200 points and i have 1200 points.
sorry i was wrong on the error. no error but still no badge just a X as if IE is seeing a broken image.
At the top of the page it says (requires the User Points plugin) but that link is no good. Do you have another way to get it?
Steve
http://community.elgg.org/pg/plugins/project/385111/developer/divagater/elggx-userpoints
@ Divagater is this something im doing wrong?
I have the same issue as $stuartsloan. I cannot see my badge icon that I have uploaded. I have tried just setting the points and having a user actually earn the points. I have uploaded a 16x16 pixel image from IconArchive in PNG format.
HI, i can not comment under elggx userpoint module, so i ll ask here. i want to add points vie in my miniprofile widget on riverdashboard.
the standard code for userpoints was
if (is_plugin_enabled('userpoints')){
echo "<div align='center' style='font-size:11px;color:#0000CD;'><b>";
$upperplural = get_plugin_setting('upperplural', 'userpoints');
echo $upperplural . ': ' . $vars['entity']->userpoints_points. "</b></div>";
}
how shoud i modify it to make it work for elggx userpoints????
Thanks
@martinez:
I think you only have to change the plugin check to
if (is_plugin_enabled('elggx_userpoints')){
Bingo, i thought i tried it before and didn t work. Thanks!
Any effort to transfer this to 1.8+ anytime soon?
Thanks,
iionly developed with 1.8
badges are not automatically updated when i upload a badge and sets a points from userpoints. how to fix it.