-
user profiles
Where are the user profiles kept at?Can't find that anwywhere. I need this for some cms stuff I implementing. I need to know the full path to the users profile.
Say my user is hendrix ......
it shows up as
http://www.mysite.com/hendrix
as far as I can tell thats the profile page?
Where are they kept?
Thanks admin
-
not sure exactly what you mean but here are a few things if its any of these...
profiles are at http://www.mysite.com/user.php?username=hendrix
the data is stored in the mySQL database
template file is user.tpl
-