Enable Public Profile?
Permalink
It's like a guessing game. Already searched the forum.
As nicely as I can possibly ask without cursing up a storm, how might I enable a public profile?
Thank you in advance. Without this forum, C5 would remain a complete mystery. Documentation sucks.
As nicely as I can possibly ask without cursing up a storm, how might I enable a public profile?
Thank you in advance. Without this forum, C5 would remain a complete mystery. Documentation sucks.
See:http://www.concrete5.org/community/forums/usage/public_profile_page...
Also already responded to your post that Brainakazariua mentioned.
There is a checkbox for it. In your Dashboard, click Users & Groups, then click the Login & Registration page. Check "Enable Public Profiles"
http://www.yoursite.com/index.php/dashboard/users/registration...
There is a checkbox for it. In your Dashboard, click Users & Groups, then click the Login & Registration page. Check "Enable Public Profiles"
http://www.yoursite.com/index.php/dashboard/users/registration...
Thanks... it was checked by default, so now I am off looking for the next clue as to why my members page is blank. I have a view.php and a default.php template uploaded with a 'main' area, so not sure what else could be the problem.
Are you the only member on your site right now? I don't believe admin members are setup to display on the members page.
Also, your view.php needs to include
in the main content area. That code tells the system where to output specific "non block" data, such as the members list.
Also, your view.php needs to include
<?php print $innerContent; ?>
in the main content area. That code tells the system where to output specific "non block" data, such as the members list.
Thank you again, Lucas... appreciate it very much... will see if this works and, if so, add it to my list of tips.