For Elgg1.8.X
View Team Webgalli'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.
REcommended plugin :)
Hello
I'm getting the following errors in my admin for this plugin:
Hmm, I seem to be getting the same errors as Kron, but it does seem to be working.
But if there is a way to get rid of these messages please let me know because those messages will just bug me :P
To fix the above errors simply change what has been suggested in the messages:
In mod/be_tom/views/default/plugins/be_tom/settings.php line 9 change "get_plugin_setting" into "elgg_get_plugin_setting" and
in line 13 change "get_loggedin_userid" into "elgg_get_logged_in_user_guid".
But there are a few more functions used within the code of the plugin. Fixing them should not be too difficult though. For reference check out http://reference.elgg.org/.