i would like to change my welcome page and tap into the variables as shown in the default html:
"<p>%salutation%</p> = "Dear Mr./Mrs. Lastname"
%salutation% seems to be the only one that works. if i, for example, try to use
"%fcFirstName%"
nothing happens although the following works perfectly in template.php:
"<? $user_name = $_SESSION['User']['fcFirstName']; echo $user_name; ?>"
1)is there a way to change %salutation% si that it will only display a first name
2)can you tell me how to create my own variables for PSMW, allowing me to use %firstname% for example.
thx for your help pn this