[pmwiki-users] Categories in a own textfield
Patrick R. Michaud
pmichaud at pobox.com
Mon Sep 19 08:15:07 CDT 2005
On Mon, Sep 19, 2005 at 12:23:36PM +0200, nexyufuli evo wrote:
> I did change the $MessagesFmt[] to
>
> $MessagesFmt[] = "<h3 class='wikimessage'>Die Seite muss vor dem speichern
> mit einer Kategorie versehen werden! Siehe: <a
> href='$ScriptUrl/WikiHilfe/KategorienAnlegen'>WikiHilfe.KategorienAnlegen</a></h3>";
>
> But $ScriptUrl gives me unlike in the template just the domainname.
You probably mean to write:
$MessagesFmt[] = "<h3 class='wikimessage'>Die Seite muss vor dem speichern
mit einer Kategorie versehen werden! Siehe: <a
href='\$ScriptUrl/WikiHilfe/KategorienAnlegen'>WikiHilfe.KategorienAnlegen</a></h3>";
Either that, or be sure that $MessagesFmt[] is set sometime *after*
the correct value of $ScriptUrl has been set.
Pm
More information about the pmwiki-users
mailing list