Search found 695 matches

by wiz
Sat Apr 01, 2017 11:15 am
Forum: Community chat
Topic: Design, Simplicity and Speed
Replies: 2
Views: 7575

Re: Design, Simplicity and Speed

Hello astrit and welcome to the community, I'm the project founder and maintainer. Frist, let's make sure to write out some things that will never change about WonderCMS: - WonderCMS will always try to be optimized even further and made even smaller - plugins and themes are optional - we have never ...
by wiz
Tue Mar 28, 2017 11:29 am
Forum: Themes
Topic: [Theme APPROVED] bike theme 2.0
Replies: 5
Views: 11014

Re: bike theme 2.0

Theme added to themes list on GitHub https://github.com/robiso/wondercms-themes.
Thank you turbo!

We've also added your theme to the official demo.
by wiz
Sat Mar 25, 2017 6:20 pm
Forum: Themes
Topic: [Theme APPROVED] bike theme 2.0
Replies: 5
Views: 11014

Re: bike theme 2.0

Good catch, thank you very much! Updated in the demo. Can you make a ZIP file of your theme and upload it to your theme release? https://github.com/turboblack/wondercms_theme/releases You can see how we made our theme release, if you're not familiar with this: https://github.com/robiso/wondercms-the...
by wiz
Sat Mar 25, 2017 3:34 pm
Forum: Themes
Topic: [Theme APPROVED] bike theme 2.0
Replies: 5
Views: 11014

Re: bike theme 2.0

Beautiful theme turbo. We've made a couple of fixes and put this theme in the official demo. Fixes: - CSS mistake, unclosed } - images download and uploaded to img folder of theme to avoid HTTPS content mismatch errors - images path is now relative in CSS - instead of hardcoded logo, we replaced the...
by wiz
Mon Mar 20, 2017 12:16 am
Forum: Community chat
Topic: Single DB vs Multiple Files
Replies: 4
Views: 8447

Re: Single DB vs Multiple Files

It would be even easier if you had an editor for database.js show up once you're logged in. That way you can fully control your website in one place without the need of connecting to your FTP and avoid the one line one website problem.
by wiz
Sun Mar 19, 2017 11:59 am
Forum: Community chat
Topic: Single DB vs Multiple Files
Replies: 4
Views: 8447

Re: Single DB vs Multiple Files

Hey rnd, the problems we had when we used the one page one file functionality looked like this: - password file had to be defined like any other file and was thus accessible anywhere on the site (mysite.com/password) -> fetched the password and displayed it as content, which was a huge no-no - once ...
by wiz
Sat Mar 18, 2017 11:08 pm
Forum: Plugins
Topic: [APPROVED PLUGIN] Medium-Editor plugin
Replies: 3
Views: 10108

Re: Medium-Editor plugin

Hello Herman, we just tested it out and absolutely love it. You've also correctly put up the release file so we can link to it immediately. We'll add the plugin to the download page and features page (https://www.wondercms.com/features) in the next couple of minutes. Mind sharing your first name / l...
by wiz
Sat Mar 18, 2017 4:42 pm
Forum: 1.x.x beta support
Topic: [SOLVED] Absolute vs Relative Paths
Replies: 10
Views: 33817

Re: [SOLVED] Absolute vs Relative Paths

Marked as solved, we'll probably also add this to the GitHub wiki, but strip it from the hotlinking functionality.
by wiz
Sat Mar 18, 2017 12:51 pm
Forum: 1.x.x beta support
Topic: [SOLVED] Absolute vs Relative Paths
Replies: 10
Views: 33817

Re: [SOLVED] Absolute vs Relative Paths

Topic marked as solved - thanks rnd.

For future reference, mind answering which .htaccess worked for you?
1. The one you posted last?
2. The one I posted?
by wiz
Sat Mar 18, 2017 3:26 am
Forum: 1.x.x beta support
Topic: [SOLVED] Absolute vs Relative Paths
Replies: 10
Views: 33817

Re: Absolute vs Relative Paths

Alternatively, try out the old .htaccess, might just do the trick.

Code: Select all

Options -Indexes
ServerSignature Off
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA,L]
RewriteRule database.js - [F]