[pmwiki-users] Pagelist PTV wildcard usage?

Mark Bacas mbacas at gmail.com
Mon Mar 29 18:58:46 CDT 2010


Hello everyone,

Example of my issue can be seen here:
http://diligentwarrior.com/test2mtd/index.php

I have the string in a PTV field:

xyz biweekly 123

I don't want my "Weekly" pagelist to display this biweekly entry.

(:pagelist fmt=#MTDSchedule list=normal order=$:duedate,$:duetime
group=MTD.2* if="date ..{(ftime "%Y%m%d" "+2 days")} '{=$:duedate}'"
$:duedate=- $:status=recurring $:tags=*weekly* header="%red%'''Weekly
Recurring Items (Due Within 2 Days)'''":)

(:pagelist fmt=#MTDSchedule list=normal order=$:duedate,$:duetime
group=MTD.2* if="date ..{(ftime "%Y%m%d" "+3 days")} '{=$:duedate}'"
$:duedate=- $:status=recurring $:tags=*biweekly*
header="%red%'''Biweekly Recurring Items (Due Within 3 Days)'''":)

Is there a way I can handle this?

Regards,

 - Mark



More information about the pmwiki-users mailing list