Is it possible to change the view of a plugin with a theme without any change in plugin. If yes please help me to change the view of a plugin with an example.
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.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Original location : mod/blog/views/default/forms/blog/add.php (path may be incorrect)
- Copy the file and paste to : mod/your_plugin/views/default/forms/blog/add.php
- Place your plugin below the original
- Run the upgrade.php
You must log in to post replies.You can override the view of the plugin in your theme. Suppose if you want to override the blog creation form
For more information see http://docs.elgg.org/wiki/Engine/Views#Overriding_views_in_plugins