You are hereFeed aggregator

Feed aggregator


Drupal In The Cloud

Drupal-iocious - Fri, 09/03/2010 - 20:52

Layar Module | drupal.org

Drupal-iocious - Thu, 09/02/2010 - 23:52

Rate | drupal.org

Drupal-iocious - Thu, 09/02/2010 - 23:52

Drupalcamp Atlanta and best practices for event websites in Drupal | Growing Venture Solutions - GVS

Drupal-iocious - Thu, 09/02/2010 - 22:55

Good write up on "best practices for event websites". I still think Ubercart is overkill with a capital "o".

Placing the contents of a block in any location | drupal.org

Drupal-iocious - Thu, 09/02/2010 - 22:49

Placing the contents of a block in any location

username instead of RealName in Profile Page Title | drupal.org

Drupal-iocious - Thu, 09/02/2010 - 22:30

Adding <?php $name = isset($account->realname) ? $account->realname : $account->name; drupal_set_title(check_plain($name)); ?> to your theme's user-profile.tpl.php file (you can just copy it from the core user.module) does the trick on RealName version 1.3. Attachment Size user-profile.tpl_.php_.txt (Rename this to "user-profile.tpl.php" and throw it in your theme dir) 2.01 KB

Drupal handbooks | drupal.org - http://drupal.org/handbooks

Drupal-iocious - Thu, 09/02/2010 - 22:20

These handbooks offer a comprehensive guide to every aspect of installing, using and extending Drupal. For help with this section, see the tips on using the documentation. All content is written and edited by volunteers, so please contribute where you see a need. If you have a Drupal.org account, you can edit a handbook page by clicking the "Edit" tab at the top of the page. You can also add new pages by using the "add a child page" link at the bottom. For more information on helping with the documentation, see quick ways to improve documentation. Handbooks include: *Getting Started [Understanding Drupal | Installation Guide | Administration Guide] *Creating a Site *Writing your own code *Reference *Tutorials [Drupal Cookbook | Tutorials | Videos and slides] *Community