By Peter Verhaeghe on Thursday, 11 August 2016
Posted in General Issues
Likes 0
Views 350
Votes 0
I have a teamblog (single team) assigned to a menu-item, but I don't wanna see the Teamblog header.
How can I disable it? Just look at the attachment

Thank You
Hi Peter,
Unfortunately, currently we do not have a setting to disable this.
However, you can perform a template override to achieve this on this file:
JoomlaFolder\components\com_easyblog\themes\wireframe\teamblogs\item.php

1. First step, copy the file from the directory specified above to the following directory:
JoomlaFolder\templates\yourCurrentTemplate\html\com_easyblog\teamblogs\item.php

2. Then, remove the whole div class specified below. By default it should be from line 17 to 49.
<div class="eb-authors-head row-table">

By creating the template override your changes are protected from future updates.

If you have not previously perform any customization on the item.php file, you can just download the already customized file below and paste it into the directory as mentioned in step 1.
If you still have trouble doing this even with the steps above. Perhaps you can provide us your backend and ftp access so I can help you out.
Let us know how it goes, thanks.
·
Thursday, 11 August 2016 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
In the html-folder of my current template there is no com_easyblogfolder?
·
Thursday, 11 August 2016 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Peter,
If the directory does not exist you can create it.
·
Thursday, 11 August 2016 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, that works, but I still see the bar with 'Subscribe to this team', ...
Can we delete that to? See attachment

Would be great if you could disable the teamblogheader from the backend in the future
·
Thursday, 11 August 2016 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Peter,
Can you try to download the attached file and replace the one you have at JoomlaFolder\templates\yourCurrentTemplate\html\com_easyblog\teamblogs\item.php? Then see if the header is still there. Let me know thanks.
·
Thursday, 11 August 2016 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!!! Many Thanx!
·
Thursday, 11 August 2016 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Peter,

You are most welcome. Glad to hear that you managed to achieve what you wanted.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 11 August 2016 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post