Search found 37 matches

by StephanStanisic
Mon Jun 22, 2020 7:52 am
Forum: Support
Topic: [PARTIALLY SOLVED] Session hangs after upgrade to 3.10
Replies: 3
Views: 7186

Re: session hangs after upgrade to 3.10

Hi, I can see after a quick google search that it is probably a issue of the apache version, since your provider strato is using php-fpm with apache. There is a hard-coded 30-second time limit that has been fixed in this bug report: https://lists.gt.net/apache/bugs/429331 (normally apache doesn't us...
by StephanStanisic
Mon Jun 22, 2020 7:43 am
Forum: Support
Topic: [SOLVED] Cannot get content from repository.
Replies: 14
Views: 26248

Re: [SOLVED] Cannot get content from repository.

Hi all, Not sure if this is still relevant, but here are a few cheap web hosts that I've used: Vimexx: €0,45 p/m, based in the Netherlands https://www.vimexx.com/webhosting Versio: Used to be €0,50 p/m, now €2,50, also based in the Netherlands https://www.versio.nl/webhosting Freaze hosting: €0,35 p...
by StephanStanisic
Mon Jun 22, 2020 7:31 am
Forum: Community chat
Topic: problem with contact form
Replies: 14
Views: 31984

Re: problem with contact form

Hi, If you wouldn't mind editing a config file you could try to use https://github.com/StephanStanisic/contactform You can just insert the text "[contact_form]" (without the quotes) somewhere in the page and the form will show there for non logged in users. I have heard from a friend that ...
by StephanStanisic
Mon Jun 22, 2020 7:10 am
Forum: Support
Topic: [SOLVED] Installing simple-stats hoses website
Replies: 2
Views: 7970

Re: [SOLVED] Installing simple-stats hoses website

Hi clark, what awesome to see someone try and use my plugin! I have been busy for quite some time, so haven't had time to check the WonderCMS community. Failing gracefully when DOMDocument isn't installed is a great idea, I can see how people installing from the GUI can have a hard time if DOMDocume...
by StephanStanisic
Sun Mar 15, 2020 7:23 pm
Forum: Community chat
Topic: Tool to make sitemap.txt files - make_sitemap.php
Replies: 5
Views: 30605

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

So I finally had some free time on hand in order to work on this :D

So here it is, the first version at least.
https://github.com/StephanStanisic/simple-seo

Just really, really simple. It isn't even a class or anything.
by StephanStanisic
Sun Mar 15, 2020 1:59 pm
Forum: Support
Topic: [SOLVED] Cannot get content from repository.
Replies: 14
Views: 26248

Re: Cannot get content from repository.

Hi Peter, The build in installer in WonderCMS contacts github via http(s) in order to get a list of available themes/plugins and to download and install plugins/themes. You could download and install plugins and themes manually, by downloading the zip file from github and extracting it in the plugin...
by StephanStanisic
Sat Mar 14, 2020 11:34 pm
Forum: Plugins
Topic: Plugin BLOG
Replies: 9
Views: 17380

Re: Plugin BLOG

Wow, is that the blog plugin?

Looks awesome! It's cool to see WonderCMS actually being used!
by StephanStanisic
Wed Jan 29, 2020 9:21 pm
Forum: Plugins
Topic: Blog Styling
Replies: 2
Views: 7763

Re: Blog Styling

Hi @bmherard,

Sorry for the late reply, I need to figure out how to enable email notifications :D

If have made more modifications to the plugin, would you be so kind to open a pull request on github? Updates like to support more themes are important to have.
by StephanStanisic
Wed Jan 29, 2020 9:18 pm
Forum: Themes
Topic: Theme without boostrap
Replies: 31
Views: 62701

Re: Theme without boostrap

Sorry for the late reply, didn't saw the reaction. I think it would be better to remote the frameworks all together, and let the theme include them if they use them. The usage of javascript is minimal right now and I don't see the added benefit of keeping an old version of bootstrap inside WonderCMS...
by StephanStanisic
Tue Jan 14, 2020 3:49 pm
Forum: Themes
Topic: How to properly submit a new theme now-a-days
Replies: 4
Views: 13597

Re: How to properly submit a new theme now-a-days

Hi hightowe, Awesome feature rich theme! (Also lovely admin html altering function!) The theme looks good to me, it includes all the necessarily files. Maybe add a if statement or ternary operator to line 139 to get rid of the notice. (Or a "@" is you are feeling lazy xd) This shouldn't be...