By Primo Promo Italia on Wednesday, 22 April 2015
Posted in General Issues
Replies 5
Likes 0
Views 483
Votes 0
The title of the blog does not link to the frontpage of the blog: how can i activate it?
You can give it a look here: http://www.primopromo.it/primopromoblog.html
Thank you
Hello Primo,

Hm, sorry but I don't quite get you here. What do you mean by "does not" link to the front page. When I clicked on the title of the blog post it actually links to the entry view at http://www.primopromo.it/primopromoblog/entry/comunicazione-solidale.html and it's the correct behavior eh?
·
Thursday, 23 April 2015 00:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes it is. I mean the main title ("Primo Promo Blog") should link to the frontpage of the blog. Is it possible?
·
Thursday, 23 April 2015 15:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Primo,

Currently there is no setting available to do this. You need to customize the code to achieve this. Please go to this page: /components/com_easyblog/themes/default/toolbar.php and find this line: 78.

Please update the code from:

<h2 class="component-title reset-h"><?php echo JText::_( $title ); ?></h2>

To this:

<h2 class="component-title reset-h"><a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog'); ?>"><?php echo JText::_( $title ); ?></a></h2>


Hope this helps. If you unable to do this, kindly please provide us backend access and FTP access so that we can help you fix this.
Please advise.
·
Thursday, 23 April 2015 15:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. I tried to, and the title is actually a link now. But it doesn't link to the frontpage: when i click on it, the following error appear "ERR_NAME_NOT_RESOLVED"
·
Friday, 24 April 2015 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Primo,

I am really sorry for the delay of this reply as it is a weekend for us here.
Try this, if still can't, can you provide us with your Joomla backend and FTP access so we can help you check on this?

<h2 class="component-title reset-h">
<a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog');?>"><?php echo JText::_($title); ?></a>
</h2>
·
Saturday, 25 April 2015 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post