- Forum
- Products for Joomla
- Kunena 5.x templates
- RND Kneat
- Ability to remove attachments button on Topic or Reply editor?
Ability to remove attachments button on Topic or Reply editor?
- Bret Dellinger
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
4 years 6 months ago #1111
by Bret Dellinger
Ability to remove attachments button on Topic or Reply editor? was created by Bret Dellinger
Hi,
Is there a configuration to remove the attachments button from the editor? I've configured everything to Not allow attachments except to Administrators and set the file size to 0, but the button still shows. It does prevent uploading an attachment but the user doesn't know that until they try to submit the attachments.
If not configuration, is it a css override?
Thanks
Is there a configuration to remove the attachments button from the editor? I've configured everything to Not allow attachments except to Administrators and set the file size to 0, but the button still shows. It does prevent uploading an attachment but the user doesn't know that until they try to submit the attachments.
If not configuration, is it a css override?
Thanks
- Eugene S.
-
- Offline
- Administrator
-
4 years 6 months ago #1112
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Ability to remove attachments button on Topic or Reply editor?
Hi Bret,
1. Try to follow this way:
Go to Site Administrator > Components > Kunena > Configuration > Uploads and find these params:
- Allow Image Uploads
- Allow File Uploads
Set them to Nobody.
2. If it will not help, there is a way to hide the button via the CSS.
You need to add a special rule to custom.less file. (
How to add custom styles
1. Try to follow this way:
Go to Site Administrator > Components > Kunena > Configuration > Uploads and find these params:
- Allow Image Uploads
- Allow File Uploads
Set them to Nobody.
2. If it will not help, there is a way to hide the button via the CSS.
You need to add a special rule to custom.less file. (
#kshow_attach_form {display: none;}
How to add custom styles
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
The following user(s) said Thank You: Bret Dellinger
Moderators: Eugene S.