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

Live Online Gig at Audioreload.com (Singapore)

Looking forwards to Drupal 5.0!

Meanwhile, do check out www.audioreload.com

It's an online community for musicians here in Singapore, and on the 17th Dec 2006, 8pm (Singapore time) we will hold a live band performance by "Embryo" via quicktime streaming on the website.

Enjoy!

Wellness Web 2.0 hybrid launching tomorrow

Well like most of us know, the site is never really completed. We're still revamping some things, putting up content, refining, fixing, etc. But we're launching in the morning. I definitely need to thank the drupal.org forums for all the help I've gotten here over the last several months. There have been some key people that have really contributed both their expertise as well as their time. The back end of the site is heavily modified to accomodate the tracking for the USB pedometer and various other tracking items.

What Would San Martin Do?

Hi everyone, here is a fun site we made with 4.7

http://www.whatwouldsanmartindo.com

The site started as an inside joke after a camping trip involving two gringos a south African, and many boxes of wine in a remote part of Argentina. Suddenly after basking in the glory of multiple tributes and monuments in the middle of nowhere we realized how awesome San Martin is... this is our tribute.

Come check out our new social network for green and conscious living!

Hey everyone,

Please come and visit our new site. We've been working on it for about 6 months, and I'm very happy with our first beta.

It's http://www.dianovo.com - a social network for green and conscious living!

It's built using Drupal 4.7.3, and I must say that I LOVE Drupal. It is such a pleasure to work with, and this community is the most professional and helpful open source community that I have ever been a part of.

Homeless Nation, running Drupal 4.6 for... a while. :)

Hey guys, I'd like to introduce myself on the forums in order to start participating and learning more about Drupal. I work with Homeless Nation, an organization that fosters communities among the homeless across Canada. We give them tools to document their lives online and communicate with friends and family. Drupal helps us do this. It's awesome. So thanks to everyone that's worked on Drupal for helping make this possible.

Julien
http://homelessnation.org

Using Zebra for a smartened-up user list :: comments welcome

I was tinkering with my profile_listing.tpl.php file, as per this page, and was quite satisfied with the outcome, so I thougth I'd share this with you...

The resulting page is here.

profile_listing.tpl.php code is:

<?php profile_load_profile($user->uid) ?>

<?php 
if ( $GLOBALS['user']->uid == $user->uid ) {
        $thisiscurrentuser=TRUE;
} else {
        $thisiscurrentuser=FALSE;
}


if ( $user->picture ) {
	$currentpicture=$user->picture;
} else {

	if ($thisiscurrentuser){
		$currentpicture="files/images/add_photo.png";
		$photoneedsupdating=TRUE;
	} else {

		$currentpicture="files/images/no_photo.png";
	}
}
?>


<?php if ($photoneedsupdating) print "<a href=\"user/$user->uid/edit\">" ?>
<img class="<?php print $zebra ?>" src="/<?php print $currentpicture ?>">
<?php if ($photoneedsupdating) print "</a>" ?>


<?php
  $band_name=$user->name;
  if($user->profile_name){
  $band_name=$user->profile_name;
   } 
?>
<h2><?php print $band_name ?></h2>

<a href="/user/<?php print $user->uid ?>"><?php print $band_name ?>'s profile</a>

<?php if($user->profile_website): ?>
<br><a class="external" href="<?php print $user->profile_website ?>"><?php print $band_name ?>'s homepage</a>
<?php endif; ?>

<br clear=all>
<hr>

and the CSS now includes:

Pages

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