Quote:
[HIDE]information[/HIDE]
Shortcut code, can be mapped to any of the below ones. By default, it is mapped to HIDE-POSTS.
[HIDE-POSTS=X]information[/HIDE-POSTS]
Information is not shown to people who have less than X posts. Has an alternative syntax: , where X is automatically set to the value defined in vBulletin options.
|
how do i make this possible? i want the hide button to automatically do [hide]information[/hide] whenever a person highlights the text and presses hide instead of the default pop up because newbies wouldn't know what to put in when it asks for an option.
nvm i figured in
vbulletin_textedit.js
Quote:
case 'HIDE':
case 'HIDE-POSTS':
case 'SHOWTOGROUPS':
{
useoption = true;
}
break;
|
change useoption = true;
to false