By Andy on Sunday, 27 April 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 0.9K
Votes 0
I am on latest version of EasyBlog.

My Joomla Config has 'User Account Registration' set to off.... but when I try to access the Member Dashboard view URL (in my case, http://www.caymanolympic.org.ky/publish) and I'm not logged in, the login form that shows has a 'Create Account' link showing... can that be hidden if user account creation is off?

Thanks!
Hello Andy,

I am really sorry for the delay of this reply as it is a weekend for us here.
If I'm not wrong, are you set the Easyblog member dashboard menu item in your frontend?
If yes, you can set the menu item access only available for registered user, so the menu item only appear who user is logged in.

If you're not referring this, you can remove the code from this file -> JoomlaFolder\components\com_easyblog\themes\default\guest.login.php
Remove this LINE 54 - 56

<li class="float-r">
<a href="<?php echo EasyBlogHelper::getRegistrationLink();?>"><?php echo JText::_('COM_EASYBLOG_CREATE_AN_ACCOUNT'); ?></a>
</li>

Hope this help.
·
Sunday, 27 April 2014 11:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post