Difference between revisions of "JS Videos"

(Created page with "==Overview== ==Backend Settings== ==Frontend== ==See Also== * Installing Module * Translating Module * Built-in Module Positions")
 
 
Line 1: Line 1:
 
==Overview==
 
==Overview==
 +
Module to show latest videos in the community.
  
 
==Backend Settings==
 
==Backend Settings==
 +
:::[[File:Videos-back.png]]
 +
* '''From''' - Select the source of videos.
 +
** All - Display all videos logged in user have permission to see.
 +
** Users only - Display all videos created by other users, as long as logged in user have permission to see them.
 +
** Groups only - Display all videos from groups that logged in user have permission to see.
 +
** Events only - Display all videos from events that logged in user have permission to see.
 +
* '''Sort by''' - Select the sorting option.
 +
** Newest - Sort by date of creation.
 +
** Popular - Sort by the number of views.
 +
** Featured - Show only featured videos.
 +
* '''Limit''' - Limit the number of items shown in the module
  
 
==Frontend==
 
==Frontend==
 +
:::[[File:Videos-front.png ]]
  
 
==See Also==
 
==See Also==

Latest revision as of 03:40, 30 June 2016

Overview

Module to show latest videos in the community.

Backend Settings

Videos-back.png
  • From - Select the source of videos.
    • All - Display all videos logged in user have permission to see.
    • Users only - Display all videos created by other users, as long as logged in user have permission to see them.
    • Groups only - Display all videos from groups that logged in user have permission to see.
    • Events only - Display all videos from events that logged in user have permission to see.
  • Sort by - Select the sorting option.
    • Newest - Sort by date of creation.
    • Popular - Sort by the number of views.
    • Featured - Show only featured videos.
  • Limit - Limit the number of items shown in the module

Frontend

Videos-front.png

See Also