Plugin Directory

Changeset 225579


Ignore:
Timestamp:
04/05/2010 06:58:52 PM (15 years ago)
Author:
maFF
Message:

update readme

Location:
nextgen-gallery-sidebar-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nextgen-gallery-sidebar-widget/trunk/ngg-sidebar-widget.php

    r225577 r225579  
    22/*
    33Plugin Name: NextGEN Gallery Sidebar Widget
    4 Plugin URI: http://ailoo.net
     4Plugin URI: http://maff.ailoo.net/2009/04/nextgen-gallery-sidebar-widget/
    55Description: A widget to show random galleries with preview image.
    66Author: Mathias Geat
  • nextgen-gallery-sidebar-widget/trunk/readme.txt

    r140867 r225579  
    11=== NextGEN Gallery Sidebar Widget ===
    22Contributors:
    3 Donate link: http://ailoo.net
     3Donate link: http://maff.ailoo.net/about/
    44Tags: image, picture, photo, widgets, gallery, images, nextgen-gallery
    5 Requires at least: 2.5
    6 Tested up to: 2.8.2
    7 Stable tag: 0.2.3
     5Requires at least: 2.8
     6Tested up to: 2.9.2
     7Stable tag: 0.3
    88
    99A widget to show NextGEN galleries in your sidebar.
     
    1111== Description ==
    1212
    13 The NextGEN widgets only allow showing of single images, I needed a solution to show links to galleries, so I wrote this widget. The widget lets you specify the following parameters
     13The NextGEN widgets only allow showing of single images, I needed a solution to show links to galleries, so I wrote this widget. You can specify the following parameters:
    1414
    1515- Maximum Galleries: the number of galleries you want to show
     
    1919- Output width/height: if you don't use AutoThumb, the plugin will set the HTML attributes width & height.
    2020- Default Link Id: the widget assumes that you set up pages for each gallery and link the gallery to that page (you can use the NGG Gallery Editor to do this). If a gallery has no link set, it will use the default link (id of a page or post).
     21- Exclude galleries: exclude galleries by specifying their ID as comma separated list
     22
     23Templating:
     24
     25Beginning with version 0.3, you have full control over the widget's output as it is controlled with templates. As the built-in templates would get overwritten on every plugin update, create a new directory called "ngg-sidebar-widget" in your theme's directory and copy the two template files "tpl.outer.html" and "tpl.inner.html" over there to edit them. The outer template is just a wrapper template (useful when you need some additional markup, e.g. when creating a list), the inner template has access to all the values from the gallery and image object (written in a simple templating syntax: {=object.member}). For the most use cases you should only need "gallery.title", "gallery.link" and "image.url".
    2126
    2227== Installation ==
     
    2833== Changelog ==
    2934
     35- 0.3: Wordpress 2.8+ widget API, gallery exclusion option, templating feature
    3036- 0.2.2: Add gallery_thumbnail option to select thumbnail image (preview, first, random)
Note: See TracChangeset for help on using the changeset viewer.