By Paul Murray on Friday, 19 September 2014
Posted in Technical Issues
Likes 0
Views 806
Votes 0
Hi SI Team

Trying to figured out how to turn off registration box on community page:
http://finalbug.net/community
I am in the Back end themes/Wireframe/Dashboard & Toolbar
Under dashboard:
Display Login Screen for Guests set to NO

Am I missing something

thanks

Paul
If you are using the Wanderers template, it doesn't respect the settings because it is enforcing that the login form for guests to always show up. If you want to remove it, edit the file /templates/wanderers/html/com_easysocial/dashboard/default.guests.php and remove the codes below,


<?php echo $this->includeTemplate( 'site/dashboard/default.guests.login' ); ?>
·
Friday, 19 September 2014 22:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Great Mark

that did the trick

best

Paul
·
Friday, 19 September 2014 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Friday, 19 September 2014 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post