Page 1 of 1

New Plugin Request "Countdown"

Posted: Mon Oct 10, 2005 8:43 pm
by Nikropht
I would like to add a countdown plugin to my blog http://www.nikropht.com for BlizzCon. I made a simple coundown php page http://www.nikropht.com/countdown.php but cannot figure out how to embed it into Serendipity. Is there a generic plugin that can call a php page? I am using Serendipity 0.8.5 and PHP 4.3.11

Thx

-Nikropht
nikropht@gmail.com
www.nikropht.com

Re: New Plugin Request "Countdown"

Posted: Mon Oct 10, 2005 9:04 pm
by garvinhicking
You can easily write your own sidebar plugin and put your code into it.

Have a look at an easy plugin like serendipity_plugin_gallery_menalto_random or the serendipity_plugin_amazon. You can also just call an include in your s9y plugin file.

Another way is to use the generic PHP box plugin. You can search for it in this forum, but it is not advised because it makes use of eval.

Best regards,
Garvin