By Dirk Vogel on Thursday, 10 September 2015
Posted in General Issues
Likes 0
Views 409
Votes 0
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
Hey Dirk,

You can just go to the back end settings of EasyBlog to turn this off. Go to Settings > Layout > Toolbar and disable the option "Enable Headers Above Toolbar"
·
Friday, 11 September 2015 02:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dirk,

May I know what version of easyblog you are using currently? If you are using easyblog 5 there are options to turn off blog title across your easyblog page. You can find the settings from your backend > easyblog > settings > layout > listing, http://screencast.com/t/cLSFJ0PQ8p5 .
·
Thursday, 10 September 2015 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Thanks but i mean this here :

http://www.bilder-upload.eu/show.php?file=a0d7df-1441894066.png

if I leave it blank automatically fills it purely the
·
Thursday, 10 September 2015 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
ok thank you its done
·
Friday, 11 September 2015 03:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, glad that your issues are resolved now.
·
Friday, 11 September 2015 03:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post