Hi k0r37k1.
Looking at the code - looks great and I don't see any issues. Cheers for giving WonderCMS a go and trying to improve our plugins with new additions.
After some debugging, I noticed 2 things that are causing a bit of an issue when trying to install the plugin.
1. When trying to ...
Search found 749 matches
- Mon Apr 21, 2025 3:18 pm
- Forum: Plugins
- Topic: [in development] SimpleFeed Plugin for WonderCMS
- Replies: 12
- Views: 6032
- Thu Apr 17, 2025 3:48 pm
- Forum: Plugins
- Topic: [in development] SimpleFeed Plugin for WonderCMS
- Replies: 12
- Views: 6032
Re: SimpleFeed Plugin for WonderCMS
Please see my previous comment, I briefly just checked the code.
Check out the where the admin can edit and add items. It needs a verification that the admin is logged in.
Also, you are currently generating your own csrf token, while you should be using the one we already provide. For example, if ...
Check out the where the admin can edit and add items. It needs a verification that the admin is logged in.
Also, you are currently generating your own csrf token, while you should be using the one we already provide. For example, if ...
- Thu Apr 17, 2025 10:29 am
- Forum: Plugins
- Topic: [in development] SimpleFeed Plugin for WonderCMS
- Replies: 12
- Views: 6032
Re: SimpleFeed Plugin for WonderCMS
Will check out it out over the weekend.
For starters, I suggest for all requests for creating/editing, make sure to verify that the admin is logged in and send the token in each request.

For starters, I suggest for all requests for creating/editing, make sure to verify that the admin is logged in and send the token in each request.
- Tue Apr 15, 2025 10:00 am
- Forum: Plugins
- Topic: [in development] SimpleFeed Plugin for WonderCMS
- Replies: 12
- Views: 6032
Re: SimpleFeed Plugin for WonderCMS
Great
will check it out

- Tue Apr 15, 2025 7:29 am
- Forum: Plugins
- Topic: [in development] SimpleFeed Plugin for WonderCMS
- Replies: 12
- Views: 6032
Re: SimpleFeed Plugin for WonderCMS
Hi k0r37k1 welcome aboard.
Any chance you can upload those to GitHub? That’s how we review plugins to avoid inspecting ZIP files locally:)
Any chance you can upload those to GitHub? That’s how we review plugins to avoid inspecting ZIP files locally:)
- Mon Apr 14, 2025 1:28 pm
- Forum: Support
- Topic: Italian set
- Replies: 5
- Views: 16784
Re: Italian set
Seems like the theme has the hardcoded en
- Tue Apr 01, 2025 8:32 am
- Forum: Themes
- Topic: Custom page types?
- Replies: 5
- Views: 6315
Re: Custom page types?
So for example let's say the page navigation is as such:
Home
- Subpage Explore home
--- both of above would have the default theme.
And then user has another section of pages
Railyways
- Subpage Railways details.
If user wanted different theme for Railways and subpages. They would need to create ...
Home
- Subpage Explore home
--- both of above would have the default theme.
And then user has another section of pages
Railyways
- Subpage Railways details.
If user wanted different theme for Railways and subpages. They would need to create ...
- Mon Mar 31, 2025 9:41 pm
- Forum: Community chat
- Topic: WonderCMS 3.5.0 released
- Replies: 25
- Views: 261300
Re: WonderCMS 3.5.0 released
Let's try this approach again. In the URL you sent I see the theme did not produce buttons since it probably did not have the correct theme.php.
There is a possibility you maybe sent me the wrong URL.
1. Replace your whole theme.php content with this. This solution does not have JS as mentioned ...
There is a possibility you maybe sent me the wrong URL.
1. Replace your whole theme.php content with this. This solution does not have JS as mentioned ...
- Mon Mar 31, 2025 7:17 pm
- Forum: Plugins
- Topic: contact form plugin - how to activate?
- Replies: 1
- Views: 8407
Re: contact form plugin - how to activate?
Hi Matipa.
Did you install the contact plugin via Settings - Plugin?
If yes, you can specify which page to display it on in Settings - Security.
Did you install the contact plugin via Settings - Plugin?
If yes, you can specify which page to display it on in Settings - Security.
- Mon Mar 31, 2025 7:15 pm
- Forum: Themes
- Topic: Custom page types?
- Replies: 5
- Views: 6315
Re: Custom page types?
Hey Greg, that's correct. The x.php would have to be populated by hand, otherwise it will be empty.