If a certain condition is met, I set a variable (something like $vbulletin->bashrun['forcereload']) inside of the newpost function. I need to find a way to, after the post is made, refresh the showthread page. I have tried this, and either my attempts didn't work at all, or they made the post twice.
If a certain condition is met, I set a variable (something like $vbulletin->bashrun['forcereload']) inside of the newpost function. I need to find a way to, after the post is made, refresh the showthread page. I have tried this, and either my attempts didn't work at all, or they made the post twice.
Any ideas?
Why is a refresh needed? 1 Thing i learned about the Microsoft.XMLHTTP ActiveX, When it's called it caches the output, XMLHttpRequest does not do that. Solution is to send a header with the output. Maybe this way your refresh won't be needed ?