Search found 695 matches

by wiz
Thu Sep 20, 2012 8:48 am
Forum: 0.4.1 beta support (older versions included)
Topic: Custom Page Titles
Replies: 3
Views: 17658

Re: Custom Page Titles

I can see how that could be useful. On the other hand, I would just like for the page name to be included in the title. Fortunately, there is a very easy solution. Simply add your desired separator along with $page inside the <title> tag on line 8 of default.php For instance, if your Title is "...
by wiz
Thu Sep 20, 2012 8:45 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] How to delete a page?
Replies: 1
Views: 12003

Re: How to delete a page?

Hello Tim!

That serves you as a backup, in case anything goes wrong and you delete your page from the menu by accident.
These files are pretty small, but if you find them unnecessary, you can always remove them via any FTP program or any file manager on your host.
by wiz
Mon Aug 06, 2012 1:51 pm
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] displaySectionContent
Replies: 1
Views: 12850

Re: displaySectionContent [SOLVED]

Hello muskokee!

I'm glad you managed to figure out a solution for yourself and for the upcoming WonderCMS users that might run into this problem - thank you.
If you need any more help, you know where to find it.
by wiz
Mon Jul 23, 2012 9:28 am
Forum: 0.4.1 beta support (older versions included)
Topic: Install on MS IIS
Replies: 1
Views: 13560

Re: Install on MS IIS

I think this could be a .htaccess problem, try changing it to: <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] EDIT: In cases where WonderCMS doe...
by wiz
Sun Jul 22, 2012 2:42 am
Forum: 0.4.1 beta support (older versions included)
Topic: Probable Security Issue
Replies: 0
Views: 40767

Re: Probable Security Issue

Hello and thank you for trying to make WonderCMS better. I've checked into this situation, and Google Safe Browsing diagnostic page says: www.trincio.com contains content from leftmiddleright.org , a site known to distribute malware. Your computer might catch a virus if you visit this site. Google h...
by wiz
Sat Jul 14, 2012 7:19 pm
Forum: 0.6.X beta support
Topic: Nicedit
Replies: 9
Views: 27796

Re: Nicedit

Jetshack, thank you very much for making it work, even if not fully, this means a lot to everyone who has contributed to WonderCMS. I'm going to try this as soon as possible, but I've been so busy lately I didn't even manage to reply. Thank you again, you're an excellent contributor. I also updated ...
by wiz
Sat Jul 14, 2012 7:17 pm
Forum: Community chat
Topic: Thanks! Love WonderCMS!
Replies: 1
Views: 8191

Re: Thanks! Love WonderCMS!

We're really glad it suits you and that you like it. Hope it continues to satisfy your needs.
Stick around and we'll post an update when a plug-in is available.

The WonderCMS team
by wiz
Tue Jun 05, 2012 6:35 am
Forum: 0.6.X beta support
Topic: Nicedit
Replies: 9
Views: 27796

Re: Nicedit

I had no idea, but downtime is always possible, no matter who the host is. With some it's just unnoticeable, I'm really glad if they're one of them. I believe users have more downtime than the MIT's servers, I just think they mind more if the downtime is caused by someone else. They also wouldn't bl...
by wiz
Mon Jun 04, 2012 6:19 am
Forum: 0.6.X beta support
Topic: Nicedit
Replies: 9
Views: 27796

Re: Nicedit

Thanks for the great find. Glad you gave it a try, I'm going to try this, (if xss doesn't do it sooner (or better)). Externally isn't the best idea since they rely on their servers up-time. A good solution would be on the users server and downloading this as a plugin. Hope to find a solution to this...
by wiz
Fri Jun 01, 2012 8:47 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] The editor is stripping tags.
Replies: 3
Views: 18330

Re: [SOLVED] The editor is stripping tags.

I checked out your project site, I looked at the source code and saw that you haven't defined the width of the <td> part. You specified the width of the main table, but not the td's, so it automatically makes all three equally wide. Something like this should make it work. <table align="center&...