Search found 695 matches

by wiz
Thu Aug 24, 2017 2:07 pm
Forum: 2.x.x support
Topic: database.js different Path
Replies: 4
Views: 7639

Re: database.js different Path

Just to add to the discussion, if you're running on IIS, check this web.config for proper WonderCMS use (in case you don't have clean URLs):
https://github.com/robiso/wondercms/wik ... ver-config
by wiz
Thu Aug 24, 2017 2:06 pm
Forum: 2.x.x support
Topic: [SOLVED] small bug for page title
Replies: 1
Views: 4495

Re: small bug for page title

This is intentional behaviour, we change - to spaces when building new pages.
Will check into the logic into the following weeks, so the users don't have to use "•". :)
by wiz
Thu Aug 24, 2017 1:02 am
Forum: Community chat
Topic: some advice for new version
Replies: 3
Views: 8781

Re: some advice for new version

Hi and welcome. We've been updating it for almost 10 years. Custom analytics code can be added in your theme.php. Automatic updates will almost surely never be an option, as you want the users to always back up or choose if they want the next version. Everything else you're looking for can be develo...
by wiz
Thu Aug 24, 2017 1:00 am
Forum: 2.x.x support
Topic: [SOLVED - NOT A BUG] Possible bug
Replies: 2
Views: 5544

Re: Big Bug, it's important

I have tested this in our demo: https://wondercms.com/demo and it works flawlessly.

It seems like you have some issues on your server:
- what version of PHP are you running?


Please check your hosting package meets the minimum requirements:
https://wondercms.com/requirements
by wiz
Sun Aug 20, 2017 10:43 pm
Forum: Themes
Topic: Lite - new theme v2.**
Replies: 6
Views: 12898

Re: Lite - new theme v2.**

I have never had problems opening Russian files :) it's just that you've probably set the incorrect file encoding. Another example (which are not typical russian characters I think..) Ñóïåð-ïóïåð ìèíèìàëèñòè÷íûé øàáëîí ïîä êîììåíòàðèåâ Once you've added the files manually to GitHub the problem will ...
by wiz
Sun Aug 20, 2017 9:49 pm
Forum: Themes
Topic: Lite - new theme v2.**
Replies: 6
Views: 12898

Re: Lite - new theme v2.**

Turbo, thanks for the contribution. If you want this added to themes repository, add it GitHub and make a release. After a couple of checks on there, it'll be probably pushed to the themes repository. Note: One file in the zip (probably read me) didn't open correctly for me, weird file name with ukn...
by wiz
Sun Aug 20, 2017 2:34 pm
Forum: Community chat
Topic: Standard standards
Replies: 11
Views: 18987

Re: Standard standards

Turbo, what do you think about this top bar Summernote editor?
https://www.wondercms.com/demo/
by wiz
Fri Aug 11, 2017 12:20 pm
Forum: Community chat
Topic: Standard standards
Replies: 11
Views: 18987

Re: Standard standards

Are you talking about built in editor or Summernote, which is a plugin? The built in editor accepts one of the most well known standards called HTML. You also mentioned a problem with the editor, can you please specify what the problem is? With the upcoming version, installing themes and plugins wil...
by wiz
Thu Aug 10, 2017 8:46 pm
Forum: 2.x.x support
Topic: database.js different Path
Replies: 4
Views: 7639

Re: database.js different Path

If you always get a 404 error: - the condition that takes care of this in WonderCMS is: if ( ! wCMS::$loggedIn && ! wCMS::$currentPageExists) header("HTTP/1.0 404 Not Found"); - this means you're getting a 404 possibly because of the user not being logged or current page doesn't ex...
by wiz
Wed Aug 09, 2017 7:56 pm
Forum: 2.x.x support
Topic: [SOLVED] Functions.php example
Replies: 8
Views: 19367

Re: [SOLVED] Functions.php example

You're welcome, marking thread as solved. Will add this as an example to our wiki. (Edit: Added to our wiki: https://github.com/robiso/wondercms/wik ... able-areas)
Good suggestion and thank you for participating.

Stay tuned for an awesome upcoming update!