SimpleFeed Plugin for WonderCMS

k0r37k1
Posts: 8
Joined: Mon Apr 14, 2025 9:55 pm

SimpleFeed Plugin for WonderCMS

Post by k0r37k1 »

Hi everyone,

I'm completely new here :). I really like WonderCMS and have chosen it for my small project. It already offers many important functions and good features. However, I found I was missing a few things, specifically a simple feed where I could create short updates, articles, or posts and display them on the frontend.

While existing plugins like Simple Blog are available, they didn't quite fit what I had in mind. I wanted something more compact that could also function as an independent section or block. Since I needed this feature quite urgently and didn't want to wait or ask someone else to build it, I decided to create something myself with the help of ChatGPT (I call it "Vibe Coding"!).

My question now is: would anyone be interested in testing or trying this plugin? Perhaps you could even suggest or make small improvements? Since I have no programming experience myself (especially with PHP, which I'm not familiar with at all yet, although I am currently learning web development), any help or feedback would be great!

The plugin is released under the MIT license. Maybe the WonderCMS developers might even want to take a look? :)

more safe, new structured, new features, new file :) (adding quuill later)

Download from https://github.com/k0r37k1/simplefeed-p ... simplefeed
Last edited by k0r37k1 on Fri Apr 18, 2025 5:06 pm, edited 6 times in total.
User avatar
wiz
Posts: 802
Joined: Sat Oct 30, 2010 12:23 am

Re: SimpleFeed Plugin for WonderCMS

Post by wiz »

Hi k0r37k1 welcome aboard.

Any chance you can upload those to GitHub? That’s how we review plugins to avoid inspecting ZIP files locally:)
k0r37k1
Posts: 8
Joined: Mon Apr 14, 2025 9:55 pm

Re: SimpleFeed Plugin for WonderCMS

Post by k0r37k1 »

Hello, yes.

Actually I am at work now but when I'm back home I will upload it in a repo 😊 and post the link here 👍.
User avatar
wiz
Posts: 802
Joined: Sat Oct 30, 2010 12:23 am

Re: SimpleFeed Plugin for WonderCMS

Post by wiz »

Great :) will check it out
k0r37k1
Posts: 8
Joined: Mon Apr 14, 2025 9:55 pm

Re: SimpleFeed Plugin for WonderCMS

Post by k0r37k1 »

Hi,

here i am and here is the link to the Repository https://github.com/k0r37k1/simplefeed-plugin
k0r37k1
Posts: 8
Joined: Mon Apr 14, 2025 9:55 pm

Re: SimpleFeed Plugin for WonderCMS

Post by k0r37k1 »

Maybe i will add a few more small features i think would fit and change some or so, i actually playing with some interesting ideas and reduce or merge structures and files. I'm a perfectionist.

What would you add?
k0r37k1
Posts: 8
Joined: Mon Apr 14, 2025 9:55 pm

Re: SimpleFeed Plugin for WonderCMS

Post by k0r37k1 »

I renew my plugin with some new features in my repo.
User avatar
wiz
Posts: 802
Joined: Sat Oct 30, 2010 12:23 am

Re: SimpleFeed Plugin for WonderCMS

Post by wiz »

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.
k0r37k1
Posts: 8
Joined: Mon Apr 14, 2025 9:55 pm

Re: SimpleFeed Plugin for WonderCMS

Post by k0r37k1 »

I hope you like it and give me some feedback ^^.
User avatar
wiz
Posts: 802
Joined: Sat Oct 30, 2010 12:23 am

Re: SimpleFeed Plugin for WonderCMS

Post by wiz »

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 you login to your admin panel, search for token, we echo it in the html at the bottom for these specific cases (that it can be re-used).
Post Reply