Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Disable "Big input" "small input"
Is there a way to use a command to disable those big input and small input buttons
I'm making a plugin and i want it to disable them
0
This discussion has been closed.
Comments
$Head->AddString('<style type="text/css">#Form a.SearchSwitch { display: none!important; }</style>');
A better way, there should be a way to parse it out of the HTML output with some delegate...
i got one more question. I want to inject clearfix class in the CommentBody
so it looks like this
<div class="CommentBody clearfix" id="CommentBody_'.$Comment->CommentID.'"></div>
So i can have floating images in the CommentBody
Plus don't you think clearfix should be added in it default.