Sliding Image Links 1.3.1 released
Small change in the plugin params
syntax. the plugin param called "name" has been removed and is no longer
necessary to use. This modify is totally compatible with the "old"
syntax. If the new plugin will find the "name" param also simply will
ignore it.
Than, just for clarify, the old plugin code was:
{slidingimagelinks height="200" openwidth="310" closewidth="100"}
{imagelink name="image1" image="images/image1.jpg" link="http://someurl"}
{imagelink name="image2" image="images/image2.jpg" link="http://someurl"}
...
{/slidingimagelinks}
{imagelink name="image1" image="images/image1.jpg" link="http://someurl"}
{imagelink name="image2" image="images/image2.jpg" link="http://someurl"}
...
{/slidingimagelinks}
and the new plguin code will become:
{slidingimagelinks height="200" openwidth="310" closewidth="100"}
{imagelink image="images/image1.jpg" link="http://someurl"}
{imagelink image="images/image2.jpg" link="http://someurl"}
...
{/slidingimagelinks}
{imagelink image="images/image1.jpg" link="http://someurl"}
{imagelink image="images/image2.jpg" link="http://someurl"}
...
{/slidingimagelinks}
The param "name" is no more necessary and supported.
thanks for your excelent work,
ReplyDeletehttp://www.funhelps.com