AddImageType-Talk

Summary: Talk page for AddImageType.
Maintainer:
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

Comments


I was not able to make the above work (I was worrying about .tiff files), however, the following (in config.php) did seem to work for me:

    $ImgExtPattern = ereg_replace("(\)$)", "|tiff|tif|TIFF|TIF)", $ImgExtPattern);

The Replace Regular Expression looks for the closing ) in $ImgExtPattern and replaces it with the extension(s) that you would like to add, plus the closing ).

Simon Forknall, 02 June 2009 (PmWiki V2.2.1, Mac OS X)

Talk page for the AddImageType recipe (users?).