account_pictures.tpl

account_pictures.tpl

Template is used to display logged in member's pictures.

  • max_pictures - Total number of pictures logged in member can store.
  • pictures_info - Pictures information (limits, etc).
  • total_pictures - Total number of pitcures member currently has.
  • 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.
  • next_page_link - Link to the next page.
  • page_number - Current page number.
  • pages_info - Contains a current page number and a number of total pages.
  • 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_active - Picture's status (1 for active, 0 for inactive).
    • picture_edit_link - Link to edit the picture.
    • picture_delete_link - Link to delete the picture.
    • picture_primary_link - Link to set picture as primary.