On 10 Oct 2007 15:06:59 +1300
John Rankin <[EMAIL PROTECTED]> wrote:

> The script cookbook/wikipublisher/wikipublisher.php contains 
> the following default setting for $format=='pdf'
> 
>     SDV($WPLinkPageExistsFmt, "\$LinkText<tbook:visual
> markup='sup'>" . " (<tbook:url
> name='\$LinkUrl'>w</tbook:url>)</tbook:visual>");
> 
> So, to eliminate the (w) link, add the following to 
> local/config.php *above* the include:
> 
>     $WPLinkPageExistsFmt = '$LinkText';
> 
> Other settings are:
> 
>     SDV($WPLinkPageExistsAnchorFmt, 
>         str_replace('>w<','>w#$LinkAnchor<',$WPLinkPageExistsFmt));
>     SDV($WPLinkPageCreateFmt, 
>         "\$LinkText<tbook:url name='\$PageUrl?action=edit'>" .
>         '<tbook:visual markup="sup">?</tbook:visual></tbook:url>');

What do you think about adding option to disable/enable URL
links in PDF document?


Sincerely,
Gour

Attachment: signature.asc
Description: PGP signature

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

Reply via email to