Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

how to disable Fileupload function in comment aera.

This discussion is related to the FileUpload addon.
i only allow users upload in "start a new discussion", but not in the comment aera.

anyone can tell me how? thanks.

Best Answer

  • Answer ✓
    If you're comfortable editing the CSS for your Vanilla theme, you should be able to hide the "Attach a File" link by adding the following CSS rule:

    #Form_Comment .AttachFileLink {
    display: none;
    }


    That CSS rule will keep the "Attach a File" link visible in the Discussion form but hidden in the Comment form. It's not the most elegant solution but should do in a pinch.
    yigeliba

Answers

Sign In or Register to comment.