[pmwiki-users] Generic link to Profiles.{$AuthId}
DaveG
pmwiki at solidgone.com
Thu Nov 6 11:56:43 CST 2008
On Thu, 6 Nov 2008 17:39:38 +0100, "Stéphane Heckel"
<hsteph at club-internet.fr> wrote:
>> Quoting the expression like this should work:
>> $FmtPV['$PageAuthId'] = 'MakePageName("Profiles.Template", $AuthId)';
>
> It returns an empty string, ... $AuthId is not interpreted ?
I can't test this right now, but try:
$FmtPV['$PageAuthId'] = 'MakePageName("Profiles.Template", "' .$AuthId
.'")';
~ ~ Davod
More information about the pmwiki-users
mailing list