Gadgets - PHP scripts and more

File Type Templates Module

It is a little bit hard to explain what this module is meant for. Perhaps I start by telling the story of how this module came about.

Once upon a time a client asked for a solution to publish their own uploaded FLV videos in news entries. They are no HTML-experts so it was supposed to be an easy solution.
I added a custom File-Upload field to the weblog for them and put a conditional into the entry-template that would embed a FLV-Player if a file was present.

The next day they concretized their requirements. What they actually meant was that they wanted to be able to post an arbitrary number of video clips per entry and position them wherever in the body text they saw fit, just like they do with images now.

This gave me quite a headache at first but on second thought, unknowingly, they actually provided a good approach in their request: Just like with images.

When you upload a browser-supported image type and choose Embedded in Entry, Expression Engine provides the necessary HTML-code to display it, namely an <img>-tag.

When you upload anything else and choose Embedded in Entry, Expression Engine provides just a link to the file.

Hence I quickly wrote a plugin that checks the text for the existence of any links to FLV-files and replaces them with the code needed to embed a flash-player which loads the file. I told them to just upload the FLV-files and place the resulting link-codes where the videos are supposed to appear inside the text and they lived happily ever after.


Muttertag

Website zum Muttertag mit Geschenkideen, Tipps und Texten sowie einer Möglichkeit, Blumen zum Muttertag online zu bestellen.


Rezepte

Frikadellen Rezepte


MP3 Info

This plugin can be used to extract header information from a given mp3-file.
It does NOT read ID3-tags, just the standard header according to the MP3 specification plus the filesize in human-readable format.

I used it mainly to gather information for a podcast-feed without the need of custom fields where the publisher has to enter things like length etc.


Henrietta

Please bear with me not answering any support requests on short notice since there are endlessly much more important things in life right now.

image


Page 1 of 5 pages  1 2 3 >  Letzte »

About

Here you'll find some scripts and other stuff that might be useful, entertaining or even something completely different.