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

Comments

  • I know you can hide it in CSS: (untested code)$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...
  • edited September 2006
    thanks wallphone
    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.
  • WallPhone, where do I put this code. In which file and at what exactlz place. Thanks!
  • OK, problem solved!
This discussion has been closed.