Profile page not found

Permalink
Hello,

I am trying to set up my first site with Concrete5. I found a lot of the answers in the documentation and fora, but I seem not to be able to have a user profile page enabled.

I do not need the member list functionality, but every user should be able to view/edit their own data. It should be a block on the home page like on top of the concrete site (My Account)

How can this be done?

Kind regards,

Peter

 
surefyre replied on at Permalink Reply
surefyre
In the dashboard, go to...

>> User and Groups
>> Login & Registration

Then click 'Enable Public Profiles' in the Public Profiles section.

After doing this I was able to go to /profile to view my logged in user and /profile/view/<userid> to view another user by ID

Hope this helps

G
KaiTrallafitti replied on at Permalink Reply
KaiTrallafitti
You might integrate in in your theme, I had massive problems with that, well, then I put the following line into config/config_site_theme_path.php:
with:
$v->setThemeByPath('/profile', "earthling_two");

.....and then at least the profile was shown (but still some problems with the edit, avatar, messages links.....
KaiTrallafitti replied on at Permalink Reply
KaiTrallafitti
...oh, and I copied the "view.php" from concrete/singlepages/profile
to the root-theme-directory...