Difference between revisions of "User Variables"

From TMM Wiki
Jump to navigationJump to search
m
(No difference)

Revision as of 14:46, 23 September 2008

CARMA
Templates Admin
Members Area Templates
Tour Templates
Member Favorites
Smarty Loops
Smarty Caching
Smarty print array
Base Templates
User Variables
Rating System

CARMA user variables let you add variables to the current user's profile that you use in templates later. You create a user variable by having the user load a URL containing the following code:

  • uvar[variable]=value

Replace variable and value with the variable's name and value.

CARMA's default View Gallery and View Picture templates use user variables to store the member's thumbnail and picture size preferences.