I'm trying to create my own skin section markup as described in various 
places, primarily here: http://pmwiki.com/wiki/PmWiki/SkinTemplates on 
the "Page Sections" section.

I have my skin config.php:
    Markup('noxxx', 'directives',  '/\\(:noxxx:\\)/ei',
       "SetTmplDisplay('PagexxxFmt',0)");

and in the tmpl:
    <!--PagexxxFmt-->
    <!--/PagexxxFmt-->

In my page I include the markup:
    (:noxxx:)

With no success. The markup remains in the page and seems not to be 
interpreted. Even including a direct call in config.php doesn't work:
    global $PagexxxFmt;
    SetTmplDisplay('PagexxxFmt',0);

What did I miss?


  ~ ~ David

PS: Using 2.2.0b63

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

Reply via email to