Hi
I started with SilverStripe two days ago and the system works - the greatest CMS I've seen. Very good to customize and good tutorial.
Now I'm configuring the member section: the pages works well and also the login works fine, but there's no tutorial about this section (or I didn't find it).
My Problem is the "status" of the user (and his name/profile). What I would is an information on each page like this forum
"Login"
or
"You're logged in as {firstname} {lastname} | Log Out | Profile"
But how can I know if a user's logged in (and with what loginname, firstname, lastname, ...), so that I can display these informations in the layout-template?
I also want to change the login-form, is there a better way than modify the MemberLoginForm.php? (there are layout-changes, textes I could change in the language-folder).
Last Question: is there an existing "user-profile" page I could modify for my users or have I to build a own one (wouldn't be a problem, if I know where I can get the user informations).
Thanks a lot for every answer!
Greetings,
Juerg