Search found 9 matches

by MassIV
Wed Mar 04, 2015 9:37 pm
Forum: 0.6.X beta support
Topic: [DEV] Content plugins
Replies: 5
Views: 10258

Re: [DEV] Content plugins

turboblack wrote:Hello again :)
is it possible to somehow hide it?
Yes.
You can hide it by solving the PHP problems in index.php.

Which is what this thread is for.
by MassIV
Wed Mar 04, 2015 7:19 am
Forum: 0.6.X beta support
Topic: [DEV] Content plugins
Replies: 5
Views: 10258

Re: [DEV] Content plugins

Sorry, but no.

Please read first post again.
This is NOT a version for users.
It is ONLY a code test for per page plugins.

Your question is off topic.

Default is needed for login/404/and new page.
by MassIV
Sun Mar 01, 2015 5:48 pm
Forum: 0.6.X beta support
Topic: [DEV] Content plugins
Replies: 5
Views: 10258

[DEV] Content plugins

I'd like to start a discussion about how to go about adding content plugins. That includes structure, implementation, review and optimization. I have some experience with other languages but not that much yet with PHP. So this is NOT a version of WonderCMS you want to try if you don't know PHP enoug...
by MassIV
Tue Feb 17, 2015 4:21 pm
Forum: 0.6.X beta support
Topic: Rewrite url
Replies: 2
Views: 7406

Re: Rewrite url

It's more that the $c['page'] for /?login is "home". And the URI for home is sometimes "home" and sometimes "/". And if the landing page example.com/ would show as example.com/home I could just rely on the URI for plugins. Maybe that is not the right solution though. Ma...
by MassIV
Sun Feb 15, 2015 3:26 pm
Forum: 0.6.X beta support
Topic: Rewrite url
Replies: 2
Views: 7406

Rewrite url

Hey Rob

If I wanted the landing page to show as www.domain.com/home/ to be consistent with how it would look after pressing the home button.
How could I best do that?
by MassIV
Thu Aug 14, 2014 11:53 am
Forum: 0.6.X beta support
Topic: 0.8.2 (BETA)
Replies: 7
Views: 12753

Re: 0.8.2 (BETA)

Went over the differences, nothing that should cause my issues (besides 1.7.1 plugins not working). Then managed to resolve both (also width of editor) problems by starting over a second time and moving my changes one by one. Whatever the problem actually was led me to believe the conflicting versio...
by MassIV
Mon Aug 11, 2014 10:14 pm
Forum: 0.6.X beta support
Topic: 0.8.2 (BETA)
Replies: 7
Views: 12753

Re: 0.8.2 (BETA)

jQuery versions Yes their usage is close and 11 wins. My point was that there is more old code floating in the wild to port. Which led me to wonder if you needed something specific from 11? The way i was thinking was if it's not a lot of work and 11 was not chosen for the user but the cms then 11 c...
by MassIV
Sun Aug 10, 2014 11:04 pm
Forum: 0.6.X beta support
Topic: 0.8.2 (BETA)
Replies: 7
Views: 12753

Re: 0.8.2 (BETA)

The problem might be in how WonderCMS handles pages/content I thought i had seen another 403 topic, but i can't find it back. What you described was indeed what i ran into. I worked around it by moving folders like gallery and images to a subfolder that is unlikely to be used for a menu item. If I ...
by MassIV
Fri Aug 08, 2014 10:11 pm
Forum: 0.6.X beta support
Topic: 0.8.2 (BETA)
Replies: 7
Views: 12753

0.8.2 (BETA)

Found one of the reasons why people might be getting a 403. It is a conflict between virtual url and actual url. Making a menu item called 'gallery' shows as www.example.com/gallery/ (note the last slash) if there is a folder in the root called 'gallery' (or even 'gallery01'). The new menu item will...