By Andrew Magart on Thursday, 14 November 2013
Posted in General Issues
Replies 5
Likes 0
Views 636
Votes 0
Just wondering if the toolbar be turned off until user is logged in? I thought I saw a setting earlier but can't seem to find it now.
Thanks
Hello Andrew,

I am sorry but unfortunately this wouldn't be possible at this point of time but I will add this as a settings for the next 1.0.7 release under the theme settings
·
Thursday, 14 November 2013 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, in the meantime I have used this in my J! template, which seems to do the job.


<?php
if(!JFactory::getUser()->id){
?>
.es-toolbar {
display: none;
}
<?php }
·
Thursday, 14 November 2013 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Andrew,

Yep, that would work too Nice hack
·
Thursday, 14 November 2013 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
or use the toolbar module, instead of activating the toolbar in the component. That way you can set it to be visible to only registered members.
·
Thursday, 14 November 2013 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Jannik
·
Thursday, 14 November 2013 23:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post