Search found 29 matches
- Tue Jul 01, 2025 9:06 pm
- Forum: General
- Topic: bludit on OMV NAS without docker?
- Replies: 1
- Views: 39495
Re: bludit on OMV NAS without docker?
Acually it is pretty simple. After installing OMV NAS https://www.openmediavault.org/ you can configure nginx with this file bludit.conf https://docs.bludit.com/en/webservers/nginx make sure it is not port 80 but e.g. 88 Then put the cms files into /var/www/bludit and chmod -R the owner and group to...
- Sun May 25, 2025 2:09 pm
- Forum: General
- Topic: Moving Bludit to new domain
- Replies: 6
- Views: 15608
Re: Moving Bludit to new domain
Last night I just changed the IP address of my site in a VirtualBox to verify. Yes, images simply don`t load unless both URLs / IPs / domains exist parallel. Parallel would mean that your domain is www.exampleA.com and a test site might be test.exampleA.com. In this case the hard coded links would b...
- Sat May 24, 2025 11:01 pm
- Forum: General
- Topic: Moving Bludit to new domain
- Replies: 6
- Views: 15608
Re: Moving Bludit to new domain
It is possible to just copy all files to a new subdir and change file /bl-content/databases/site.php with the new domain. Unfortunately there are loads of hard coded links to your old domain if you uploaded a lot of images.
- Sat May 24, 2025 8:57 pm
- Forum: General
- Topic: unable to use - docker
- Replies: 1
- Views: 61654
Re: unable to use - docker
You seem to be much more experienced than me but I`d guess it is the wrong user:group. I had a similar case when I had to set it to 777 and finally chmod the user:group to something useful and then it worked with less than 777.
- Wed Apr 30, 2025 3:36 pm
- Forum: General
- Topic: bludit on OMV NAS without docker?
- Replies: 1
- Views: 39495
bludit on OMV NAS without docker?
Is there a way to run bludit on OMV NAS without docker? Did anybody try this?
- Wed Mar 06, 2024 12:58 pm
- Forum: Plugins
- Topic: WordPress Importer 3.8.1 not working
- Replies: 0
- Views: 7135
WordPress Importer 3.8.1 not working
Got problems with importing WP static pages through the WordPress Importer 3.8.1. I can import all postings but when I want to import the static pages it only imports the first page of 12 items. If I want to click to 'next', the next page is not page 2 of the static pages but page 1 of the postings....
- Thu Feb 29, 2024 12:03 pm
- Forum: Plugins
- Topic: Drop-Down-Navigation
- Replies: 2
- Views: 61549
Re: Drop-Down-Navigation
Ich suche auch grade ein Ausklappmenü und fand das hier https://forum.bludit.org/viewtopic.php?p=12969&hilit=Menu#p12969 Dann noch das https://forum.bludit.org/viewtopic.php?t=2218 Meine Frage ist, was ist der aktuelle Stand? Wie kriegt man ein automatisches Ausklappmenü hin, gerne mit Bootstrap.
- Tue Feb 27, 2024 10:25 pm
- Forum: Plugins
- Topic: Porbleme mit dem Import von WP
- Replies: 0
- Views: 48226
Porbleme mit dem Import von WP
Ich habe bludit 3.15.0 und WP importer 3.8.1. Er hört auf mit einer Fehlermeldung: Sorry, something went wrong. Try again later. , wenn ich die Bilder auch importieren möchte. Soweit hat das geklappt die Artikel ohne Bilder zu importieren. Die statischen Seiten werden auch als Artikel eingelesen. Di...
- Wed Sep 27, 2023 8:28 am
- Forum: Allgemeines
- Topic: Bilder als webp hochladen statt png?
- Replies: 3
- Views: 74055
Re: Bilder als webp hochladen statt png?
Genau, die Frage richtig formulieren. Ich fand bei WP ein Plugin, das jedes hochzuladende Bild in webp konvertiert. Sowas geht hier wohl nicht? Funktioniert denn die Qualitätseinstellung oder muß man das manuell im Code ändern? Das war bei dem anderen Thread das Thema.
- Mon Sep 25, 2023 2:02 pm
- Forum: Themes
- Topic: Definierte Stories auf Startseite laden
- Replies: 1
- Views: 56333
Definierte Stories auf Startseite laden
Gibt es die Möglichkeit, auf einer Startseite untereinander bestimmte Posts / Stories angezeigt zu bekommen? Im theme mediumish steht in der home.php // Get the first and second page from the content. Kann man auch sagen, get page about_me und dann news und dann projects? Das würde den Autoren helfe...