Functions

Here you can download additional functions for your minno installation. Function files should be unzipped into your root installation or your functions folder if you customized the location.

<minno:editarea params="width,height"/>

This function replaces the textarea with a MUCH nicer text editor with syntax highlighting. Download the editarea code editor here. Unzip the script into your Minno installation directory. Then put the <minno:editarea/> tag in your <head> tags. You can set the size of the editarea by passing the pixels via params.

Download Editarea

<minno:editlink params="Link Text"/>

This function displays a link to edit the current page if the user is authenticated.

Download Editlink

<minno:mailto params="username,domain/"/>

This function creates an obfuscated mailto link.

Download Mailto

<minno:rss params="http://url.rss,10"/>

This function displays an RSS feed given a valid RSS URL. You can specify the number of items to display as a second parameters.

The look of the feed can be customized by CSS.

Download RSS

<minno:upload params="subdir/"/>

This function lets you upload files to your web site. You can customize the upload directory by setting $uploads. It defaults to a folder named 'uploads/' in your installation directory. You can specify an alternative sub-directory in the params attribute.

Download Upload