Well I don't have the same screen when one user try to create an event in his app it displays the screenshot attached.
Is it due users are not allowed to create event on my website but only administrators ?
So it's the parameter on the screenshot I want to modify : First set it on "No" and then hide it
I succeed turn it to "No", modifying /..../media/com_easysocial/apps/user/calendar/themes/default/canvas/dialog.create.php
this way :
<div class="col-sm-9">
<?php echo $this->html( 'grid.boolean' , 'stream' , false , 'stream' , 'data-schedule-stream'); ?>
</div>
It seems ok but now I would like to hide all the line surrounded on the screenshot. Do you know how I can do that ?
Again, thanks a lot !
Edouard