selam bi mod kuruyorum son adımda kaldım nasıl ekleyeceğimi bilmiyorum kod söyle:
In file(s) ./clientscript/vbulletin_textedit.js, ( Done)

Please ensure that you have downloaded an "uncompressed javascript" version of vbulletin.

FIND
			case 'PHP':
			{
				this.apply_format('removeformat');
			}
			break;
ADD UNDERNEATH
			case 'HIDE': {
				if (hidetag_shortcut == 0 || hidetag_shortcut == 4) {
					useoption = true;
				} else {
					useoption = false;
				}
			}
			break;
			case 'HIDE-POSTS':
			case 'SHOWTOGROUPS': {
				useoption = true;
			}
			break;