[Pmwiki-users] Imagemaps?

karl harris karlh
Wed Aug 11 21:05:42 CDT 2004


It seems that when I add the following code to the config.php, I can enter the 
plain HTML for the imagemap which then seems to function properly.

...................................................................
$AllowedHTML="a|img|map|area";
    $BrowseDirectives["/(<\\/?($AllowedHTML)\\b[^>]*>)/e"] = 
      "Keep(str_replace('\\\"','\"','$1'));";
...................................................................

I know this probably does not follow the ideals of the wiki project but it 
works, so I will use this until someone smarter comes up with a better 
solution.

Karl

On Wednesday 11 August 2004 06:05 pm, Steven Leite wrote:
> On Wednesday, August 11, 2004 3:22 PM [GMT+1=CET],
>
> karl harris <karlh at treasurekove.com> wrote:
> > I am interested in this functionality too.  Has anyone done any work
> > on this or have any ideas on this yet?
>
> Send me some sample code for a variety of image maps that you might use,
> or might like to use, and I'll see what I can come up with.
>
> Steven Leite



More information about the pmwiki-users mailing list