.userWall{
display: none
}
but that of course that did not work. Could you help on this too? Or should I post a new topic
'Removing "Wall Comment" Area In The Event Plugin'?
Wilson
hey Ross,
Sure I can give you a screenshot...sorry about that! I want to just post an event and that's it. Don't need the wall & comment area at all. This is just to inform others of a event.
see screenshot: event-wall
Wilson
display: none
}
on a different site using "My Diary" thinking maybe that was why it was not working for you but it worked fine both ways. Did you enable
define('OW_DEV_MODE', false); to "TRUE"
to see changes made?
Wilson
/ow_plugins/event/views/controllers/base_view.html
{*$comments*} you need to comment this at the bottom of the code</div></div>{/if}
{add_content key='events.content.view.bottom' eventId=$info.id}
ow_plugins/event/controllers/base.php
// $cmntParams = new BASE_CommentsParams('event', 'event'); //$cmntParams->setEntityId($event->getId()); //$cmntParams->setOwnerId($event->getUserId()); //$this->addComponent('comments', new BASE_CMP_Comments($cmntParams)); //$this->addComponent('userListCmp', new EVENT_CMP_EventUsers($event->getId()));
all this code needs to be commented out. or you can just replace it with this one as it is already commented out.
it should be at the bottom of the code