search.tpl
Template is used to display a search form.
- search_username - Allow search by username (1 for allowed, 0 for disallowed).
- search_screenname - Allow search by screen name (1 for allowed, 0 for disallowed).
- profile_groups - Contains an array of fields with profile groups and fields.
- group_id - Profile group's ID.
- group_name - Profile group's name.
- group_label - Profile group's label.
- profile_fields - Contains an array of fields with profile fields values of a logged in member. - + field_name - Profile field's name. - + field_type - Profile field's type. - + field_required - Profile field's required status (1 for required, 0 for not required). - + field_maxlength - Profile field's maximum length. - + field_width - Profile field's width. - + field_height - Profile field's height. - + field_default - Profile field's default value. - + field_value - Profile field's current value.
As an alternative to the above “profile_groups” and “profile_fields” arrays, you can use these static tags to display profile values. Replace “label” with the label of the field you would like to display. This option provides you with unlimited customization capabilities with no restrictions at all!
- profile_group_label - Profile group's name.
- profile_field_label_name - Profile field's name.
- profile_field_label_type - Profile field's type.
- profile_field_label_required - Profile field's required status (1 for required, 0 for not required).
- profile_field_label_maxlength - Profile field's maximum length.
- profile_field_label_width - Profile field's width.
- profile_field_label_height - Profile field's height.
- profile_field_label_default - Profile field's default value.
- profile_field_label_value - Profile field's current value.