member_pictures.tpl

member_pictures.tpl

Template is used to display member's pictures.

  • profile_link - Link to member's profile.
  • previous_page - Previous page number (0 if previous page doesn't exist).
  • next_page - Next page number (0 if next page doesn't exist).
  • previous_page_link - Link to the previous page.
  • total_pictures - Total number of pictures.
  • picture_preview - Current picture's preview file name.
  • picture_filename - Current picture's original file name.
  • picture_description - Current picture's description.
  • picture_adult - Current picture's type (1 for adult, 0 for general).
  • picture_private - Current picture's status (1 for private, 0 for public).
  • picture_rated - Current picture's rating status (1 for rated, 0 for not rated).
  • picture_votes - Current picture's total number of votes.
  • picture_score - Current picture's average score.
  • profile_pictures - Contains an array of fields with pictures.
    • picture_id - Picture's ID.
    • picture_preview - Picture's preview file name.
    • picture_filename - Picture's original file name.
    • picture_description - Picture's description.
    • picture_adult - Picture's type (1 for adult, 0 for general).
    • picture_private - Picture's status (1 for private, 0 for public).
    • picture_rated - Picture's rating status (1 for rated, 0 for not rated).
    • picture_votes - Picture's total number of votes.
    • picture_score - Picture's average score.
    • picture_post_date - Picture's post date.
    • picture_link - Link to the picture.