Hey,
how can i remove the Easyblog titel of all Sites ?
I saw a old Post :
Hi Christopher,
On the file /components/com_easyblog/themes/default/toolbar.php
line 26
<h1 class="component-title reset-h"><?php echo $title; ?></h1>
Replace it with
<?php if( JRequest::getCmd('view') != 'entry' ) { ?>
<h1 class="component-title reset-h"><?php echo $title; ?></h1>
<?php } ?>
If you would like me to help you perform this change, then please provide me your site's access using the form below.
-------------------------------
i dont find the file : /components/com_easyblog/themes/default/toolbar.php
can you help me please ?
Thanks