Like i said : it's the people who drives forward the idea , the cms ( (php script ) from behind only helps developers) .
Why do you need more examples ? it helps you reaching the "heights" without hard work and a good team ?
Yes there are many more examples . some 10-30 worlds class websites using customized versions or not ( you can easily replicate their structure and functions with osclass(there is no restriction of what can be done using osclass) ) .
Osclass is very versatile, with a fast learning curve, a competitor for every known cms or framewok (i can mention 50 tested with their limitations ) in terms of capability,speed ,memory usage,extensibility( by plugins & themes)(the osclass market offer just a piece of what can be done).
What can you achieve with a "little" or " some hard" effort :
a blog plugin : Yes Wordpress can be installed and works as osclass plugin (not side by side install ,but wordpress a full working plugin of Osclass . Yes you can use "almost" all Wordpress plugins & themes inside "wordpress as plugin"
a shop plugin : Yes Opencart can be "transformed" into a fully functional Osclass plugin .
a forum plugin : ... etc ,
a news plugin : ... etc ,
modules besides plugins =>
define('LIB_PATH', ABS_PATH . 'inc/');
define('CONTENT_PATH', ABS_PATH . 'content/');
define('THEMES_PATH', CONTENT_PATH . 'themes/');
define('PLUGINS_PATH', CONTENT_PATH . 'plugins/');
define('TRANSLATIONS_PATH', CONTENT_PATH . 'languages/');
define('MODULES_PATH', ABS_PATH . 'modules/');
define('CSS_PATH', ABS_PATH . 'static/css/');
define('JS_PATH', ABS_PATH . 'static/js/');
switch( Params::getParam('page') )
{
case ('search'): // search
require_once(MODULES_PATH . 'search/controller/search.php');
$do = new CWebSearch();
$do->doModel();
break;
case ('message'): // www.mywebsite/index.php?page=message or www.mywebsite/message (with permalinks )
require_once(MODULES_PATH . 'message/controller/message.php');
$do = new CWebMessage();
$do->doModel();
break;
case ('mailbox'): // www.mywebsite/index.php?page=mailbox or www.mywebsite/mailbox(with permalinks )
require_once(MODULES_PATH . 'mailbox/controller/mailbox.php');
$do = new CWebMailbox();
$do->doModel();
break;
case ('page'): // pages
require_once(MODULES_PATH . 'page/controller/page.php');
$do = new CWebPage();
$do->doModel();
break;
.
It can be broken down in parts and reassembled => still working =>faster & better ( 6mb ram/page & Lightning fast without cache enabled
(don't ask how
).
You are missing your favorite script ?
Your favorite framework ? (witch one ? Zend ? codeigniter ? kohana ? laravel? silex ? symfony ? )
it can be included in matter of minutes/hours(days)(maybe reinvent the wheel is needed sometimes (the knowledge & previous experience can help )) .
And many ,many,many,many more goodies
Who needs plugins ? osclass can be used as blog , shop , forum ,news script ,you can name more .
Only limited by developer skills,knowledge,ability & time .
What is missing then to grow faster & faster ?
The "vision" of osclass core developers as they see osclass only as a classified script not a fully working cms .
Ps : you can switch anytime to wordpress ,but don't grow too much because they are not cheap .
See wordpress vip services :
https://vip.wordpress.com/our-services/ Pricing
Prices are per support seat per year unless otherwise stated.
When you sign up for WordPress.com VIP Support, you will designate a support contact who will have access on behalf of your organization.
Basic
$15,000
1 business day response time
Premium
$75,000
12 hour response time
Priority Support
Dedicated Account Manager
Platinum
$150,000
6 hour response time
Priority Support
Dedicated Account Manager
Enterprise
$250,000
4 hour response time
Also includes 6 escalation tickets with 1-hour response time
Priority Support
Dedicated Account Manager
One-Time
$5,000
1 business day response time
Support for one incident for up to 15 business days
Meanwhile some house cleaning (forum rules,market rules,user & developer Content and Conduct Policy ) is required !