Show others what you've been working on and get feedback. For in-depth case studies, check the case studies section.

The Young Britons' Foundation

The Young Britons' Foundation is a non-profit political training organisation, which today switched to Drupal to manage its website. Our mission statement is:

1st venture with a cms type site.

Please let me know what you think and what improvements I should make.

www.goddessgalas.com

Thanks.

First Draft of BASH script for creating new multisite

This is my first sizable bash script (if sizable it is). Looking for advice, critiques and...

It allows a user to copy an existing multisite installation and convert it to a new one with the content truncated out of it. I'm going to start using it for my stuff in the morning... any comments more than welcome!

Do not trust this draft on your production server

#! /bin/bash

SCRIPTUSER="root"
MyUSER="id"
MyPASS="pass"
GroomPrefix="tempprefix_"
MyHOST="localhost"
SitesHome="/var/www/drupal/sites"
Prefix=""
MultisitePrefix="mysite.com"
date=`date +%Y%m%d`
log_filename=/home/user/addsite.log
ThemePrefix="theme_"

if [ $(whoami) != $SCRIPTUSER ]; then
echo "Must be "$SCRIPTUSER "to run $0"
exit 1;
fi

#Choose a database to copy from

echo -n "Pick a site to copy from: "
read -e MasterDatabase

#Set the database Prefix
MasterDatabasePrefix="${MasterDatabase}_"

#Choose the website name you wish to create
echo -n "Pick a site to create mynewsite not mysite.com/mynewsite: "
read -e NewSite

#Check to see if database exists
DBS=`mysql -u$MyUSER -p$MyPASS -Bse 'show databases'| egrep -v 'information_schema|mysql'`
for db in $DBS; do
if [ "$db" = "$NewSite" ]

then
echo "This database already exists : exiting now"
exit
fi
done
#Dump the info from the MasterDatabase into an sql file

Xpert People

Still a bit basic with a lot of work to do, but you can get the general idea: Xpert People.

Let me know what you think, what improvements could be made etc.

Many thanks, Neil.

Cagora- The Community Network of Local and Special Interest Communities

Our Company Community Enabler Pty Ltd is based in Melbourne Australia and have recently launched a very ambitious project which we hope will be one that will in time take an awareness of the potential of Drupal to really Make A Difference in creating a better world.

We have created a Community Platform as a one stop spot for people to find what they are looking for: people, products, services and info. It's a global network of Local and Special Interest Communities that provides an opportunity to browse as well as search.

http://www.cagora.com
(this will IP Address divert to your country's community)

We chose Drupal because the Drupal Taxonomy system is a perfect fit for our architecture. We also hope to be able in the next stages to contribute back developments that will be useful for Non Profits and Small Business owners as well as hopefully create jobs for Drupal Developers.

Our Community is built around a double sub domain system eg
http://dogs.texas.cagora.com where we will have over 10,000 Special Interest communities ranging from small niches like Greyhounds to larger ones like Music.

There are around 10,000 Local Community Sites and next month we plan to start the translations to multilingual. eg In France it will be in French and English.

Chineseornot.com

It's my first drupal site!
It took some time to figure all out how it works but since I've been working on I'm getting used to it now.
I'm so glad to know Drupal system!!

Chinese Or Not is simple voting site which you can submit
pictures of yours or your friends and let others vote on it.

I tried many modules for some fun experimentaion :)
But eventually the modules I used for the site are

Pages

Subscribe with RSS Subscribe to RSS - Show off your Drupal site