[pmwiki-users] Links to nothing changes cause side effect
Hans
design at softflow.co.uk
Tue Feb 21 17:27:12 CST 2006
Tuesday, February 21, 2006, 11:19:22 PM, Patrick wrote:
> Or are you referring to a different "last two instances"?
no, but you said:
> In the last three instances using {$Name}, if the current page
> doesn't exist then the link is always a createlink (this is
> also the same as beta25).
meaning to my mind:
If page does not exist:
[[{$Name}]] class='createlink'
[[{$Name}?skin=gemini]] class='createlink'
[[{$Name}?action=diff]] class='createlink'
which is not quite what I wished for, and also not quite what is
happening on pmwiki.org. Sorry for this confusion.
My ideal:
If page does not exist:
[[{$Name}]] class='createlink'
[[{$Name}?skin=gemini]] class='wikilink'
[[{$Name}?action=diff]] class='wikilink'
On pmwiki.org:
If page does not exist:
[[{$Name}]] class='createlink'
[[{$Name}?skin=gemini]] class='createlink'
[[{$Name}?action=diff]] class='wikilink'
Best,
~Hans
More information about the pmwiki-users
mailing list