[pmwiki-users] adding a url typ

Patrick R. Michaud pmichaud at pobox.com
Wed Jul 19 12:19:28 CDT 2006


On Wed, Jul 19, 2006 at 05:53:32PM +0200, noskule wrote:
> hi list
> how do I add an url typ? I did try with:
> 
> config.php
>     $IMap['irc:'] = 'irc:$1';

1.  Add the entry to Site.InterMap
      irc:        irc:$1

2.  From a local config file or skin.php:

      global $LinkFunctions, $IMap;
      $LinkFunctions['irc:'] = 'LinkIMap'; $IMap['irc:'] = 'irc:$1';

Pm




More information about the pmwiki-users mailing list