Quote:
Originally Posted by Chris583
I have a problem that I have noticed and a member just pointed out again to me.
"I like vertical more, except when I post, my post only comes up horizontal, and all the others vertical, until I refresh the page, if you can fix that, I'd be really grateful."
Any ideas, help? THANKS!!!
|
I am aware of the issue, it is not a bug, but a behaviour due to the fact that we are tricking vBulletin into thinking that we are using postbit_legacy when the forum is actually not using it.
It is because he is using Quick Reply, and as the whole page has loaded before he has replied, he is relying on Ajax to display the post after he has replied, and considering that vBulletin is being tricked into thinking it is in another mode from person to person, it will initially revert the postbit to horizontal, until the page has been refreshed, we can not get around this without edits to vBulletin files.
That would probably require at least editing
vbulletin_quick_reply.js, which is a core vBulltin file (maybe other files too, but have not looked into it yet). I am not really up on javascript or ajax, but may attempt to fix it at some point (I will give no timeframe). But the only problem with the edits, is that each and every time vBulletin is updated, you will have to apply the edits.