We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Remove Wall from Site completely | Forum

Joseph
Joseph Mar 12 '14
I know I can move the widget off the page but I dont want to have it as a option period I really want to remove it from the groups as I am custom modifying groups 
The Forum post is edited by Joseph Mar 12 '14
Daisy Team
Daisy Mar 20 '14
Joseph, please specify what component you want to remove.
 
If you want to remove, let's say the Users widget, you can do that by following these steps:
1. Go to /ow_plugins/groups/deactivate.php file
2. Add the following string:

BOL_ComponentAdminService::getInstance()->deleteWidget('GROUPS_CMP_UserListWidget');

3. Deactivate and activate this plugin.

Then the component should disappear.
Joseph
Joseph Mar 20 '14
so the wall component I would just replace userlistwidget with wall I assume its juts called wall
Daisy Team
Daisy Mar 20 '14
This component is called GROUPS_CMP_WallWidget. You can find the list of components which are added to the groups page in this file: /ow_plugins/groups/install.php