Using Radiant Gallery extensions as link manager
April 26th, 2007I’m working on a new website, and I’m obviously using Radiant as CMS. My client need to manage some links…some of this are displayed in the sidebar, others in an other page; each link has an image. I simply created two differents galleries using my Gallery extension; the first one called ‘Links’ and the second one called ‘Sidebar Links’..then i added this code in the layout inside the sidebar:
<r:gallery id="1">
<r:gallery:items:each>
<li><a href="<r:gallery:item:description />"><img src="<r:gallery:item:thumb width="200" />" /></a></li>
</r:gallery:items:each>
</r:gallery>
…and similar in the links page. Now i can simply add a link uploading an image in one of the two galleries, and setting the link url as image description.















