Drupal.org news feed

Syndicate content
drupal.org - aggregated feeds
Updated: 2 hours 31 min ago

Upcoming.org: DrupalCon DC 2009

Wed, 2009-03-04 08:00
Mar 04: DrupalCon DC 2009 at Washington Convention Center

Raincity Studios: CoCKTaiL - a CCK Type Language

Mon, 2009-01-12 15:53
Abstract

In this post, we describe some of the issues facing large or complex software projects using Drupal's CCK content type extension facilities. We then propose a remedy in the form of CoCKTaiL, a high-level language for CCK types and associated UI elements and relations. Tools and potential applications will be described in future work.

Introduction

Drupal's Content Construction Kit (CCK) is a powerful feature, much loved by Drupal developers, who use it to rapidly define data types and relations for applications. Using a UI, developers can easily create new content types by specifying fields, UI widgets, relations, and more.

The ability to interactively create new types and supporting UI's is a great timesaver in the early stages of many Drupal development projects.

For larger projects, however, the nature of the design and implementation process for CCK types leads to difficulties in evolving and maintaining projects which include CCK components, and these difficulties contribute to the lifecycle cost of large Drupal applications.

read more

Upcoming.org: LA Drupal December 2008 meeting

Wed, 2008-12-17 03:00
Dec 16: LA Drupal December 2008 meeting at Rich Media Institute

Upcoming.org: Do It With Drupal

Wed, 2008-12-10 06:00
Dec 09: Do It With Drupal at New Orleans Marriot

Upcoming.org: LA Drupal November 2008 meeting

Wed, 2008-11-26 03:00
Nov 25: LA Drupal November 2008 meeting at Rich Media Institute

Yahoo! News: Job Board (Foreign Policy Association)

3 hours 52 min ago
Sign up for one or more of these free on-line newsletters from FPA. Become a member of the Foreign Policy Association!

Digg: 12 Top of the class Drupal tutorials.

5 hours 17 min ago
12 Top of the class and Free Drupal tutorials available on the web. This will be very helpful for beginners and for those who want to migrate from other CMS like Joomla to Drupal. Its a very good resource even for intermediate drupal users.

ChaseSagum.com: Open Source Contact Importer/Inviter

7 hours 15 min ago

Have you ever been on a social networking site, let’s say Facebook for example, and it gave you an option to invite all your friends from your gmail or yahoo email account? You ever wondered how you would build something like that on your own social site? Maybe on your blog or maybe your own social network? OpenInviter is an open source php class written in PHP5 that does just that. It allows users to import contacts from most of the well known email providers and social networks.

Right now OpenInviter currently supports these providers:

read more

Digg: Solving Drupal site contact problems with contact forms

7 hours 43 min ago
Time and again I've faced a problem of creating multiple contact forms but with use of the contact module there is only once contact form accessible at site-URL/contact. But now the problem can be solved with use of Contact Forms module, you can download the module here.

Wim Mostrey: Asset 1.0 for D5, dev version for D6

8 hours 33 min ago

Todays marks the release of Asset 1.0 for Drupal 5 and the first development release for Drupal 6. Many thanks go out to Rue89 and their complete dev team with Damien Cirotteau as their tech lead. They upgraded the module to Drupal 6 and contributed it all back to the community. Thank you!

Please note that the current dev version is pre-alpha and is more a starting point for people who want to jump in and help coding than for actual use. You can get the stable D5 and dev D6 version on the asset module project page.

Wordpress.org Drupal posts: Customize exposed filter on Drupal View

9 hours 21 min ago

Tested on:

  • Drupal 5.x
  • Views 1.6

When you have to filter a view by a content type, you have to use Exposed filters. Since default list is somewhat ugly (a select with some elements and CTRL to be pressed) we transform it in simple checkboxes.

Copy and paste this code into your template.php:

# I use imagecache because on my site is active # and doesn't use hook_form_alter /** Display checkboxes instead select for exposed views filters */ function imagecache_form_alter($form_id, &$form) { if($form_id == 'views_filters' && arg(0) == 'change_to_your_view_path_before_slash') { if(!empty($form)) { foreach ($form as $id => $field) { if ($form[$id]['#type'] == 'select' && $form[$id]['#multiple'] == 'multiple') { # from select to checkboxes $form[$id]['#type'] = 'checkboxes'; foreach($form[$id]['#options'] as $key=>&$content) { # hide from list all content types that aren't mycontenttype or mycontenttype2  if($key!='mycontenttype' && $key!='mycontenttype2'){ unset($form[$id]['#options'][$key]); } } } } } } }

To hide operators dropdown, you have to check “lock operators” on views page.

See also:

read more

Flickr: Bright.nl redesign

9 hours 54 min ago

bertboerland posted a photo:

Bright.nl redesign

Groups - Events: November Midlands Drupal User Group Meeting

10 hours 28 min ago

Venue: Trilby Studio, in Birmingham.
Cost: £2 (includes coffee/tea/munchies and wi-fi access)

I've not imposed any specific topic(s), with the hope that others can volunteer things?

Here are some things that we could do:

I've got Eclipse and Xdebug running on my Desktop machine and should be able to get it functioning on my laptop before next Friday. I could show that working?

drupal.org redesign discussion? Perhaps someone could lead on that one and be all prepared with the major issues and conclusions from the different iterations which have been shown so far?

Do you have a favourite module you'd like to demonstrate to us?

Don't be shy. Bring your laptop and let's turn it into a workshop - maybe we could break into groups to solve specific problems?

Looking forward to seeing you there!

United Kingdom

Yahoo! News: TechCrunch Euro Tour 08: Yes, even Belgium has startups (TechCrunch)

10 hours 51 min ago
A couple of weeks ago I headed over to Belgium as part of my ongoing TechCrunch Euro Tour , to get a taste of the local web/mobile entrepreneur community (BTW, come to the London and Helsinki events soon). I hooked-up with another TechCrunch writer, Robin Wauters , who had kindly arranged a TechCrunch Belgium meetup in Gent. Gent is quickly becoming one of the main places to startup in ...

Dries Buytaert: Belgium.be using Drupal

11 hours 50 min ago

Belgium.be, the official website of Belgium, is using Drupal at http://forum2010.belgium.be. This forum site has been put together in preparation for our Presidency of the Council of the European Union in the second half of 2010.

Perhaps the most remarkable aspect is the fact that the site was built in less than 10 days. The Chancellorship of the Prime Minister picked Connexion to build this site with the help of Internet Architects.

The site is available in 4 languages so all Belgian citizens can express their opinions and engage in interactive discussions about European issues.

Forum2010 belgium be

Digg: Display Random images

15 hours 51 min ago
Simple way to display random images using php code. You it in Drupal or any other CMS.

Drupal on Google news: On Blogging, College Mogul, Drupal, and Acquia - College Mogul

17 hours 41 min ago

On Blogging, College Mogul, Drupal, and Acquia
College Mogul, NY - 9 hours ago
Anyway, I am working full time at Acquia now, a funded startup commercializing Drupal, a popular open source CMS platform that over a quarter million sites ...

Google News: On Blogging, College Mogul, Drupal, and Acquia - College Mogul

17 hours 41 min ago

On Blogging, College Mogul, Drupal, and Acquia
College Mogul, NY - 15 hours ago
Anyway, I am working full time at Acquia now, a funded startup commercializing Drupal, a popular open source CMS platform that over a quarter million sites ...

Alex Lindahl: On Blogging, College Mogul, Drupal, and Acquia

17 hours 59 min ago

Marketing is sometimes the toughest part of starting a company. It won't matter if you have a great idea, product, service, or blog in my case, if you can't reach your target audience and make it as easy as possible for people to find you. One of the quickest ways of building traffic to your site is via blogging. It is also a perfect way to start building an audience before you even launch by writing about the industry you seek to enter, providing valuable information, or just simply writing about your experience starting your company. Blogging has exploded and even seeping into the corporate world. Did you know GE just launched their corporate blog ? In many ways blogging is starting to mold a new era where transparency, free information, and daily communication between companies and public are critical to build brands and companies that people are attracted to.

read more

Groups - Events: Surrey Drupal Users Group - Christmas Party

18 hours 56 min ago

Date: Dec. 11, 2008
Time: 7:00 - 9:00 pm
Event: Christmas Party
Address: 7742 Garfield Drive, North Delta, BC

Come and join the fun! We are meeting at Andrew's house for a Christmas Party.
Please bring a plate of dessert or munchies to share. Bring drinks, too.

Please go to http://drupal.meetup.com/18/ to RSVP.

Vancouver