Search found 180 matches

by turboblack
Tue Aug 16, 2016 1:35 pm
Forum: 0.6.X beta support
Topic: Page Home & Example not found
Replies: 8
Views: 20202

Re: Page Home & Example not found

what hosting do you use?
did you set up file rights?
change 644 to 755 on the files folder
maybe that wil help
by turboblack
Tue Aug 16, 2016 12:32 pm
Forum: 0.6.X beta support
Topic: Page Home & Example not found
Replies: 8
Views: 20202

Re: Page Home & Example not found

in the admin panel, you need to enter a string name of the page, then click on this page in the menu, and enter the text you want to
by turboblack
Tue Aug 09, 2016 4:52 am
Forum: 0.6.X beta support
Topic: Security Vulnerabilities
Replies: 10
Views: 30867

Re: Security Vulnerabilities

It seems the code of this nice little gem called Wondercms has some issues. It also seems you are able to fix some of these issues. Would any of you care to put this code on github so it can be patched? I'm not fluent enough in PHP to do this myself but I could help with the Javascript/HTML part if...
by turboblack
Tue Aug 09, 2016 4:45 am
Forum: 0.6.X beta support
Topic: [SOLVED] add favicon
Replies: 10
Views: 30620

Re: add favicon

mary wrote:Dosent work for me :-/
Does it have to be an .ico and can i create an .ico wrong?
It is not only in the icon, it is that you need to place code in the engine core that he realized that the need to open your icon. code posted above
by turboblack
Mon Jun 06, 2016 8:05 am
Forum: Community chat
Topic: WYSIWYG Suggestion
Replies: 7
Views: 21476

Re: WYSIWYG Suggestion

Jodit WYSIWYG Editor and FileBrowser - Jodit. Pure javascript. No libraries! Lightweight:~32kB gzipped. http://ift.tt/1Y9K10U http://www.scriptiny.com/2010/02/javascript-wysiwyg-editor/ TinyEditor is a simple JavaScript WYSIWYG editor that is both lightweight (under 9KB) and standalone. found that t...
by turboblack
Fri Apr 15, 2016 10:14 am
Forum: 0.6.X beta support
Topic: WonderCMS on lighttpd (configuration)
Replies: 3
Views: 16539

Re: WonderCMS on lighttpd (configuration)

A great job with this WonderCMS. It is lightning fast. :o I've also added it to an custom firmware router and runs superbly. It uses lighttpd to reduce de memory usage. Up to now I can say that the smallest CMS runs superbly on one of the fastest web servers! However there are some issues when rewr...
by turboblack
Fri Apr 08, 2016 9:09 am
Forum: 0.6.X beta support
Topic: Charset in URL and page title
Replies: 1
Views: 10294

Re: Charset in URL and page title

so was the same in russian and ukrainian lang.

in the 0.5.beta version it was fixed by "function translit"
in the 0.6.x that function is not exist

when i was save a new page i see strange symbols in the filename
by turboblack
Sat Mar 05, 2016 1:49 pm
Forum: 0.6.X beta support
Topic: settings
Replies: 1
Views: 10827

Re: settings

you need a specific .htaccess

Code: Select all

RedirectMatch 403 ^.*/files/
ErrorDocument 403  
RewriteEngine on
Options -Indexes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^([^\.]+)$ %2?page=$1 [QSA,L]
by turboblack
Fri Feb 26, 2016 3:28 pm
Forum: 0.6.X beta support
Topic: content
Replies: 0
Views: 23223

content

tell me how to implement a conclusion on the first page of all the pages with the content?
by turboblack
Wed Feb 24, 2016 11:33 am
Forum: 0.6.X beta support
Topic: WonderCMS Isn't supporting non-latin languages !!!!!
Replies: 4
Views: 16269

Re: WonderCMS Isn't supporting non-latin languages !!!!!

What version of WonderCMS are you using? We have successfully tested the latest version with all latin and non-latin working characters. Cyrillic languages .. if you save the page, it is stored not as much as you need. which version? - 0.6 or 0.8.2 from github ? Maybe it is 'only' a problem of the ...