[DEV] Content plugins

Post Reply
MassIV
Posts: 9
Joined: Mon Aug 04, 2014 7:05 am

[DEV] Content plugins

Post by MassIV »

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 enough to correct mistakes.
This version is NOT for users!

Here is a download of a version I stripped to the parts relevant to this discussion.
https://github.com/MassIV/WonderFork

The /img folder and /files folder are meant to be merged at some point.
Most of the code I did, I tried to write around (without touching) existing code.
So things can seem a bit double, that stuff also needs to merge when it is okay.

Feedback plz.
Last edited by MassIV on Tue Mar 03, 2015 5:38 pm, edited 1 time in total.
User avatar
turboblack
Posts: 201
Joined: Fri Sep 19, 2014 1:53 pm

Re: [DEV] Content plugins

Post by turboblack »

I can't turn off default plugin, its broke averything

have some troubles with.

i was try that for http://wondercms.com/forum/viewtopic.php?f=18&t=575 add support Cyrillic symbols, but its not works :( :( :(

can you help me with?
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
MassIV
Posts: 9
Joined: Mon Aug 04, 2014 7:05 am

Re: [DEV] Content plugins

Post by MassIV »

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.
User avatar
turboblack
Posts: 201
Joined: Fri Sep 19, 2014 1:53 pm

Re: [DEV] Content plugins

Post by turboblack »

Hello again :)
I'm trying in this way to test all the material completely.

but I do not know how to deal with it here

https://www.dropbox.com/s/k861xg5ys5i95 ... k.jpg?dl=0

is it possible to somehow hide it?
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
MassIV
Posts: 9
Joined: Mon Aug 04, 2014 7:05 am

Re: [DEV] Content plugins

Post by MassIV »

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.
User avatar
turboblack
Posts: 201
Joined: Fri Sep 19, 2014 1:53 pm

Re: [DEV] Content plugins

Post by turboblack »

found another mistake, after some fiddling with the engine I did not want to open the main page,
it opens only if you go to the admin panel, or press the Home button
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates
Post Reply