Set attachment as private cannot be disabled
Describe the bug https://www.kunena.org/forum/76-Official-Announcements-and-News-about-Kunena/168408-kunena-6-3-0-stable-release-for-joomla-4-4-5-0#231253
You can disable private messages, but not private attachments. This should also be possible.
- This fix only removes the "Set all attachments as private" button, but not the "Set as Private" button.
2. Where does this code COM_KUNENA_EDITOR_INSERT_PRIVATE come from (see image)? Only this code is present in php as well ini files. COM_KUNENA_EDITOR_INSERT_PRIVATE_ATTACHMENT.
I had renammned the COM_KUNENA_EDITOR_INSERT_PRIVATE by COM_KUNENA_EDITOR_INSERT_PRIVATE_ATTACHMENT, i can't find in files the COM_KUNENA_EDITOR_INSERT_PRIVATE anymore
it seems that you haven't all the lastest changes
it seems that you haven't all the lastest changes
No, I'm up to date. My ini file show this code: COM_KUNENA_EDITOR_INSERT_PRIVATE_ATTACHMENT
I also can't find in files the COM_KUNENA_EDITOR_INSERT_PRIVATE. No idea where this code on the button comes from.
.
Found it:
kunena_media/core/js/upload.main.js:276: .html(Joomla.getOptions('com_kunena.icons.secure') + ' ' + Joomla.Text._('COM_KUNENA_EDITOR_INSERT_PRIVATE'))
Sorry, my mistake, the folder media i forgot to update
Sorry, my mistake, the folder media i forgot to update, can be closed