Contribute  :  Support  :  Downloads  :  Forum  :  Links  :  Polls  :  Calendar  :  Directory  :  Advanced Search  
Geeklog The Ultimate Weblog System
Welcome to Geeklog
Friday, May 16 2008 @ 03:13 AM EDT
   

Loudbot - Podcast plugin for Geeklog

PluginsThe creator of Loudbot plugin informed me yesterday that he has release the new plugin that also work with Geeklog.

Check it out at:

http://ektoras.agora.sonnexh.com/cms/

I have given it a quick test. It works, but haven't got some of the paths properly configured yet.

I might want to discuss it here in the forum.

Sam

Story Options

Trackback

Trackback URL for this entry: http://www.geeklog.net/trackback.php/20060401172201142

No trackback comments for this entry.
Loudbot - Podcast plugin for Geeklog | 2 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Loudbot - Podcast plugin for Geeklog
Authored by: ScurvyDawg on Tuesday, April 04 2006 @ 03:14 AM EDT
Very cool
LoudBOT - the Podcast BRIDGE! for Geeklog and LoudBLOG
Authored by: 1000ideen on Thursday, April 06 2006 @ 09:42 AM EDT
Yes it is a very good solution to be used instantly. I tested it and I am using it.

It is actually a bridge between Loundblog and Geeklog.

Basically you can use it in 2 ways, as a bridge to get Loudblog running within Geeklog. This is the case on Ektoras`site http://ektoras.agora.sonnexh.com/archive/

Unfortunately Loudblog as a complete audio blog solution got its own topics, comments etc. That`s the reason why I use it in the second way as a sort of plugin substitute. http://www.taftgel.de/index.php?topic=Hrproben In this case it only supplies the title of the file, some file data and the player.

This is possible if you strip down the Loudblog template index to almost nothing:

<lb:loudbot_snip>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="de" lang="de">
<head>
</head>
<body>
<lb:loop_postings number="50" order="desc">
</lb:loudbot_snip>
<dt>Download File: <lb:loudbot_link_audio><lb:title /></lb:loudbot_link_audio><br />
<lb:audiolength /> min * <lb:audiosize /> MB * <lb:audiotype /></dt><br />
<lb:loudbot_flashplayer width="150" height="45" />
<lb:loudbot_snip>
</lb:loop_postings>
</body>
</html>
</lb:loudbot_snip>

This also avoids the problem of searching in the Loudblog entries. You can write the headline, date and text in your GL story and also use the GL rights as usual.

As said in this case Loudbot only supplies the Loudblog MP3 file title and data and the player.