[pmwiki-users] discussion pages?

Jon Haupt jhaupt at gmail.com
Tue Jun 21 14:11:39 CDT 2005


This markup 

 Markup('{$BaseName}', '>{$fmt}',
> '/{\\$BaseName}/',
> str_replace('-', '.', $pagename, 1));


works but only after I took out ", 1" from the end of the str_replace bit - 
I wasn't sure what that was for, and pmwiki gave me a "wrong number of 
parameters..." or something like that error message. So

Markup('{$BaseName}', '>{$fmt}',
'/{\\$BaseName}/',
str_replace('-', '.', $pagename));

-Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20050621/1c778e4e/attachment.html 


More information about the pmwiki-users mailing list