Wednesday, May 28, 2008, 3:32:54 PM, Peter & Melodye Bowers wrote:

> More clearly, I want to enter [[~SCB]] (or [[~SCB|^]] or something) in the
> field (not [[~SCB|+]]) and then when I hover my mouse over that link I would
> like to see "Stephen's Center Bookstore".

or perhaps better use LinkCSSToolTip and these markups:

Markup('[[|:+:|','<[[|+|',
  "/(?>\\[\\[([^|\\]]*)\\|:)\\s*(\\+)\\s*:\\]\\]/se",
  "Keep(ToolTipLink(\$pagename, PSS('$1'), PSS('$1'),
     PageVar(MakePageName(\$pagename, PSS('$1')),'\$Title'),''),'L')"); 
                                
Markup('[[~|:+:|','<[[|:+:|',
  "/(?>\\[\\[~([^|\\]]*)\\|:)\\s*(\\+)\\s*:\\]\\]/se",
  "Keep(ToolTipLink(\$pagename, PSS('Profiles.$1'), PSS('$1'),
     PageVar(MakePageName(\$pagename, 
PSS('Profiles.$1')),'\$Title'),''),'L')"); 

The first is the same than I posted in the last email.
The second adds a [[~Name|:+:]] markup specifically for links to
'Profiles' pages.


  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to