Changeset 219 for frontpagevideos
- Timestamp:
- 01/16/08 15:46:36 (11 months ago)
- Files:
-
- frontpagevideos/releases/0.1/README.txt (modified) (1 diff)
- frontpagevideos/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
frontpagevideos/releases/0.1/README.txt
r212 r219 19 19 By default the plugin shows only the videos that has public privacy setting. 20 20 It is exactly the same as: 21 {{frontpagevideo :loggedout}}21 {{frontpagevideos:loggedout}} 22 22 which is handy to use in frontpage_loggedout template element. 23 23 24 24 To show all videos that are in the profile and have eather public or logged in privacy setting use: 25 {{frontpagevideo :loggedin}}25 {{frontpagevideos:loggedin}} 26 26 27 27 Amount of videos is configurable. Add it after the privacy setting (loggedout or loggedin). Here is an example to show 10 videos that have public or logged in privacy setting: 28 {{frontpagevideo :loggedin:10}}28 {{frontpagevideos:loggedin:10}} 29 29 30 30 The videos are presented in an HTML table. Column amount is configurable. Add column amount after the video amount. Here is an example to show 12 videos that have public privacy setting in 3 columns: 31 {{frontpagevideo :loggedout:12:3}}31 {{frontpagevideos:loggedout:12:3}} 32 32 33 33 Video screen size is configurable. Add first width value and then height value after the column amount. Here is an example to show 6 videos that have public or logged in privacy setting in 2 columns and the video screen size is 150x125: 34 {{frontpagevideo :loggedin:6:2:120:125}}34 {{frontpagevideos:loggedin:6:2:120:125}} 35 35 When configuring video size both width and height must be given otherwise default (200x167) values are used. frontpagevideos/trunk/README.txt
r212 r219 19 19 By default the plugin shows only the videos that has public privacy setting. 20 20 It is exactly the same as: 21 {{frontpagevideo :loggedout}}21 {{frontpagevideos:loggedout}} 22 22 which is handy to use in frontpage_loggedout template element. 23 23 24 24 To show all videos that are in the profile and have eather public or logged in privacy setting use: 25 {{frontpagevideo :loggedin}}25 {{frontpagevideos:loggedin}} 26 26 27 27 Amount of videos is configurable. Add it after the privacy setting (loggedout or loggedin). Here is an example to show 10 videos that have public or logged in privacy setting: 28 {{frontpagevideo :loggedin:10}}28 {{frontpagevideos:loggedin:10}} 29 29 30 30 The videos are presented in an HTML table. Column amount is configurable. Add column amount after the video amount. Here is an example to show 12 videos that have public privacy setting in 3 columns: 31 {{frontpagevideo :loggedout:12:3}}31 {{frontpagevideos:loggedout:12:3}} 32 32 33 33 Video screen size is configurable. Add first width value and then height value after the column amount. Here is an example to show 6 videos that have public or logged in privacy setting in 2 columns and the video screen size is 150x125: 34 {{frontpagevideo :loggedin:6:2:120:125}}34 {{frontpagevideos:loggedin:6:2:120:125}} 35 35 When configuring video size both width and height must be given otherwise default (200x167) values are used.
