By Susanne on Wednesday, 29 January 2014
Posted in Technical Issues
Replies 2
Likes 0
Views 823
Votes 0
Hi!
I wanted to get rid of the text "Recent blog posts" in the title of our start page. I edited the language file located in /language/en-GB/en-GB.com_easyblog.ini and changed the value within the double quotes to nothing.

COM_EASYBLOG_LATEST_PAGE_TITLE="Recent blog posts"

Now there is a - in the title (see attached image). How do I get rid of that?
Hello Susanne,

So sorry for the delay in getting back to you. You will need to go to this file

JOOMLA/components/com_easyblog/views.php

and add some hacks. Please add the following codes
if(JRequest::getString( 'view' ) == 'latest' )
{
$default = $siteTitle;
}

to the line 3460 as shown here http://screencast.com/t/pqLN7foUBz Hope this helps.

Thanks!
·
Wednesday, 29 January 2014 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Susanne,

You can remove the '-' by going to ..\components\com_easyblog\views.php and remove it at this line: http://screencast.com/t/sX2uAfNyW Hope this helps.
·
Wednesday, 29 January 2014 10:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post