Search found 10 matches

by Weebey
Tue Aug 20, 2024 4:16 pm
Forum: Support
Topic: Editing database.js
Replies: 9
Views: 62638

Re: Editing database.js

I know, it’s time consuming to learn coding. But remember that ChatGPT, mistral AI or Claude AI can be good allies when it comes to putting snippets of code together to make a working php script ^^
That’s honestly what I’ve been doing and it saves tons of time (and helps me not pull my hair so much ...
by Weebey
Tue Aug 20, 2024 10:13 am
Forum: Support
Topic: Editing database.js
Replies: 9
Views: 62638

Re: Editing database.js


But how come, although it's in the "blocks" section of the database, that the footer is called with:
<?= $Wcms->footer() ?>
and not
<?= $Wcms->block('footer') ?>

And related to all this, is there any periodic automated deletion of redundant content of the database?
If I delete the "subside" block ...
by Weebey
Tue Aug 20, 2024 10:02 am
Forum: Plugins
Topic: database translation plugin
Replies: 0
Views: 132014

database translation plugin

Hi all,

I'm no expert coder, so with some help from AI, I coded a small plugin that enables me to translate my pages and save the translation into a new database_EN.js.

It's not actually a plugin since I didn't manage to integrate it into the admin panel, it would make my site bug out so I ...
by Weebey
Mon Aug 19, 2024 7:52 am
Forum: Support
Topic: Editing database.js
Replies: 9
Views: 62638

Re: Editing database.js

Right, but I would say that a flat-file cms is technically not meant to host a very large website with tons of content. If that's your case, you should probably move on to a less minimal cms, a Wordpress or something.
by Weebey
Fri Aug 16, 2024 7:22 am
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Re: Suggestions for new features

Having received no comment from the developer, I hope WonderCMS is still maintained. It's a great little cms that works great for simple sites, but it still needs polishing to make it very user-friendly and "competitive" next to other flat-file cms's.
by Weebey
Wed Aug 14, 2024 5:13 am
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Re: Suggestions for new features

You’re right, the settings modal closing after any action is annoying.
by Weebey
Fri May 24, 2024 11:05 am
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Re: Suggestions for new features


Regarding renaming pages - this is not so relevant, since you can recreate the page and rename it, and the content will be the same. just cut, copy, create a new page - paste, delete the old page. all the work.


I'm not sure you understand what I'm talking about here.
Renaming a page and ...
by Weebey
Fri May 24, 2024 7:19 am
Forum: Support
Topic: Suggestions for new features
Replies: 12
Views: 92793

Suggestions for new features

Hi all,

While working with WonderCMS, I realized a few things that were missing for my needs and I thought, why not mention it here?

- First, in the menu section it would be great to be able to choose both a URL slug and a different page title for the slug. Sometimes I like a slug to be short, but ...
by Weebey
Mon Apr 22, 2024 3:44 pm
Forum: Themes
Topic: Suggestions to localize a wcms website
Replies: 4
Views: 88535

Re: Suggestions to localize a wcms website

As a former professional translator, and being quality-oriented and perfectionist, I refuse to base my website translation on google.
I'm looking for a way to use a basic language file that the cms can pull from depending on the language set by the user... but it looks crazy time-consuming and i'm ...
by Weebey
Sun Apr 21, 2024 6:37 am
Forum: Themes
Topic: Suggestions to localize a wcms website
Replies: 4
Views: 88535

Suggestions to localize a wcms website

Hey guys,

Brand new here, but I'm happy to join this community of WonderCMS users!

I've been struggling with the complications of Wordpress theming, it's heavy and full of useless features that I'll never use.
So I'm officially switching to Wcms and been developing my own theme (a personal resume ...