turning off ajax is not what I want to do, ajax is jscript so I'm guessing it should be possible to solve this with a window.location redirect in the ajax script vbulletin_quick_reply ?
--------------- Added [DATE]1303927114[/DATE] at [TIME]1303927114[/TIME] ---------------
i think i have a way do do this, but just don't know where to put it :
if i add this code to the vbulletin_quick_reply.js :
Code:
var v = $('.threadtitle a').attr('href');
window.location=v;
it should trigger the thread title link so the page should reload.
If only I knew where to put this extra code, should be when quick_reply_posting is complete