Search found 3121 matches

by Edi
Sat May 09, 2026 9:42 am
Forum: Themes
Topic: Non-Local inclusion on Simple.css, tracking
Replies: 4
Views: 151

Re: Non-Local inclusion on Simple.css, tracking

I would write the author of the theme:

https://jboisseur.xyz

or

https://github.com/jboisseur?tab=repositories

You can do it or I can do it as soon as I will be back from my holidays next week.

Perhaps there is a certain reason to use the external stylesheet.
by Edi
Thu May 07, 2026 7:44 am
Forum: Announcements
Topic: Bludit v3.21.1 is here
Replies: 4
Views: 114

Bludit v3.21.1 is here

Bludit v3.21.1 is here and can be downloaded from

https://www.bludit.com
by Edi
Thu May 07, 2026 6:20 am
Forum: Themes
Topic: Non-Local inclusion on Simple.css, tracking
Replies: 4
Views: 151

Re: Non-Local inclusion on Simple.css, tracking

Which theme is it?
by Edi
Thu May 07, 2026 6:17 am
Forum: General
Topic: Error with image format in Bludit v3.20
Replies: 13
Views: 485

Re: Error with image format in Bludit v3.20

And what is the problem? ;)
by Edi
Wed May 06, 2026 6:44 pm
Forum: Plugins
Topic: Fehler im Gallery Plugin Bludit Pro
Replies: 5
Views: 135

Re: Fehler im Gallery Plugin Bludit Pro

Bei mir funktioniert das Plugin tadellos.

Bekommst Du eine Fehlermeldung?
by Edi
Sat Apr 18, 2026 1:42 pm
Forum: Announcements
Topic: Bludit v3.20.0 is here
Replies: 6
Views: 475

Re: Bludit v3.20.0 is here

I didn't read the update instructions... I will have a look at them.
by Edi
Mon Apr 13, 2026 11:26 pm
Forum: General
Topic: Link a content to multiple categories
Replies: 4
Views: 476

Re: Link a content to multiple categories

randomuser wrote: Mon Apr 13, 2026 6:07 pm That's another idea, but AFAIK, it wouldn't (natively) allow being able to have a category/tag page showing all the articles belonging to this category/tag with tag system, no ?
Also a tag page shows all articles with the tag.
by Edi
Mon Apr 13, 2026 11:23 pm
Forum: Themes
Topic: Blog X theme, link not distinguishable
Replies: 3
Views: 274

Re: Blog X theme, link not distinguishable

I'm not shure if this is an error in the CSS file or intention.

Using the plugin HTML Code you can add the following to the field "Head" (for example for the standard link color):

<style>

a {
color: #0000ee;
}

</style>


In the same way you can add colors for


hovering links: a:hover ...
by Edi
Mon Apr 13, 2026 10:21 pm
Forum: Announcements
Topic: Bludit v3.20.0 is here
Replies: 6
Views: 475

Bludit v3.20.0 is here

Bludit v3.20.0 is here and can be downloaded from

https://www.bludit.com

The changelog can be found at

https://github.com/bludit/bludit/releases/tag/3.20.0
by Edi
Wed Apr 01, 2026 11:45 pm
Forum: General
Topic: Link a content to multiple categories
Replies: 4
Views: 476

Re: Link a content to multiple categories

Perhaps a plugin could be coded.

As a fix you can do it manually.

You can modify the file categories.php in the directory /bl-content/databases .

In the following example the content "kategorien" (slug of the content) is listed in the categories "music" and "videos".


<?php defined('BLUDIT ...