2
Hi Lemernis,
Yes it makes sense. Unfortunately not all modules have logical re-directs after user actions.
Depending on the module you are using you can try to find the place where the re-direct occurs and edit to your own preferences.
In XOOPS the re-direct usually happend with the following function:
redirect_header(XOOPS_URL.'/modules/news/index.php', 3, 'Re-direct message to user');
The first in the parenthesis is the URL where the re-direct after post goes. 2nd is time waiting for re-direct and 3rd the message to show the user.
If you can pinpoint the place you should be able to change it so it the re-direct goes where you want it.