Hi there, Has anyone an idea to teach blogcal to accept pages with suffixes?
My blog pages have the form 20090119001, 20090119002, 20090119003, and so forth, i.e. ISO-date without seperator plus an increasing number to handle multiple entries for each day. blogcal accepts static prefixes as pagenames. As I see it, the problem will be to get the exact pagenames, as blogcal calls MakePageName() in line 163: $pname = MakePageName($pagename, $defaultgroup.".".$pname."*"); My guess is that MakPageName does not accept wildcards. Has anyone, perhaps Hans, an idea how to solve this? Thanks a lot Martin _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
