By dealmaker on
Hi,
I want to find some drupal sample sites that allow people to login and look at the configurations. That's the best way to learn.
I know that there are 1 or 2 sites that are educational sites. But they are either too simple, like using just page module or book module. I am looking for sites that use more modules. It would be the best if the site uses many different modules in the same site. They can be in different pages or even same page.
Does anyone know any?
Thanks.
Comments
Demo
There is a Demo link on the front page.
--
The news is Now Public | Drupal development: making the world better, one patch at a time. | A teddy bear is a cuddle with four paws on the end.
--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.
Demo Sites now possible
You might have a look at Demonstration Site (Sandbox) module. Custom demonstration sites can be built easily now.
Daniel F. Kudwien
unleashed mind
Daniel 'sun' Kudwien
makers99
CivicSpaceLabs.org has
CivicSpaceLabs.org has CiviCRM with installer and extra modules including images and editors and EVENT and many nifty stuff already filled in. I mean if you want to demo your own, just install it on your PC with XAMPP.
Not sure if they have a demo for CiviCRM
A demo of a plain install is hardly helpful
The demo linked on the main page is just a plain vanilla install with nothing configured. I would love to see same examples of real sites with access to the configuration. I would like to be able to see the taxonomy and other setting from the admin view. Drupal.org would be a great example. I wish I could see the config settings for this site.
I'd never set up a demo site
I'd never set up a demo site and allow casual access to the admin area. an unknowing user or worse a malicious one could then take over the site and I'd have to constantly reinstall it. Just not worth the hassle, when anyone can install drupal on a local environment and test til their hearts content including but not limited to the admin area.
There is a feature list of the modules that are in use on drupal.org, what settings are you wanting to see ? with regards to what specific features ?
if one preferred they could head to http://www.opensourcecms.com/index.php?option=com_content&task=view&id=132 and test many of the features of the admin/settings, for those who don't know and may want to peek at the admin area without installing drupal at all.
Learn by seeing the *implementation details* of an example
As you point out, it is easy for anyone to see all the options and fool with all the settings in Drupal. Getting access to a Drupal admin panel is not the point. I have access to my own already. Hurray! So what!
This is like some learning to code PHP looking at a PHP reference manual and saying “all these functions are great and all, but I would love to see some example source code that shows how these things can be used together.” Some people would say “you have access to all those function yourself. Write any code you like and look at the results”. Other would say “there are millions of web sites that are written in PHP. Just go browse any one of those sites and see the results.” But neither one of these approaches lets the aspiring new PHP developer see example source code for working sites. He doesn’t just want to see the results, he wants to see how they were implemented. And he doesn’t want to see the implementation for a trivial “Hello World” program. He wants to see the implementation of a real application that does something useful.
Of course, for PHP there is tons of example source code. Drupal itself is a great example of an open source project that lets everyone see how it was built.
But where is the example of a how to implement something using Drupal? Do any of these examples exposing the implementation so we can see how they were made?
For example: On Drupal.org, how was the download Download Modules page built? http://drupal.org/project/Modules What type of node is used to store each of the modules listed here. Are those nodes built with cck? Is it a custom mode? Is it a customization of a standard module? Which module? Does it use the views module to list all the downloadable items? How is the Filter by version implemented?
In other words, if I wanted to build a similar list, how I go about it?
I could ask dozens of specific questions about how this particular Drupal site was constructed. But the real point is just to see an example of all the components working together. Get a basic idea of when it is best to used different content types versus using the same content types with different taxonomy settings.
I am not suggesting that someone’s live site have the administration control left wide open. I am suggesting that it would be useful to have a backup copy of the site that has the admin settings visible even if they are not modifiable. Or it would be great to have something like the demo sites that reinstall themselves every 2 hours but make one that has something more then a trivial “hello worlds” program. Anyone can see a default install. I want to see an install that does something non-trivial.
Download page
I know this was just an example question but, just in case you'd like an answer to it, that's the project module. There's no CCK or views on drupal.org. This site actually uses very little in the way of modules because of the tough standards a module needs to pass in order to be used here.
I don't know of any place that has their backend open to look at but, if you read the showcase forum, a lot of people post details on what modules they used and how they put everything together.
Michelle
--------------------------------------
My site: http://shellmultimedia.com
Another good source of
Another good source of information is “Themes and modules used on Drupal.org” http://drupal.org/node/27367