yeah i did!
"vbulletin_quick_reply.js" should be edited twice.
the 1st edit went fine. But in the second edit the code to be replaced
Code:
if (!allow_ajax_qr || !AJAX_Compatible)
should be replaced with
Code:
if (!allow_ajax_qr || !AJAX_Compatible || !AJAX_Allowed)
but such a code doesn't exist.
The file i got don't have such a code to be replaced, but wot i do have is a code like this for disallowing ajax
Code:
if (!is_last_page || !AJAX_Compatible)
Well... so if this code can't be edited, the quick reply will be working with the ajax feature and to get hidden content user needs to refresh the page?