|
Cookbook /
PowerTools-TalkSummary: Talk page for PowerTools.
Maintainer: HansB
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment. Please leave latest comment/request at the top(trail) questionIs it possible for the "label" to return the title or name of the page the prev/next link is going to? Sovvie December 14, 2011, at 08:12 AM InstallationI'm assuming that installation of PowerTools is the same as for other recipes: " (serialname) issueDannyB 2011-03-08: I just want to create a serial pagename starting with the current 2 digit year on the front. Why won't this work?
(:Year: {(ftime fmt=%y)}:)
[[{(serialname Projects "{$:Year}")}?action=edit|New Project]]
It gives me the pagename "SerialnameProjects11". Does it just not process the "serialname" function? I'm ready to write my own "serialyear" function, but really want this to work. HansB: Instead of using a markup expression as value for a page text variable, and using the PTV inside a markup expression, use the time markup expression directly inside the serialname expression:
Mark Bacas - 20100301 - I'm trying to make use of "newticket" for creating new forms. I would like to be brought to the "Form" and not the "Edit" page where I have to click "Save" to get to the form. Is there something special I have to do to skip the "Edit" page? I believe all of my form stuff is setup properly (but maybe I'm missing something there). HansB: sounds like a form, not a 'newticket' issue. I would need to see how your form is set up. Can this be discussed on PmWiki's user mail list, or on a Talk page of the form processing recipe you use? (pagelist) issue and proposed fixSteP 2010-12-04: I noticed some cases where $MarkupExpr['pagelist'] = 'MxPageList($pagename, $params)'; to: $MarkupExpr['pagelist'] = 'MxPageList($pagename, preg_replace($rpat, $rrep, $params))'; As scripts/markupexpr.php explains, when I expected the following 2 pagelists to be identical except for the different default fmt=X:
Instead it appears that powertools's pagelist doesn't find any pages matching that pattern while the Talk page for the PowerTools recipe (users). |