By Camilla on Tuesday, 16 June 2015
Posted in General Issues
Replies 3
Likes 0
Views 501
Votes 0
Hi

When I search for my website on Google some of the links shows this in the URL "/component/users/".
Is it something with Easyblog?
And how can I remove it?

Best Regards,
Camilla
hi Camilla,

Sorry for late reply to this,

It sounds like related Joomla user, perhaps you can consult with Joomla developer regarding this and see how it goes?
·
Tuesday, 16 June 2015 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay :-)

I have created a menu link for the login page, so I hope it helps when Google visit my site once again.

I know that page only shows if the visitor clicks on "You need to log in to comment" on a post.
Is there anywhere I can change that link?

Regards!
·
Tuesday, 16 June 2015 20:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Camilla,

Sorry for late reply to this,

You can customize the login link from this file -> JoomlaFolder\components\com_easyblog\themes\default\blog.comment.box.php

// LINE 133
<div id="empty-comment-notice" class="warning pam"><?php echo JText::sprintf('COM_EASYBLOG_COMMENTS_PLEASE_LOGIN', $loginURL); ?></div>


You can change to use <a href="http://example.com/login">login</a>

Hope this help.
·
Wednesday, 17 June 2015 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post