Page 1 of 1

Date of article

Posted: Tue Aug 06, 2019 6:36 pm
by hacketiwack
Dear All,
I was wondering if any of you already implemented something to display an article or page date?
Did I miss something?

Moreover, can anyone provide me some pointers on how to store more information in the database.js file?
I could not find anything regarding persisting data. Reading is however documented.

Thanks in advance for your help.

Re: Date of article

Posted: Fri Aug 09, 2019 8:21 am
by wiz
Hi hacketiwack, have a warm welcome to the WonderCMS community.

Regards to some blog functionality, here's a theme (still work in progress) that has the dates for "articles" included:
https://github.com/robiso/wondercms/fil ... gTheme.zip
NOTE: This theme still has some errors. If you get to it and figure anything out, would love to publish it at some point and list you on our special contributors list and possibly send you over a donation/reward as a thank you for helping out.

Here's a bit of documentation on how to set data to database: https://github.com/robiso/wondercms/wik ... o-database

Hope this helps, drop by for any additional discussions if necessary.

Re: Date of article

Posted: Sun Oct 20, 2019 4:52 pm
by hacketiwack
Thanks wiz for the reply.
I overlooked at the information you gave me and it seems that it will fit my needs for now.
I will keep you posted about it.

Re: Date of article

Posted: Mon Oct 21, 2019 2:24 pm
by StephanStanisic
Hi hacketiwack,

Not sure if you've noticed this thread: viewtopic.php?f=23&t=1256

It's a work in progress blog plugin that uses a seperate database to store the blogposts.
This way you can keep the regular pages and have blogposts.

It is in an alpha stage since you can only edit the blog posts in plain text. Support for the summernote editor will come soon, just some things to figure out.