[pmwiki-users] Turn off link formatting within script

Mike mike at widowitz.com
Mon Dec 4 09:11:29 CST 2006


Hi,

I'm writing a small "cookbook"-like pmwiki extension in PHP for myself.
In that script, I need to link to other pmwiki pages from within the
"<area>"-tag of HTML, more specifically I need to fill in the "href" value.

Now I managed to build the correct URL by using the pagename and
$ScriptUrl, e.g. I arrive at
"href=http://server.com/pmwiki/mygroup/mypage", but then PmWiki wraps
the URL into an <a> tag with class=urllink.

How can I stop PmWiki from doing that?

Thanks,
Mike






More information about the pmwiki-users mailing list