Comment Forms (1.9)

My comment forms no longer work under 1.9. The old syntax for a link was something like:

Comment on this article

I’ve tried replacing this with:

Comment on this article

But this results in a 404 page Not Found message.

Any ideas…?

best wishes
Huw

huw@darkneon.com wrote:

My comment forms no longer work under 1.9. The old syntax for a link was something like:
<a href="forum.php3?(#PARAMETRES_FORUM)">Comment on this article</a>
I've tried replacing this with:
<a href="spip.php?page=forum?(#PARAMETRES_FORUM)">Comment on this article</a>
But this results in a 404 page Not Found message.

Ok, to add the parameters in the url, there should be on ? and then all &, so it would be:

[<a href="spip.php?page=forum&(#PARAMETRES_FORUM)">Comment on this article</a>]

I am not yet used to the 1.9, but I think it would be cleaner to write:

[<a href="(#URL_PAGE{forum,#PARAMETRES_FORUM})">Comment on this article</a>]

Pierre