Changeset 219

Show
Ignore:
Timestamp:
01/16/08 15:46:36 (11 months ago)
Author:
encore
Message:

Fixed typos from README, thanks malirah

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • frontpagevideos/releases/0.1/README.txt

    r212 r219  
    1919By default the plugin shows only the videos that has public privacy setting. 
    2020It is exactly the same as: 
    21 {{frontpagevideo:loggedout}} 
     21{{frontpagevideos:loggedout}} 
    2222which is handy to use in frontpage_loggedout template element. 
    2323 
    2424To show all videos that are in the profile and have eather public or logged in privacy setting use: 
    25 {{frontpagevideo:loggedin}} 
     25{{frontpagevideos:loggedin}} 
    2626 
    2727Amount 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}} 
    2929 
    3030The 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}} 
    3232 
    3333Video 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}} 
    3535When configuring video size both width and height must be given otherwise default (200x167) values are used. 
  • frontpagevideos/trunk/README.txt

    r212 r219  
    1919By default the plugin shows only the videos that has public privacy setting. 
    2020It is exactly the same as: 
    21 {{frontpagevideo:loggedout}} 
     21{{frontpagevideos:loggedout}} 
    2222which is handy to use in frontpage_loggedout template element. 
    2323 
    2424To show all videos that are in the profile and have eather public or logged in privacy setting use: 
    25 {{frontpagevideo:loggedin}} 
     25{{frontpagevideos:loggedin}} 
    2626 
    2727Amount 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}} 
    2929 
    3030The 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}} 
    3232 
    3333Video 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}} 
    3535When configuring video size both width and height must be given otherwise default (200x167) values are used.