[pmwiki-users] links with mouseover titles

Peter & Melodye Bowers pbowers at pobox.com
Wed May 28 16:18:11 CDT 2008


> Hans wrote:
>
> Actually, just checking the code, [[target | text |: tooltip:]] is
> evaluated before 'if' conditional markup (to allow conditionals in
> tooltips). Perhaps that does give you  a hint why it is failing.
> 
> The extra markup is being rendered before that. You could possibly
> change all these, to make it comply with (:wikilist:).

Sure enough.  I changed the order of the extra markup you gave me to
'>wlist' and that solved the problem.

It now looks like this:
===(snip)===
Markup('[[~|:+:|','>wlist',
  "/(?>\\[\\[~([^|\\]]*)\\|:)\\s*(\\+)\\s*:\\]\\]/se",
  "Keep(ToolTipLink(\$pagename, PSS('Profiles.$1'), PSS('$1'),
     PageVar(MakePageName(\$pagename,
PSS('Profiles.$1')),'\$Title'),''),'L')");
===(snip)===

Thanks!

-Peter




More information about the pmwiki-users mailing list