[pmwiki-devel] Pagelist Multi Targets
Simon
nzskiwi at gmail.com
Mon Mar 7 21:51:08 CST 2016
I am using http://www.pmwiki.org/wiki/Cookbook/PageListMultiTargets with
the $EnablePLMTLink = 1; option.
I have a pagelist
(:pagelist link=+Category.Process,+Category.DataInformation
fmt=#titlesummary list=normal group={$Group} name=-Template* order=title:)
In other pages I have
[[!Process]] [[!DataInformation]]
I want to see only pages listed which have both Process and DataInformation
categories.
config.php has
## StarterPack: Activate the PageListMultiTargets recipe.
http://www.pmwiki.org/wiki/Cookbook/PageListMultiTargets
$EnablePLMTLink = 1; # replace distribution link= parameter
include_once("$FarmD/cookbook/pagelistmultitargets.php");
When I change link= to links= its works,
any ideas
tia
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20160308/eeeaffa5/attachment.html>
More information about the pmwiki-devel
mailing list