vS-Hide Hack - uncompressed javascript

-Hammad-

New Member
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:
PHP:
            case 'PHP':
            {
                this.apply_format('removeformat');
            }
            break;
and the closest I can get to this code in my file is:
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?​
 
I got that fixed, now the hack isn't working. I enclose the content within the tags, and they just disappear from the text and the editor. Any help please?
 
the code on your first box is uncompressed and the 2nd box is compressed as you can see its all squashed together and odd symbols removed. its hardish to workout where you can place your uncompressed code amongst compressed code but can be done and it does work as long as youve made sure and double checked that you havnt put it before a bracket when you shouldnt of. all vbulletin files are compressed especially the javascript and afaik you cant uncompress them easily or online i did have a look once!

the best thing to do is get the latest hack for your version of vb or search first on here and see if its already posted up!?

i am not familiar with the hack but ill see what i can do.

in more detail explain your problem clearly. and any errors you are receiving.

Spinifex.
 
I fixed the uncompressed files, but when i use the [HIDE] tags, the message doesn't show up, it just disappears.
 
Back
Top