Spoiler Alert !
New Theme by TurboBlack :
http://da-da.dog
Search found 12 matches
- Thu Jul 20, 2023 9:14 pm
- Forum: Themes
- Topic: New Themes
- Replies: 3
- Views: 94988
- Wed Sep 23, 2020 11:33 pm
- Forum: Community chat
- Topic: Perfection
- Replies: 2
- Views: 86759
Re: Perfection
just installed 3.1.1
one word you need to use, and best use is in testimonial :
"Latest Version of Wonder CMS 3.1.1 is Robust Code that does Exactly what it is Supposed To - <3 it !"
- Otis Arron Schmakel, Web Developer and CMS Specialist
Thank You !
Cheers !
one word you need to use, and best use is in testimonial :
"Latest Version of Wonder CMS 3.1.1 is Robust Code that does Exactly what it is Supposed To - <3 it !"
- Otis Arron Schmakel, Web Developer and CMS Specialist
Thank You !
Cheers !
- Sat Sep 19, 2020 9:03 pm
- Forum: Plugins
- Topic: Plugin BLOG
- Replies: 9
- Views: 37185
Re: Plugin BLOG
@ Heinz Wüthrich
luv your blog - got a plugin ?
Thank You !
Cheers !
luv your blog - got a plugin ?
Thank You !
Cheers !
- Sat Sep 19, 2020 4:48 pm
- Forum: Plugin requests
- Topic: Pop-Up Window
- Replies: 0
- Views: 157170
Pop-Up Window
like those more info pop-up windows
smaller than a hidden themed PAGE
( or I would use a hidden PAGE )
AND it has to be THEMED to MATCH
just do a couple that match existing themes
so we can learn how.....
( or maybe just a branded WonderCMS generic Pop-Up that will fit any theme... )
Thank ...
smaller than a hidden themed PAGE
( or I would use a hidden PAGE )
AND it has to be THEMED to MATCH
just do a couple that match existing themes
so we can learn how.....
( or maybe just a branded WonderCMS generic Pop-Up that will fit any theme... )
Thank ...
- Thu Aug 27, 2020 1:17 am
- Forum: Community chat
- Topic: ANCIENT but LIGHTWEIGHT and ROBUST
- Replies: 5
- Views: 100018
Re: ANCIENT but LIGHTWEIGHT and ROBUST
here is BEST version of onefile :
you can bundle it or incorporate it or whatever
I will have something finished someday for simplicity's sake
http://iqcms.com/index.zip
Extremely Robust - you will <3 it !
login with username and password - all lowercase - you can change them
easy to add ...
you can bundle it or incorporate it or whatever
I will have something finished someday for simplicity's sake
http://iqcms.com/index.zip
Extremely Robust - you will <3 it !
login with username and password - all lowercase - you can change them
easy to add ...
- Sun Aug 23, 2020 11:10 pm
- Forum: Community chat
- Topic: Perfection
- Replies: 2
- Views: 86759
Perfection
looks to me like the Wonder CMS website has finally achieved PERFECTION
now if it could only remain the same for a while so we can measure it.....
P.S. the DEV TEAM look absolutely adorable !
<3
- O.
now if it could only remain the same for a while so we can measure it.....
P.S. the DEV TEAM look absolutely adorable !
<3
- O.
- Thu Sep 19, 2019 3:46 pm
- Forum: Themes
- Topic: New Themes
- Replies: 3
- Views: 94988
New Themes
New Themes by OtismO
- a sandbox for my Wonder CMS theme experiments
a few more terrific themes and a bit of promotion -
will keep that ALEXA MOMENTUM going great guns !
these are all basically MODS of the ***Spectacular***
bike_theme by turboblack :
// Edit: website re-instated: http://www ...
- a sandbox for my Wonder CMS theme experiments
a few more terrific themes and a bit of promotion -
will keep that ALEXA MOMENTUM going great guns !
these are all basically MODS of the ***Spectacular***
bike_theme by turboblack :
// Edit: website re-instated: http://www ...
- Wed Jul 26, 2017 11:35 pm
- Forum: Community chat
- Topic: ANCIENT but LIGHTWEIGHT and ROBUST
- Replies: 5
- Views: 100018
ANCIENT but LIGHTWEIGHT and ROBUST
Introducing --> IQ CMS
Which is a bundle of OneFileCMS v1.1.6 and Wonder CMS v0.4.1
And when I finish this project I will be ready for GRAV ;-)
Code: Select all
© 2017 byAnd when I finish this project I will be ready for GRAV ;-)
- Tue Oct 23, 2012 6:59 pm
- Forum: 0.4.1 beta support (older versions included)
- Topic: Template and language system
- Replies: 7
- Views: 117632
Re: Template and language system
what is the best way to use the $theme variable to match a page with a template?
- Tue Oct 23, 2012 6:57 pm
- Forum: 0.4.1 beta support (older versions included)
- Topic: Template and language system
- Replies: 7
- Views: 117632
Re: Template and language system
master index
----------------
<?php
function getSlug( $page ) {
$page = strip_tags( $page );
preg_match_all( "/([a-z0-9A-Z-_]+)/", $page, $matches );
$matches = array_map( "ucfirst", $matches[0] );
$slug = implode( "-", $matches );
return $slug;
}
$page = $_REQUEST['page'];
if(!$page ...
----------------
<?php
function getSlug( $page ) {
$page = strip_tags( $page );
preg_match_all( "/([a-z0-9A-Z-_]+)/", $page, $matches );
$matches = array_map( "ucfirst", $matches[0] );
$slug = implode( "-", $matches );
return $slug;
}
$page = $_REQUEST['page'];
if(!$page ...