Search found 40 matches

by Sergelie
Fri Nov 21, 2025 5:38 pm
Forum: General
Topic: Create a multilingual Site with Bludit
Replies: 6
Views: 9610

Re: Create a multilingual Site with Bludit

To toggle FR|EN (or else) on each page of your site. My php solution. It is specific for my needs and may look a bit messy (I am not a programmer) but it works. I added comments to help you understand. I will clarify if you need. // Optimized URL translation script (and more) for FR/EN language swit...
by Sergelie
Thu Nov 20, 2025 10:44 pm
Forum: General
Topic: Create a multilingual Site with Bludit
Replies: 6
Views: 9610

Re: Create a multilingual Site with Bludit

Your Php solution is great. I implemented a js one, rerouting only on first access. Here it is (just for info): <script> document.addEventListener('DOMContentLoaded', function() { let uri = window.location.pathname; if (!localStorage.getItem("first-run")) { localStorage.setItem("first...
by Sergelie
Mon Nov 17, 2025 4:53 pm
Forum: Show your Bludit-Website!
Topic: My sites
Replies: 0
Views: 90

My sites

https://fcwmedia.com - Work (E-learning - Media Relations) - Almost done https://sergelie.com - Personal (writing and javascript experimentation). Both using Bludit.com + Blekathlon (customized). Lately I worked on loading speed optimization using tools offered by Google, and I realized that a lot o...
by Sergelie
Wed Nov 05, 2025 11:22 pm
Forum: Plugins
Topic: bluditbackup Issue with php 8.4 upgrade
Replies: 3
Views: 873

Re: bluditbackup Issue with php 8.4 upgrade

I meant: as soon as I clicked the Make Backup button. But it is solved now.
by Sergelie
Thu Oct 23, 2025 12:42 pm
Forum: Plugins
Topic: bluditbackup Issue with php 8.4 upgrade
Replies: 3
Views: 873

Re: bluditbackup Issue with php 8.4 upgrade

Just submitted the code to DeepSeek with a prompt "worked fine with php 7.4, adapt for 8.4", and after a few trials, I got a correction version that works fine with php 8.4.4.

If somebody needs it, I could provide it here.
by Sergelie
Wed Oct 22, 2025 11:04 pm
Forum: Plugins
Topic: bluditbackup Issue with php 8.4 upgrade
Replies: 3
Views: 873

bluditbackup Issue with php 8.4 upgrade

It was working well on php 7.4. Just upgraded to php 8.4 (option from a shared host), and now I get a 500 error after it tried to launch the backup process. Below is the error. Thanks for your help. Sergelie Internal Server Error The server encountered an internal error or misconfiguration and was u...
by Sergelie
Sat Sep 27, 2025 5:31 pm
Forum: General
Topic: Images format - Adding webp
Replies: 2
Views: 829

Re: Images format - Adding webp

Thanks a lot! I updated!
by Sergelie
Fri Sep 26, 2025 5:29 pm
Forum: General
Topic: Images format - Adding webp
Replies: 2
Views: 829

Images format - Adding webp

What would be the way to have bludit accept the webp format when uploading images?

Thanks in advance
by Sergelie
Sat Mar 09, 2024 2:03 pm
Forum: General
Topic: Option: "Disallow Comments" as default setting
Replies: 4
Views: 10811

Re: Option: "Disallow Comments" as default setting

Oh you are right! I will look into the plugin Sniker Comments! The one I use. Tx Edi!
by Sergelie
Fri Mar 08, 2024 5:59 pm
Forum: General
Topic: Option: "Disallow Comments" as default setting
Replies: 4
Views: 10811

Option: "Disallow Comments" as default setting

Desperately looking for the file in which I could change the default setting of "Allow Comments" to "Disallow Comments" in Options for New content. Thanks in advance!