"DaveG" wrote :
> I can't test this right now, but try:
> $FmtPV['$PageAuthId'] = 'MakePageName("Profiles.Template", "'
> .$AuthId.'")';
bingo !
as $AuthId is an email address, It seems required to suppress the . (dot) to
make it work, otherwise an empty string is returned :
$FmtPV['$PageAuthId'] = 'MakePageName("Profiles.Template",
"'.str_replace(".", "", $AuthId).'")';
Thanks !
SH
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users