Have access to your site now. Nice! (my own spam filter catch about 20 bad bots a day - among them a lot from .br lately).
Yes I installed and activated Snicker plus. Works well and does not impact much the performance of the site. Thanks!
Added note: In the admin panel, if I chose to edit the ...
Search found 42 matches
- Sat Dec 27, 2025 8:17 pm
- Forum: Show your Bludit-Website!
- Topic: My sites
- Replies: 5
- Views: 28531
- Fri Dec 26, 2025 3:37 pm
- Forum: Show your Bludit-Website!
- Topic: My sites
- Replies: 5
- Views: 28531
Re: My sites
Thanks! Are you talking about Snickers plus?
I cannot update Beckathlon since I made so many changes. It works well for me the way it is.
BTW access to your site is forbidden.
I cannot update Beckathlon since I made so many changes. It works well for me the way it is.
BTW access to your site is forbidden.
- Fri Nov 21, 2025 5:38 pm
- Forum: General
- Topic: Create a multilingual Site with Bludit
- Replies: 6
- Views: 25326
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 ...
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 ...
- Thu Nov 20, 2025 10:44 pm
- Forum: General
- Topic: Create a multilingual Site with Bludit
- Replies: 6
- Views: 25326
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-run ...
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-run ...
- Mon Nov 17, 2025 4:53 pm
- Forum: Show your Bludit-Website!
- Topic: My sites
- Replies: 5
- Views: 28531
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 ...
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 ...
- Wed Nov 05, 2025 11:22 pm
- Forum: Plugins
- Topic: bluditbackup Issue with php 8.4 upgrade
- Replies: 3
- Views: 18387
Re: bluditbackup Issue with php 8.4 upgrade
I meant: as soon as I clicked the Make Backup button. But it is solved now.
- Thu Oct 23, 2025 12:42 pm
- Forum: Plugins
- Topic: bluditbackup Issue with php 8.4 upgrade
- Replies: 3
- Views: 18387
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.
If somebody needs it, I could provide it here.
- Wed Oct 22, 2025 11:04 pm
- Forum: Plugins
- Topic: bluditbackup Issue with php 8.4 upgrade
- Replies: 3
- Views: 18387
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 ...
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 ...
- Sat Sep 27, 2025 5:31 pm
- Forum: General
- Topic: Images format - Adding webp
- Replies: 2
- Views: 7776
Re: Images format - Adding webp
Thanks a lot! I updated!
- Fri Sep 26, 2025 5:29 pm
- Forum: General
- Topic: Images format - Adding webp
- Replies: 2
- Views: 7776
Images format - Adding webp
What would be the way to have bludit accept the webp format when uploading images?
Thanks in advance
Thanks in advance

