Cash's plugins:
Features
Tags: tools, plugin, firephp, firebug, development, debug, debugging, developer
This is built off of what Aaron Saray did. I updated it to work with Elgg 1.6.x and added some more functionality.
Features
If you are using Aaron's 1.5.1 version, I recommend disabling it, deleting it, and then installing this one.
Comments
@cash... does it still work with 1.5?
Thanks Cash
@Fusion, I don't think the view file caching control should work with 1.5
yeah that would make sense as its not in 1.5, but other than that the other stuff should work?
See no reason why it shouldn't
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 = "\telgg_extend_view('css','{$plugin_name}/css');\n";
I hope you find it useful for you next version.
Greetings
Diego