Search found 3 matches

by dlb
Thu Nov 13, 2025 4:38 pm
Forum: Plugins
Topic: Improvement in Contact plugin
Replies: 0
Views: 1853

Improvement in Contact plugin

instead of modfying "Website Title" in the contact-form.php each time you install wondercms you can do this:

Nearly at the end you'll find this fonction:


if (empty($aFout)) {
$formulier = FALSE;

// Use the admin email as the From address
$fromEmail = $cfg['email']; // Admin email from the ...
by dlb
Thu Nov 13, 2025 11:22 am
Forum: Support
Topic: header problem SimpleBlog & Watercolor.
Replies: 1
Views: 1855

Re: header problem SimpleBlog & Watercolor.

I've made some additions to the theme.php of watercolor theme.

It's now working with the simpleblog plugin. i didn't test without the plugin but it should work just as usual

here is the modified code of the whole header section: (my contribution is between <addition> 1 & 2)

Wish you a nice day ...
by dlb
Wed Nov 12, 2025 9:23 am
Forum: Support
Topic: header problem SimpleBlog & Watercolor.
Replies: 1
Views: 1855

header problem SimpleBlog & Watercolor.

Hi everyone.

I've discovered a bug with the simpleblog plugin associated with watercolor theme.

I didn't had much time to dig in but I think simpleblog is modifying or bypassing the h3 header.

Watercolor show a 404 in the header of the blog page (the blue/green colored part), with the blog itself ...