The 0.2 release comes with 8 default gifts and a profile widget to give them to your friends.
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.
After enabling the gift mod, I don't see anything that asks to send a gift. Also the widget displays a few icons with dashes (-) and can't do anything with it. Can you advise how to fix this please? Using elgg 1.8.2
Is it possible to customise the gifts ?
@Andy1966uk
Nowadays you have to use the gifts_register_gift($name, $img) function. $img is the url to the gift image. You should register a language translation like: 'gifts:gift:banana' => 'a banana',
In future releases the gifts registration will be automatic from the images folder.
i need to write this to send a notification when used
nevermind i got it done, wasnt hard if anyone esle uses this and needs this to be notified just drop me an message and ill help u get it going
does this work on 1.8.3?