Download LoudBlog 0.8.0a
January 17, 2008 – For more informaion read the Release Notes.
- Loudblog_0_8_0a_files.zip (1,8 MB)
Templating
Flash Player Skins
Modify the flash player on your Loudblog powered website. Flash MX+ is required. Leave the folder structure untouched!

GR 0.5
by Gerrit van Aaken
Green Grass is beautiful – not only for golf and soccer podcasts ;-)

Kubrick 0.5
The most successful Weblog-Template ever!
Demo | Download
Amsterdam Nights 0.5
by Oliver Roick
Cool Dropshadows.
Demo | Download
britney 0.5
by Gerrit van Aaken
Britney is the pink variant of the default template.
Demo | Download
leuko 0.5
by Gerrit van Aaken
Leuko is the skin colored variant of the default template.
Demo | Download
clerk 0.5
by Gerrit van Aaken
Clerk is the grey variant of the default template.
Demo | Download
lotion 0.5
by Gerrit van Aaken
Lotion is the baby blue variant of the default template.
Demo | Download
default 0.5
by Gerrit van Aaken
A clean and reduced template with basic functionality.
Demo | Download
Red Train 0.5
Cool and relaxed lounge layout in dark red.
Demo | Download
INX 0.5
Slim, clean, gorgeous.

ruby 0.5
Colorful and friendly! Needs to be customized and personalized.
lb:syndicate
Gets data from any RSS source and shows it as an unordered list.
This is based on the MagpieRSS-Engine. But as this comes pre-installed with Loudblog, you don’t have to worry about the details.
Download
Usage/Example
<lb:syndicate url="http://www.g_threepwood.com/rss.xml" number="4" />
Returns
<ul>
<li>
<a href="http://example1.org">Example 1</a>
</li>
<li>
<a href="http://example2.org">Example 2</a>
</li>
<li>
<a href="http://example3.org">Example 3</a>
</li>
<li>
<a href="http://example4.org">Example 4</a>
</li>
</ul>
Attributes
url
This is important. Tell the plugin which RSS-source you would like to aggregate.
number
This is not so important. Limit the number of postings to be shown in the list. As most feeds are limited by theirselves, you may drop this attribute. The default value is “10”

