By Pelle P on Monday, 19 May 2014
Posted in General Issues
Replies 3
Likes 0
Views 350
Votes 0
Is it possible to remove Username from "Leave a comment"?

Best Regards

Pelle
Hello Pelle,

May I know which commenting system you are refering to? If Easyblog build-in comments, may I know who you're referring to post a comment? Registered user to comments: http://screencast.com/t/tz3fImBZS or unregistered user's comments: http://screencast.com/t/oTbvQ5bU ?

Yes both of them is possible but you need to tweak some code. For our better understanding, can you provide us a relevant screenshot so that we are able to assist you on this issue much faster,

Please be advise.
Thanks.
·
Monday, 19 May 2014 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your quick response.

I am referring to unregistered user's comments...

Best Regards

Pelle
·
Monday, 19 May 2014 23:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Pelle,

I am sorry for the late reply.
There is no settings for not showing the username, but you can tweak the code to remove this. You can put style="display:none;" to the specific file: yourtheme/blog.comment.form.php

<div class="form-row mtm" style="display:none;">
<input class="form-control width-full" type="text" id="esusername" name="esusername" placeholder="<?php echo JText::_('COM_EASYBLOG_USERNAME'); ?>">
</div>


If you don't know how to do this, can you provide us with backend access and ftp access so that we are able to assist you on this issue? Since this is a core file, you must backup this file before you do update Easyblog because this file will be overriden.

Hope this will help.
Thanks.
·
Tuesday, 20 May 2014 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post