
Stewdio wrote:
Alter the last line in /modules/forumulaire/index.php from
redirect_header(XOOPS_URL."/modules/formulaire/index.php?title=$title", 0, $sent);
to
redirect_header(XOOPS_URL."", 0, $sent);
There might be a cleaner way of doing this, but I only know enough php to be dangerous, so I kept it simple.
I'm still looking for a way to include my custom blocks in this module if anyone has a clue.
Thanks for that tip.