Quote:
Unlike alot on this thread I installed this hack with NO problems what so ever and I only have 1 question.
|
The most common reason people have problem is due to the fact that they apparently install hacks with their feet...
Quote:
When you click the Hide button on the editor, is there a way to change the [hide=" to just [hide]?
|
Assuming you have
limited edition v2.7.0 installed, do this (let me know if you have a non-2.7.0-LMTD version installed)

In ./clientscript/vbulletin_textedit.js, FIND:
Quote:
case 'HIDE':
case 'SHOWTOGROUPS':
{
useoption = true;
}
break;
|
REPLACE WITH:
Quote:
case 'SHOWTOGROUPS':
{
useoption = true;
}
break;
|
A NOTE TO POINT OUT TO EVERYONE ELSE:
Questions get answered when and
only when asked nicely. Everything else I have no time for.