Quote:
Originally Posted by IrPr
Thanks, i did it myselft
in vbulletin_textedit.js
Find:
Code:
this.Insert_Quote = function(username)
and replace with:
Code:
this.Insert_Quote = function(username, postid)
Find
replace with:
in Postbit and Postbit_Legacy
Find:
Code:
Insert_Quote('$post[username]')
replace with:
Code:
Insert_Quote('$post[username]', '$post[postid]')
|
Yep.

But when I do it, it'll be backwards compatible with 3.5.