Function __global->add_video

Definitions

sources/galleries2.php

  • Add a video to a specified gallery.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$title SHORT_TEXT required parameter N/A N/A Video title
$cat ID_TEXT required parameter N/A N/A The gallery name
$description LONG_TEXT required parameter N/A N/A The video description
$url URLPATH required parameter N/A N/A The URL to the actual video
$thumb_url URLPATH required parameter N/A N/A The URL to the thumbnail of the actual video
$validated BINARY required parameter N/A N/A Whether the video has been validated for display on the site
$allow_rating BINARY required parameter N/A N/A Whether the video may be rated
$allow_comments SHORT_INTEGER required parameter N/A N/A Whether the video may be commented upon
$allow_trackbacks BINARY required parameter N/A N/A Whether the video may be trackbacked
$notes LONG_TEXT required parameter N/A N/A Hidden notes associated with the video
$video_length integer required parameter N/A N/A The length of the video
$video_width integer required parameter N/A N/A The width of the video
$video_height integer required parameter N/A N/A The height of the video
$closed_captions_url URLPATH Blank (empty string) N/A N/A The URL to the closed captions file for the video
$submitter ?MEMBER Null N/A N/A The submitter (null: current member)
$add_date ?TIME Null N/A N/A The time of adding (null: now)
$edit_date ?TIME Null N/A N/A The time of editing (null: never)
$views integer 0 N/A N/A The number of views
$id ?AUTO_LINK Null N/A N/A Force an ID (null: don't force an ID)
$meta_keywords ?SHORT_TEXT Blank (empty string) N/A N/A Meta keywords for this resource (null: do not edit) (blank: implicit)
$meta_description ?LONG_TEXT Blank (empty string) N/A N/A Meta description for this resource (null: do not edit) (blank: implicit)
$regions array [] N/A N/A The regions (empty: not region-limited)

Return

  • The ID of the new entry
  • Type: AUTO_LINK
  • Set: N/A
  • Range: N/A