Added tmpl_vars for files to UserList

This commit is contained in:
Yung Han Khoe 2008-05-29 16:51:11 +00:00
parent 4cba70e772
commit 9229c9a883
3 changed files with 67 additions and 3 deletions

View file

@ -300,6 +300,13 @@ profile. Example <tmpl_var user_profile_firstName_value>|,
lastUpdated => 1081514049
},
'user_profile_PROFILEFIELDNAME_file' => {
message => q|The file for the profile field with the name PROFILEFIELDNAME in the users user
profile. Example <tmpl_var user_profile_firstName_file>. This is available if the profile field is a file or
an image.|,
lastUpdated => 1081514049
},
'user_profile_emailNotPublic' => {
message => q|A conditional that is true if the users email address is not public.|,
lastUpdated => 1081514049
@ -321,6 +328,11 @@ true for the 'email' profile field.|,
lastUpdated => 1081514049
},
'profile_value' => {
message => q|The file for this profile field, available if the profile field is an image or file.|,
lastUpdated => 1081514049
},
'profileField_loop' => {
message => q|A loop containing profile fields|,
lastUpdated => 1081514049