By Matt on Sunday, 10 June 2018
Posted in General Issues
Replies 1
Likes 0
Views 538
Votes 0
Hi,

The EasyBlog links in user profiles are invalid links. How do we remove them? Thanks!
Hey Matt,

I was able to replicate the issue with the missing language string and I have already logged this issue into our issue tracker but the recent posts link seems to be working fine for me on my local instance. Is the link not working at all?

By the way, if you want to remove the recent posts link, you may edit the theme file /components/com_easydiscuss/themes/wireframe/toolbar/easyblog.php and remove the codes below at line 20,

[gist]
<li>
<a href="<?php echo EBR::_('index.php?option=com_easyblog');?>"><?php echo JText::_('COM_ES_EB_RECENT_POSTS');?></a>
</li>
[/gist]
·
Sunday, 10 June 2018 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post