By Kevin Smith on Tuesday, 14 June 2016
Posted in General Issues
Likes 0
Views 1K
Votes 0
I am looking to find out how to remove the author from the Search Results as well as from the e-mails that get sent out to users who have subscribed to be updated when a new blog has been posted.

Could you please assist?
1. To remove the author from the search results in EasyBlog, edit the file /components/com_easyblog/themes/wireframe/search/default.php and remove the codes below:


<div>
<i class="fa fa-pencil"></i>
<a href="<?php echo $post->getAuthor()->getPermalink();?>"><?php echo $post->getAuthor()->getName(); ?></a>
</div>


2. To remove the author from the email notifications, edit the file /components/com_easyblog/themes/wireframe/emails/html/post.new.php and remove the codes below,


<a href="<?php echo $blogAuthorLink;?>" style="text-decoration: none; font-weight: bold; color: #247acf;"><?php echo $blogAuthor;?></a>
·
Wednesday, 15 June 2016 22:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Sorry for the delay of this reply.

I am a bit lost here. Can you elaborate more on your requirement or give us some some screenshot or attachment? We need to clarify this in order to check whether there is an option for it or not. Thanks for understanding

By the way,you might want to assign your domain to your license to obtain for support. You can do so by accessing your license area at http://stackideas.com/dashboard

Once you are done, update us here and we'll continue checking your issue.
·
Wednesday, 15 June 2016 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, I can provide more info, and I also added the domain to my license.

I have added two attachments.

One is where I want to remove the author from the search results. The other is where I want to remove the author from the new blog post email
·
Wednesday, 15 June 2016 20:53
·
0 Likes
·
0 Votes
·
0 Comments
·
This is perfect. Thank you for the pointers.
·
Saturday, 18 June 2016 03:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 18 June 2016 13:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post