By Paul Murray on Wednesday, 24 February 2016
Posted in Technical Issues
Likes 0
Views 716
Votes 0
Hi SI Team

If I have a Blog post inside a group:

http://finalbug.net/blog/entry/546-fcp-x-subtitles-the-missing-webinars-01

I have neither the EB Toolbar or the ES Tool bar.

Here is an e.g. of the EB Tool bar:

http://finalbug.net/blog

Here is an e.g, of the ES Tool bar:

http://finalbug.net/network

Is there a way to have a tool bar EB/ES display on the page where a Blog is posted in a group?

thanks

Paul
Hey Paul,

I am sorry for the delay of this reply,

By default, it will not display that Easyblog toolbar if that blog is posted in Easysocial group/event.

If you would like to display that toolbar in the blog entry page, you have to hack on this file -> JoomlaFolder\components\com_easyblog\views\views.php


// LINE 209 until 211
if ($contributionHeader) {
$toolbar = '';
}

// Replace with

if ($contributionHeader) {
$toolbar = $this->getToolbar();
}



Hope this help.
·
Thursday, 25 February 2016 11:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

This is a great helps. Yes.
I assume that I will have add this hack after every update right?

thanks

Paul
·
Thursday, 25 February 2016 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Paul,

Glad to hear your issue has been solved! Unfortunately yes. If you want it to be part of the feature for future releases, you can put your idea here EasyBlog Voices

Have a great day!
·
Thursday, 25 February 2016 17:57
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Thursday, 25 February 2016 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Paul! We appreciate it. That means a lot to us
·
Thursday, 25 February 2016 18:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post