From: dreapunk on
I have been looking everywhere and have not found this in any forums or
tutorials.
When a new user registers, how do I get the site to create a new profile page
for that user? To me it seems that this is either too complicated so nobody
knows, or it's so basic that no one is talking about it. Please help!

From: bregent on
In most cases, there is no 'new' page for each user. The pages are dynamic, and pull content customized or each user from a database.
From: dreapunk on
Damn, that's so simple I didn't even think about it like that.