Simple "days-until" Plugin: CountDown 71

omar, Tuesday 26 June 2007

Erik released a simple Plugin to generate a countdown for an upcoming event. All it does is output the days left, and all you have to do is to set the date in the admins' control panel. Get the file here: CountDown for LightPress

Twitter Plugin for LightPress 136

Alfonso Jiménez, Tuesday 22 May 2007

TwitterI would like to bring you today a new plugin for LightPress. It's about an new plugin for showing your twitter posts on your blog. It's very easy to install and fully configurable. This plugin has five parameters:

  • twitter_id: Here you must to indicate your user id

  • count: Number of posts that you wanna show it

  • screen_name: Your screen name

  • image: If you wanna show your profile image

  • name: If you wanna show your name

Download | Twitter Plugin for LightPress
More info | AlfonsoJimenez.com (Spanish)

Footnotes Plugin 3

Alfonso Jiménez, Monday 22 January 2007

Our friend Omar has published Footnotes Plugin for LightPress on the LP support forum. It's a plugin that allows us to include footnotes on ours posts. More info at toomuchcookies.net

Installation

From LightPress root directory

1) Copy footnotes.php in /plugins
2) Copy footnotes.xml in /themes/XXXX/YYYY/plugins/ (XXXX and YYYY correspond to current theme and lang-codification respectively)
3) Activate the plugin from WP-Admin
4) To write a footnote, just add ((This is the footnote))

Features

1) You can change both the hook and the appearance of a footnote in the plugin-management
2) To change the look of the footnotes block you'd have to change the template 'footnote.xml'
3) You can even change the position of the footnotes block. For example to put the footnotes in the sidebar:

  1. add {PLUGIN_FOOTNOTES} to the sidebar at the desired position

  2. in the plugin management page, set 'templateready' to '1'

Download

Download | Footnotes Plugin for LightPress

Share This Plugin 9

Alfonso Jiménez, Wednesday 17 January 2007

Based on Share This Plugin for WordPress by Alex King, I've decided to develop a version of Share This Plugin for LightPress. Share This is a plugin that allows share your content via social bookmarking sites. More info at AlfonsoJimenez.com (spanish)

Installation in 8 easy steps

From LightPress root directory

1) Copy ShareThis.php in /plugins
2) Copy sharethis.xml in /themes/XXXX/YYYY/plugins/ (XXXX and YYYY correspond to current theme and lang-codification respectively)
3) Copy sharethis.js in your javascript directory
4) Copy sharethis.css in your CSS directory
5) Copy folder /icons in your images directory
6) Add to headers these lines (change YOURXXXDIRECTORY!):

<script language="JavaScript" type="text/javascript" xsrc="YOURJSDIRECTORY/sharethis.js"></script> <link rel="stylesheet" xhref="YOURCSSDIRECTORY/sharethis.css" type="text/css" /> window.onload = function() {sharethis.init('{plugin_sharethis_path_icons}'); }

7) Copy between <!-- BEGIN post -> and <!- END post -->

{PLUGIN_SHARETHIS}

8) Activate the plugin from WP-Admin and enjoy it ;)

Download

Download | Share This Plugin for LightPress

Gallery2 plugin 2

ludo, Saturday 24 June 2006

Yesterday I committed the new Gallery plugin by Sergi March that supports embedding Gallery2 images in Lightpress. The plugin is contained in the latest nightly. Thanks Sergi!

Those of you waiting for a stable 2.0 release can go ahead and download the nightly archive, as the only thing I expect to change before 2.0 is the installation instructions, as the fine folks at WeblogsSL have helped spot and fix quite a few bugs, and the WP2.x compatible code now seems stabler than previous versions.

Akismet Support 15

ludo, Wednesday 07 June 2006

In the latest nightly build, together with lots of fixes and improvements. Getting ready for a 2.0 release.

LP Stats plugin 6

ludo, Friday 19 August 2005

A couple of months ago, Jerome wrote a quick and dirty WP plugin to display the data logged to MySQL from our Stats plugin. We never got around to release it, always hoping to find the time to add some extra functionality. As time is always short, and lp-stats may be useful to some of you, I have decided to release it while Jerome is on vacation. :) It's not even an alpha release, but I have been using it for quite some time without any problems.

Plugin Fun Pack 1.0 2

jerome, Monday 25 July 2005

In response to ru's questions in the forum, I've put together a mini plugin pack which includes the following:

  • HomePage -- Simple plugin to replace the default view with a page (static context) of your choosing.

  • PageTemplates -- Updated from the beta version I've been using on my personal site, this mimics WordPress' ability to allow you to use different templates for pages. Instead of using the default

    static.xml

    template, it will use an xml template of your choosing. The template can be specified using a meta value or you can use your old WordPress template names (make sure you create an xml LP version though!).

  • TemplateInclude -- Allows you to include one or more custom templates, similar to the way that the built-in header.xml, footer.xml and sidebar.xml templates are included. No batteries required.

It's highly likely that these will make it into the next release unless they cause somebody's website to catch on fire.

Download here

Del.icio.us plugin 7

ludo, Tuesday 10 May 2005

To encourage (read: bribe) Ramin to switch his blog to LP, I have spent a few hours developing a del.icio.us plugin. To keep it light and reduce dependencies to a minimum, it only uses the base PEAR class, and the native PHP expat functions.

I have just added it (and its template) to the repository, it should show up in viewCVS soon. If you give it a try, let me know if it works in your setup. And if you need new plugins to emulate some functionality of WP you are using in your blog, just ask.