Well, you need an uncompressed version of js to install this hack, and I was wondering, are the DGT and GYSN releases uncompressed? That's my first question, second one is:
To install the hack, you need to find the following code in the vbulletin_textedit.js file:
and the closest I can get to this code in my file is:
To install the hack, you need to find the following code in the vbulletin_textedit.js file:
PHP:
case 'PHP':
{
this.apply_format('removeformat');
}
break;
PHP:
case"PHP":this.apply_format("removeformat");break}
so is my file compressed or uncompressed, and should I replace case"PHP":this.apply_format("removeformat");break} with what is required?