Hi, I am searching a skin for vbulletin 3.6.1, because i want to fix the error in vbulletin 3.6.8 and 3.7.0 when a user uses firefox and use quick reply. When a user uses firefox after press sunmit reply appears a blank page.
I found this code:
It is for vbulletin 3.6.1 and i want port it to 3.7.0 and 3.6.8. For it, i have to compare the postbit_legacy.
Thanks
I found this code:
Find this code in postbit_legacy :
<if condition="!$GLOBALS['FIRSTPOSTID']">
Replace with :
<if condition="(!$GLOBALS['FIRSTPOSTID'] and !$GLOBALS['vbulletin']->GPC['ajax'])">
It is for vbulletin 3.6.1 and i want port it to 3.7.0 and 3.6.8. For it, i have to compare the postbit_legacy.
Thanks