Downloads » Filters

Filters

Fundanemt has supported output filters from the 2.0 release, and they allow you to extend the render options, e.g. transform specific formatted text elements to family trees, hide e-mail addresses and syntax highlight code.


hx2span filter

by Brian Jørgensen

Places image elements in place of headings (h1, h2 etc.). The filter ships with a PHP script that draws an image with a specified TTF in a configurable size. The script caches the generated image, if a caching directory is created as specified in the installation instructions below.

This filter requires no interaction from the end-user, since it will automatically convert all headings matching the header level specified in the configuration file.

Installation

  • Download the zip-file and extract it in the fundanemt/modules directory.
  • Create the fundanemt/files/hx2span directory
  • Activate the filter by changing $filter_active to true in the configuration file.
  • Change the $hx2span_fontpath and $hx2span_fontsize to point to the TTF file and the font size you want to use.

You can download free TTFs from e.g. http://www.webpagepublicity.com/free-fonts.html

Features:
  • Create TTF image version of specified headings levels e.g. H1 => image.
Download filter

popupMaker

by Christian Hansen
If you want to make a link pop up in a new window you can use this filter.

Requires

Fundanemt 2.2 cvs checkout nov. 28. 2005 or newer.

Syntax

{link title|popup://link destination:parameters to window.open}

Visit devguru.com to get a list of valid parameters.

Examples

Case:You want to create a link to an external website that should open in a new window.
Solution
{Visit fundanemt.com|popup://http://www.fundanemt.com:height=600,width=770}

Case:You want to create a link to the sub page with ID=42 on your own fundanemt site that should open in a new window.
Solution
{New windows are totally !cool|popup://42:height=600,width=770}

Case:You want to link to a file in the fundanemt file archive
Solution
{Click here to see big image|popup://file://path/to/image.jpg:height=6000,width=7700}

Features:
  • Make links open in a new window using Fundanemt text links
Download filter

gollum filter

by Kim Schulz
If you want to make it possible for users to lookup some word easily, you can use this filter to make that happen (via the Gollum wikipedia browser)

Requires

Fundanemt 2.1 or newer.

Syntax

[gollum]word[/gollum]

Visit Gollum homepage for more info on the project.

Features:
  • converts special notation into a link that opens the gollum Ajax wikipedia browser window and looks up the marked word.
Download filter

Image filter

by Kim Schulz
Imsert simple image tags like [image]url/to/image[/image] and get it converted to an insertion of the image from the url.

Requires

Fundanemt 2.1 or newer.

Syntax

[image PARMS]url[/image]

PARAMS can be empty or can be any parameters you want directed into the image tag directly - e.g. style="float:right;

" Features:
  • Converts simple tags into html image tag such that you can add images anywhere.
Download filter

Lightbox filter

by Brian Jørgensen
Converts links with images inside the A-tag to lightbox links (adding the rel=lightbox attributets.

Download filter

formFilter

by Christian Hansen

Requires

Fundanemt 2.1 or newer and php >= 4.3.

Documentation

Features:
  • Create formulars using text codes
Download filter