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:archive
Shows a small month-by-month archive
This handy little plugin was written by André Neubauer. It shows a little calendar which you can place in your sidebar to let users navigate by date.
Download
calendar.php.zipSimple Example
<lb:archive />
Extended Example
<lb:archive begin="2004-11" end="2005-05" />
Returns
<ul id="archive">
<li><a href="?date=2004-11">november 2004</a></li>
<li><a href="?date=2004-12">december 2004</a></li>
<li><a href="?date=2005-01">january 2005</a></li>
<li class="active"><a href="?date=2005-02">february 2005</a></li>
<li><a href="?date=2005-03">march 2005</a></li>
</ul>
<ul id="archive">
<li><a href="?date=2004-11">november 2004</a></li>
<li><a href="?date=2004-12">december 2004</a></li>
<li><a href="?date=2005-01">january 2005</a></li>
<li class="active"><a href="?date=2005-02">february 2005</a></li>
<li><a href="?date=2005-03">march 2005</a></li>
</ul>
Attributes
begin
Where do you want the archive to start? “YYYY-MM” format, please!
end
Where do you want the archive to end? “YYYY-MM” format, please!
Localisation
Just go into the source code of the archive plugin and you can change the strings for the months.

