Search found 3089 matches

by Edi
Tue Oct 07, 2025 6:37 pm
Forum: General
Topic: Latest versions of php - Bludit latest
Replies: 9
Views: 2766

Re: Latest versions of php - Bludit latest

Do you update an existing installation or make a fresh one?

I run Bludit with PHP 8.3.24 without any problems.
by Edi
Sun Aug 03, 2025 9:09 pm
Forum: General
Topic: Can't edit content
Replies: 1
Views: 53547

Re: Can't edit content

Perl Version 5.26.3? Do you mean PHP?
by Edi
Sun Aug 03, 2025 8:57 pm
Forum: General
Topic: Forum issue - missing functionality
Replies: 3
Views: 44185

Re: Forum issue - missing functionality

The navigation bar at the top is back.

There was a cache issue.

Sorry for this!
by Edi
Sun Aug 03, 2025 8:50 pm
Forum: General
Topic: Flat-file / DB Improvement
Replies: 1
Views: 42469

Re: Flat-file / DB Improvement

Thank you for your contribution.

There is no further "official" development of Bludit at the moment.

But Bludit is Open Source therefore you can contribute to it or fork it for an own project.
by Edi
Tue Jun 03, 2025 9:53 pm
Forum: General
Topic: admin shortcuts - eg: DOMAIN
Replies: 2
Views: 20014

Re: admin shortcuts - eg: DOMAIN

You can find the paths in the file init.php in the directory /bl-kernel/boot (line 165):

https://github.com/bludit/bludit/blob/3 ... t.php#L165
by Edi
Tue Jun 03, 2025 6:49 pm
Forum: Plugins
Topic: EasyComments-Plugin
Replies: 1
Views: 52419

Re: EasyComments-Plugin

Welches Theme verwendest Du?
by Edi
Thu May 15, 2025 8:20 pm
Forum: Themes
Topic: coverImage location
Replies: 2
Views: 70686

Re: coverImage location

In the theme Alternative for example you can find in the template home.php the following (line 43):

<?php echo $page->contentBreak(); ?>

This shows the post with the cover image till the page break, if there is one.

The function contentBreak() is defined at /bl-kernel/pagex.class.php (line 97 ...
by Edi
Thu May 15, 2025 7:45 pm
Forum: General
Topic: Obsidian to bludit markdown
Replies: 1
Views: 23051

Re: Obsidian to bludit markdown

I didn't know Obsidian. I will have a look at it.
by Edi
Thu Apr 10, 2025 11:06 am
Forum: Allgemeines
Topic: Bludit 4.0
Replies: 2
Views: 495649

Re: Bludit 4.0

Bis auf weiteres arbeitet Diego nicht an der Version 4. Für die Version 3 gibt es von Zeit zu Zeit Updates (Anpassungen an neue PHP-Versionen, Updates von TinyMCE usw.).

Bludit ist Open Source, das heisst, dass es "geforkt" werden kann, d. h. eine Kopie erstellt, die selbst verändert und ...
by Edi
Thu Mar 27, 2025 8:56 pm
Forum: General
Topic: Option to set default category?
Replies: 5
Views: 80284

Re: Option to set default category?

abu wrote: Thu Mar 27, 2025 12:19 pm Is it the current strategy to implement such (core-)extensions as plugins?
At the moment there is no further development of Bludit. The updates are bug fixes, updates of the code for new PHP versions, of scripts and of plugins that are part of the Bludit package.