Plugin Directory

Changeset 182265


Ignore:
Timestamp:
12/13/2009 09:48:57 AM (16 years ago)
Author:
mindvex
Message:

ADD: Polish translation (thanks to Michał Stochliński)
ADD: .mo-Translation-files for further translations
FIX: A bug in the documentation concerning the "instantview"-option

Location:
picasaview/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • picasaview/trunk/picasaview.php

    r174633 r182265  
    55Plugin URI: http://www.sattes-faction.de/picasaview
    66Description: Allows you to show all albums or a specific one from Google's picasaWeb in your posts.
    7 Version: 1.1
     7Version: 1.1.1
    88License: GPL
    99Author: Simon Sattes
     
    5454        'showdebugoutput'   => false,
    5555        'quickpaging'       => false,
    56         'version'           => '1.1',
     56        'version'           => '1.1.1',
    5757        'instantview'       => false,
    5858        'datetimeformat'    => '%d.%m.%Y'
  • picasaview/trunk/readme.txt

    r174633 r182265  
    4242then the album name was `PicasaViewDemo`.
    4343If your album name contains a single quote use double quotes for the name: `[picasaView album="ALBUMNAME'S"]`.
    44 6. new in v1.0: if you like to show the images of one album directly in a post, use the option "instantView":
    45     e.g. `[picasaView album="ALBUMNAME'S" instantView]`
     446. new in v1.0: if you like to show the images of one album directly in a post, use the option "instantView=yes":
     45    e.g. `[picasaView album="ALBUMNAME'S" instantView="yes"]`
    4646
    4747It's possible to overwrite all settings on the admin-options page with each picasaView-tag. That gives you the possibility to view all possible albums of different users on your blog. These are the options that can be used
     
    5151
    5252* `album`: the name of the album you'd like to view
    53 * `instantView`: if specified, the album images are shown directly in the post. Can only in combination with `album`
     53* `instantView`: if set to "yes", the album images are shown directly in the post. Can only in combination with `album`
    5454* `userId`: the user-Id from piasaweb
    5555* `server`: the URL of the picasaView server
Note: See TracChangeset for help on using the changeset viewer.