[pmwiki-devel] More trouble with PageUrl
Hans
design5 at softflow.co.uk
Sun May 6 06:52:05 CDT 2007
My last correction to fox.php to get the correct $PageUrl
in a function by using
$PageUrl = PageVar($pagename, '$PageUrl');
has thrown the working of delete links into disarray.
Apparently they relied sometimes on the incorrect assignment of
$PageUrl.
I try to mend this and have a question:
I have a number of pages each with a markup which generates a link,
like
<a class='foxdellink' href='{$PageUrl}?action=foxdelete.....'>
These pages are listed with pagelist using fmt=#include.
Now the links all point to the holding page with the pagelist.
Formerly with the incorrect $PageUrl they were pointing each to the
page the markup is in, which is exactly what I want.
How can I get their page urls into the output?
Is this the exact same problem of not having a page variable giving
the exact page url?
Thanks for any help on this!
Hans
More information about the pmwiki-devel
mailing list