By LAC Webadmin on Monday, 14 April 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 1.7K
Votes 0
I turned off Joomla User Registration in our website pending ES development (getting there... almost ). Anyways, I'm noticing that the Registration Link are visible in Komento's Login to Post Comment a Comment here:

http://screencast.com/t/ZpaZBU6z9K

and in EasyBlog Toolbar here:

http://screencast.com/t/AqymAqgmcqtf

Shouldn't it check for the Registration Configuration for it to show? In case of EasySocial, since ES allows registration regardless of Joomla Registration setting, I think it should also check if ES is installed and Allow Registration is turned ON.

Thanks,

Jackson
Hello Lac Infosys,

I am sorry for the late reply.
If I understand this correctly, you want to hide or remove the registration link on both; Easyblog and komento right?
If yes, for Easyblog you can commented out or remove this line of code in: ...\components\com_easyblog\themes\default\toolbar.php line: 191 Code:
<a href="<?php echo EasyBlogHelper::getRegistrationLink();?>" class="float-r"><?php echo JText::_( 'COM_EASYBLOG_REGISTER' );?></a>
and for Komento you can commented out or remove this line of code in: ...\components\com_komento\themes\kuro\comment\form\login.php line: 67 Code:
<a href="<?php echo Komento::getHelper( 'login' )->getRegistrationLink(); ?>" class="kmt-login-link link-register"><i></i><?php echo JText::_( 'COM_KOMENTO_LOGIN_REGISTER' ); ?></a>


If no, please do explain more.

Hope this will help.
Thanks.
·
Monday, 14 April 2014 12:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd,

Thanks for the code

What I'm saying is EasyBlog should check Joomla registration setting before showing the link. I can easily remove it like you suggested but it would make EasyBlog a better software if it's more intelligent.

Thanks,

Jackson
·
Tuesday, 15 April 2014 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello LAC Infosys,

Sorry for delayed of this reply,
Thanks for your suggestion of this
I will discuss with our developer and see how it goes.
·
Saturday, 19 April 2014 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post