[pmwiki-users] "No ending delimiter '!' found" messages after 2.0beta35 upgrade
Hans
design at flutesong.net
Sat Apr 30 01:50:09 CDT 2005
Saturday, April 30, 2005, 7:08:01 AM, Nate wrote:
> As a data point: this is the GroupFooter markup I have that seems to be
> causing the error.
> (:pagelist {$Group}.{$Name} list=normal -Sidebar -Homepage -Template :)
try this instead:
(:pagelist link={$FullName} list=normal :)
the -Sidebar etc causes the error.
Instead, adjust the $SearchPattern variable via config.php
to add exclusions to list=normal listings:
$SearchPatterns['normal'][] = '!\\.HomePage$!';
$SearchPatterns['normal'][] = '!\\.SideBar$!';
$SearchPatterns['normal'][] = '!\\.Template$!';
see http://www.pmwiki.org/wiki/Cookbook/SearchResults
Best,
~Hans
More information about the pmwiki-users
mailing list