By Alaina Driscoll on Thursday, 09 January 2014
Posted in General Issues
Replies 3
Likes 0
Views 1K
Votes 0
Hi there,

I'd like to remove the Register button that appears in the login pop-up on the toolbar. Is there a setting somewhere that will allow me to do that or do I need to remove some code?

Thanks!
Alaina
Hello Alaina,

Unfortunately there's no settings for that currently You will need to edit the file /components/com_easyblog/themes/default/toolbar.php and remove the codes below at line 191


<a href="<?php echo EasyBlogHelper::getRegistrationLink();?>" class="float-r"><?php echo JText::_( 'COM_EASYBLOG_REGISTER' );?></a>
·
Thursday, 09 January 2014 03:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Excellent, thank you Mark! That solution worked very well.
·
Thursday, 09 January 2014 03:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alaina,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Thursday, 09 January 2014 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post