GlenP Posted April 3, 2016 Share Posted April 3, 2016 I'm probably being especially stupid bit I cannot find a way to disable permission to upload attachments. We have some forums which we do not want people to be able to upload attachments and is working well in 3.4.x but seems to have disappeared in our 4.x test site. Link to comment Share on other sites More sharing options...
Adlago Posted April 3, 2016 Share Posted April 3, 2016 7 hours ago, GlenP said: I'm probably being especially stupid bit I cannot find a way to disable permission to upload attachments. We have some forums which we do not want people to be able to upload attachments and is working well in 3.4.x but seems to have disappeared in our 4.x test site. Here's a simple solution 1.Create a new theme - just a copy of your use community theme. 2. Add in Custom css on this theme .ipsComposeArea_dropZone{display:none;} 3. Change to edit all forums that you want "Forum Settings -> Theme Override: Select a this new theme and Save. These forums will have no attachment files. Link to comment Share on other sites More sharing options...
GlenP Posted April 4, 2016 Author Share Posted April 4, 2016 Thank you very much Adlago. That works perfectly. Link to comment Share on other sites More sharing options...
EarthDog Posted April 13, 2016 Share Posted April 13, 2016 Brilliant!! Although i consider this a dirty way....:) Link to comment Share on other sites More sharing options...
PrettyPixels Posted May 28, 2016 Share Posted May 28, 2016 On 4/3/2016 at 4:10 PM, Adlago said: .ipsComposeArea_dropZone{display:none;} Heh, this is genuis! Thank you! Since I have the Pages app, I'm going to keep my existing theme and write a custom css definition to hide this. Then, I'll only include that block in this particular forum. Perfect! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.