Composer: avoid redirect after submit
-
I wish to avoid redirects after writing new topics or replies.
Is there any option of the composer JS module to set this behavior? -
In user settings, there's an option "After posting a reply, show the new post".
-
Ok thanks @PitaJ,
but I need a different behavior in another custom page.
In particular, in my custom page I need no redirects and in other sections redirects should remain.
Can I use a Javascript API in my custom page to do this? -
@bonaccorsop can you explain exactly where you want this behavior? Are there certain topics or categories you wish to redirect on, and others not? Or what exactly is your desire.
-
Okay, I created a custom theme based on Persona.
There's a custom page that shows all user's subscribed topics and he can quickly reply and write new Topics for a certain category. After user write using composer, his post automatically renders in the custom page and redirect is annoying in this case. So i wish to disable it. -
SO @PitaJ, is there a solution for this?