Hi,
In short, what I'm looking for is profile pages for all registered users, that are visible to anyone visiting the site.
Long version:
I would like to link to the author's (user) page from a blog entry. I'm using the createdUser object to retrieve the user name, and then construct a link that looks something like this: /author/{$page->createdUser->name}
Creating the link is obviously no problem, but how do I make that actual page exist without creating pages manually for all the users?
Apologies if this topic has been up before. I have searched the forums, bit couldn't find an anwser.
Regards,
Patrik