Search found 3089 matches

by Edi
Fri Feb 14, 2025 12:36 pm
Forum: General
Topic: Adding a Caption to an Image in Bludit
Replies: 2
Views: 51454

Re: Adding a Caption to an Image in Bludit

The editor TinyMCE has this function.

To activate it add

image_caption: true,

to the settings of tinymce.init in the file plugin.php in the directory /bl-plugins/tinymce/ :


tinymce.init({
selector: "#jseditor",
auto_focus: "jseditor",
element_format : "html",
entity_encoding : "raw ...
by Edi
Wed Feb 05, 2025 11:30 pm
Forum: General
Topic: site migration and upgrade advice
Replies: 8
Views: 119062

Re: site migration and upgrade advice

audricd wrote: Wed Feb 05, 2025 5:41 pm 2: can I chmod the parent, or any directory to a safer chmod?
Sorry, I have no experience with docker. :(

But directories can be chmod 755.
by Edi
Wed Feb 05, 2025 11:14 pm
Forum: Plugins
Topic: new plugin - pull request
Replies: 9
Views: 123190

Re: new plugin - pull request

The plugin is now in the repository.

I made a new request, and Diego restarted the update manually. I don't know what the problem was.

Thank you for your patience!
by Edi
Wed Feb 05, 2025 2:17 pm
Forum: General
Topic: Video upload fails?
Replies: 7
Views: 73157

Re: Video upload fails?

kr428 wrote: Wed Feb 05, 2025 1:15 pm Ah. On closer look it seems third-party documentation? I did what has been outlined here, exactly the way described in this document:

https://planet-bludit.ch/anpassungen/up ... eo-dateien
Oh, it's my website. I will have a look at it what's missing.
by Edi
Tue Feb 04, 2025 10:44 pm
Forum: Plugins
Topic: new plugin - pull request
Replies: 9
Views: 123190

Re: new plugin - pull request

I had not yet time to figure out what the problem is. I will do it this week.
by Edi
Tue Feb 04, 2025 5:41 pm
Forum: General
Topic: Video upload fails?
Replies: 7
Views: 73157

Re: Video upload fails?

kr428 wrote: Mon Feb 03, 2025 7:59 pm These are the changes I made, according to the documentation:


Bildschirmfoto vom 2025-02-03 19-57-48.png
Where in the documentation have you found this?

And: Which files have you modified?
by Edi
Mon Feb 03, 2025 5:39 pm
Forum: General
Topic: Video upload fails?
Replies: 7
Views: 73157

Re: Video upload fails?

kr428 wrote: Fri Jan 31, 2025 10:47 am Modified bludit so that the uploader and the admin frontend will accept these kinds of files.
Which files have you modified?

You also can upload video files using FTP or the file administration of your hosting. ;)
by Edi
Mon Feb 03, 2025 5:33 pm
Forum: General
Topic: Size limit of image upload
Replies: 1
Views: 39133

Re: Size limit of image upload

This has nothing to do with Bludit. Please look at the PHP settings of your hosting.