Search found 22 matches

by xss
Mon Oct 29, 2012 11:58 pm
Forum: 0.4.1 beta support (older versions included)
Topic: Using PHP if else within default.php
Replies: 7
Views: 36820

Re: Using PHP if else within default.php

esometric, it looks like you did not copy-paste the two files in their correct order. Their contents look mixed up here. In case they really do look the way you posted them, then the login is likely the least of your problems. ;) In this case, I would recommend you to remove your WonderCMS instance ...
by xss
Thu Jun 28, 2012 5:01 pm
Forum: 0.6.X beta support
Topic: Making pages that dont appear in menus
Replies: 8
Views: 26307

Re: Making pages that dont appear in menus

Hello Paul, nice idea, thank you. :) Though, to make WonderCMS remain as easy as possible to manage for someone who doesn't read instructions and manpages in the first place, and to not suddenly and somewhat drastically change the basic way of how things work, I think we should probably make it work...
by xss
Sat May 12, 2012 1:49 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Installing on XAMPP for OSX
Replies: 3
Views: 17260

Re: Installing on XAMPP for OSX

Hello jinesh, whether options like the ' Options ' lines or ' Allowoverride ' work in the .htaccess files on your server, that should depend on some settings in your Apache's httpd.conf file, as far as I remember. So, if you are running a local Xampp installation, you should have total control over ...
by xss
Thu Apr 19, 2012 9:50 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Undefined index problem
Replies: 3
Views: 18422

Re: Undefined index problem

Hello markopanic, and welcome to the forum. :) From the top of my head, I can think of two possible solutions to this, though, not both will necessarily work, depending on the server's settings. 1st (and preferred) possible solution Add the following line to your ' .htaccess ' file in WonderCMS' roo...
by xss
Thu Mar 15, 2012 5:55 pm
Forum: 0.4.1 beta support (older versions included)
Topic: Using PHP if else within default.php
Replies: 7
Views: 36820

Re: Using PHP if else within default.php

Hello slygar, the quickest way to achieve this would be to add some line into the index.php file as follows. Change (starting at or around line 81): function displayMainContent() { global $cookie, $content, $page; if($_COOKIE[$cookie]) { echo "<div class='title'><div id='change'><span id='$page...
by xss
Tue Feb 14, 2012 7:05 pm
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] WonderCMS doesn't works on 000webhost :(
Replies: 4
Views: 19047

Re: WonderCMS doesn't works on 000webhost :(

Hi again, inspired by rob's post, I played around a bit more with it: <Files password> order allow,deny deny from all </Files> Options +FollowSymLinks Options +Indexes RewriteEngine on RewriteBase / RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^([^\.]+)$ ?page=$1 [NC,L] This as complete content of...
by xss
Tue Feb 14, 2012 4:40 pm
Forum: Community chat
Topic: WYSIWYG Suggestion
Replies: 7
Views: 21364

Re: WYSIWYG Suggestion

Hello Floop, yes, we are planning to add a WYSIWYG editor, I think rob announced that in another thread. Though, in order to keep WonderCMS as tiny and lightweight as possible, it will most likely not be a part of the standard installation, but rather a plugin/addon. We are working on that as time p...
by xss
Tue Feb 14, 2012 4:33 pm
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] WonderCMS doesn't works on 000webhost :(
Replies: 4
Views: 19047

Re: WonderCMS doesn't works on 000webhost :(

Hello Floop, what a coincidence, I also noticed the same thing earlier today. :) I assume you can reach the home page (with the address like yourname.some000webhostdomain.com) and log in just fine, but as soon as you click the menu to get to another page, you get 000webhost's 404 error page, right? ...
by xss
Wed Feb 08, 2012 2:51 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Turning off auto <br />
Replies: 3
Views: 13135

Re: Turning off auto <br />

Hello peter, indeed, I also was missing many important tags and added some more exceptions to the strip_tags() function for my site. Your second change (commenting out nl2br($content) ) might be a problem for a layout outside of tables — not sure, though, will have to test that. About your third cha...
by xss
Wed Feb 01, 2012 12:08 pm
Forum: 0.4.1 beta support (older versions included)
Topic: problem with linux
Replies: 4
Views: 12596

Re: problem with linux

Uhm.. If you could test it on road kill's server, rob, I might have misinterpreted his question. :mrgreen: As he spoke of his Ubuntu machine I assumed he was running the webserver and WonderCMS locally. road kill, my instructions only apply to a local installation of WonderCMS, e.g. running from a X...