By Joan on Sunday, 15 November 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 437
Votes 0
it is possible to put comments to the guests,
not let me, only if you are registered
Version: 5.0.30
thank you
Hey Joan,

I am sorry for the delay of this reply,

You can set it from backend > Easyblog > ACL > public/guest user group > comment tab > post comment - YES

Hope this help.
·
Monday, 16 November 2015 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
solved, thanks
It is possible to remove "registered user"
·
Sunday, 22 November 2015 21:53
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome Joan

Unfortunately that was not possible to disable this from backend, but you can modify on this file -> JoomlaFolder\components\com_easyblog\themes\wireframe\comments\form.php


// Remove line 27 until 32
<?php if ($this->my->guest) { ?>
<div class="pull-right">
<?php echo JText::_('COM_EASYBLOG_COMMENTS_ALREADY_REGISTERED');?>
<a href="<?php echo $loginURL;?>"><?php echo JText::_('COM_EASYBLOG_COMMENTS_ALREADY_REGISTERED_LOGIN_HERE');?></a>
</div>
<?php } ?>
·
Monday, 23 November 2015 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post