[Pmwiki-users] irc link
    Patrick R. Michaud 
    pmichaud
       
    Sat Sep 18 21:11:19 CDT 2004
    
    
  
On Sat, Sep 18, 2004 at 07:36:23AM -0600, Patrick R. Michaud wrote:
> 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';
Woops, correction.  You should add the following instead:
     $UrlMethodPattern .= '|irc';
Sorry about that.
Pm
    
    
More information about the pmwiki-users
mailing list