[Pmwiki-users] irc link

Patrick R. Michaud pmichaud
Sat Sep 18 07:36:26 CDT 2004


On Sat, Sep 18, 2004 at 03:17:16PM +0200, nexyufuli evo wrote:
> hi list
> i would like to add a irc link in my wiki, but if i try 
> [[irc://irc.freenode.net/osscp irc]] it displays tho whole content of 
> the [[]]. Is there a solution to include html in a wikipage ore how i 
> could solve this problem?

You need to add "irc:" as a valid url method.  In config.php:

   $UrlMethod .= '|irc';

Pm



More information about the pmwiki-users mailing list