found the reason why fmtpagename returns nothing (but not the solution): before the update I could use FmtPageName directly in config.php. Now all FmtPageName-Values returned are blank cause $pagename, $PageUrl etc are blank. Has something changed concerning that ?
Knut -------- Original-Nachricht -------- Betreff: [pmwiki-users] problem with fomatpagename Datum: Sun, 02 Sep 2007 07:45:47 +0200 Von: Knut Alboldt <[EMAIL PROTECTED]> An: pmwiki-users maillist <[email protected]> Hi ! After updating to a new beta-release, I've got some problems with the FmtPageName-Function in config.php I've got the statement $ButtonCopyPage = FmtPageName('<td><a id="copy" href="$ScriptUrl?n=Site.$[CopyPage]?group=$Group?template=$pagename" title="$[copy contents of this page into a new one]">$[Copy Page]</a></td>',$pagename); This displays a button in the skin. Before the update I got the right values for $Group and $template (= values of the current page). After the update (I don't know which), I get only empty values. Did something change in FmtPageName ? If yes, what do I have to chage to get the values back ? Thanks Knut running pmwiki.2.2.0.beta63 _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
