Gallery extension 0.5.0

May 31st, 2007 by Andrea Franz

Radiant Gallery extension 0.5.0 is just released! Now you can set set name and description for each gallery and gallery item.

radiant-gallery-extension-0_5_0.jpg

I wrote some example in the README file, check it out!


CopyMove 1.8.3

May 26th, 2007 by Andrea Franz

I fixed some bugs in the CopyMove extension. Now you can copy the whole tree of a page under one of its children…you can also duplicate the hompage..if you already use this extension, download the latest release!


Duplicate extension becomes CopyMove

May 16th, 2007 by Andrea Franz

I changed the name of my Radiant duplicate extension…now it’s called CopyMoveCheck it out!!!


Using Gallery Extension to list mp3 files

May 14th, 2007 by Andrea Franz

In the latest release (0.4.1) of the Radiant Gallery extension I added the ‘link’ tag for each gallery item. With this new tag you can use Gallery extension to display a set of file that aren’t images..and link directly to each item instead of display a thumbnail. I use this feature to display my band album. I created a new hidden gallery uploading all the mp3′s, and then I created a new page with this code:

<r:gallery id="3">
<h4><r:gallery:name /></h4>
<ol>
  <r:gallery:items:each>
    <li><r:gallery:item:link /></li>
  </r:gallery:items:each>
</ol>
</r:gallery>

..and this is the result:

Mp3 list with Radiant gallery extension


Radiant Duplicate extension 1.6

May 5th, 2007 by Andrea Franz

Radiant Duplicate extension 1.6 is just released…you can now duplicate or move a page and all its children.