[pmwiki-users] Skin Template Page Sections

DaveG pmwiki at solidgone.com
Wed Nov 21 19:58:30 CST 2007


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



More information about the pmwiki-users mailing list