I have deleted some deprecated functions and posted it to pastebin:
http://pastebin.com/BVM6J4vW
http://pastebin.com/ThihQjRw
http://pastebin.com/Ud8SzDfs
Check it and, if it's fine, please include the modifications to avoid deprecated problems...
Hello, divagater, i have changes star.php from your plugin user_points lines 13 and 14 to
elgg_extend_view('css', 'elggx_userpoints/css');
elgg_extend_view('profile/icon','elggx_userpoints/icon');
To avoid future problems with...
Hello Cash, I have modified the includes/pluginBuilder.php, line 236 of you module to prevent generating modules with deprecated functions:
$css_reg = "\textend_view('css','{$plugin_name}/css');\n";
now is
$css_reg =...
Hello Cash, I have modified the includes/pluginBuilder.php, line 236 of you module to prevent generating modules with deprecated functions:
$css_reg = "\textend_view('css','{$plugin_name}/css');\n";
now is
$css_reg =...