[pmwiki-users] $WikiLibDirs
Hans
design5 at softflow.co.uk
Tue Apr 20 12:32:49 CDT 2010
to add a custom page store directory this works:
$where = count($WikiLibDirs);
if ($where>1) $where--;
array_splice($WikiLibDirs, $where, 0,
array(new PageStore('$FarmD/cookbook/fox/templates.d/{$FullName}')));
the pages can get accessed, but they don't show up in a pagelist or search.
Can this be made possible?
I don't understand how PmWiki documentation pages get listed, but the
pages in the custom store not.
Thanks,
~Hans
More information about the pmwiki-users
mailing list