Hi,
i would like to activate The Wire Tools...i currently have a plugin that is a simple edit of The Wire, how can i edit The Wire Tools's dependencies to extend my plugin?
Thanks.
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.
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
You must log in to post replies.Hi,
check the manifest.xml from thewire_tools plugin, somewhere it says requires => thewire. You could change this to the name of your plugin.
I won't garantee that is works though ;)
Or you could tell in the manifest of your plugin "provides" => thewire see https://github.com/Elgg/Elgg/blob/master/docs/info/manifest.xml#L104