Search found 37 matches

by StephanStanisic
Tue Jan 14, 2020 3:40 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 62979

Re: Theme without boostrap

Hey melbournevijay, Welcome to the WonderCMS community! Awesome question, this is a problem I've found before. I made a skeleton for a bootstrap-less theme on github: For normal themes: https://github.com/StephanStanisic/_empty For single page themes: https://github.com/StephanStanisic/_single These...
by StephanStanisic
Thu Jan 09, 2020 12:36 pm
Forum: Community chat
Topic: Tool to make sitemap.txt files - make_sitemap.php
Replies: 5
Views: 30760

Re: Tool to make sitemap.txt files - make_sitemap.php

Hey hightowe!

Awesome script. Mind me turning it into a plugin?
Could you share a robots.txt that you use for a WonderCMS website?

I think that bundling this into a plugin could help SEO for more WonderCMS users, as installing a plugin isn't that hard anymore with the current installer.
by StephanStanisic
Thu Dec 26, 2019 10:16 pm
Forum: [NEW] Show off your WonderCMS website
Topic: Personal website
Replies: 3
Views: 40559

Personal website

So finally time for me to add a website here, hoping to showcase a lot more here! http://images.stanisic.nl/rMHsecBJ/I1UgVfJX.jpg This is a modified theme from w3css. The original theme can be found here: https://www.w3schools.com/w3css/tryw3css_templates_photo2.htm The WonderCMS port of this theme ...
by StephanStanisic
Mon Oct 21, 2019 2:24 pm
Forum: Community chat
Topic: Date of article
Replies: 3
Views: 15110

Re: Date of article

Hi hacketiwack, Not sure if you've noticed this thread: https://www.wondercms.com/forum/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 yo...
by StephanStanisic
Thu Oct 10, 2019 8:07 pm
Forum: Community chat
Topic: Backend translation
Replies: 4
Views: 14609

Re: Backend translation

Hi d2boy, welcome to WonderCMS! As far as I know it was something on the agenda back when themes got introduces. (Around version 1.0.0) I do think this is something that can be really nice to have, but it would have to be added to the WonderCMS core in order to function optimally. Do you need a tran...
by StephanStanisic
Fri Aug 16, 2019 8:18 am
Forum: Plugins
Topic: Summernote Air
Replies: 2
Views: 8534

Re: Summernote Air

@turboblack Thanks for the feedback! I also found that these where some things where this plugin lacked. So with this new release: Added all the menu items from the default summernote editor Added a show more button to shorten the list https://i.imgur.com/fzbVNtr.png https://i.imgur.com/PwHIqT5.png ...
by StephanStanisic
Thu Aug 15, 2019 2:58 pm
Forum: Plugins
Topic: Blog Plugin for WonderCMS 3.0.0
Replies: 12
Views: 28676

Blog Plugin for WonderCMS 3.0.0

Hi all! This is a alpha version of the blog plugin that I've been working on today. It does things a lot different that the previous attempts on creating a blog plugin (by the community). This plugin has it's own database (not sure if that is the best solution yet), and with this you can keep the pa...
by StephanStanisic
Thu Aug 15, 2019 9:59 am
Forum: Community chat
Topic: addListener $functionName parameter type
Replies: 1
Views: 12291

addListener $functionName parameter type

So this is me trying to get a few opinions on this following problem/proposal I have. Let's say a plugin get's created, but it is in the OOP style. When I want to add a listener on something, the addListener function expects a string. The PHP documentation for the variable function shows us that you...
by StephanStanisic
Wed Jul 10, 2019 10:28 pm
Forum: 2.x.x support
Topic: [PARTIALLY SOLVED] images responsive
Replies: 5
Views: 16305

Re: [PARTIALLY SOLVED] images responsive

Hoping to add some info for people who find this some time later: This should be the responsibility of the theme that you are using. If it doesn't handle images well, you could add this code to auto resize the image when the parent container get's smaller than the image itself. img { max-width: 100%...
by StephanStanisic
Wed Jul 10, 2019 5:42 pm
Forum: Plugins
Topic: Summernote Air
Replies: 2
Views: 8534

Summernote Air

Hey all! I have been using a v2 version of this plugin by myself, and thought that people may be interested in something like this. This plugin is a fork of the Summernote plugin, it is just the "air" version of this editor. You can find the WonderCMS 3.0.0 version here: https://github.com...