Blogs

Fun with Wordle

Submitted by Owen Barton on August 27, 2008 - 1:34pm.

Inspired by Funny Monkey and their "Wordlizing" of their Knight Drupal Initiative application I decided to have a quick play myself. I thought it would be interesting to see what words CivicActions frequently uses in our blogging, so a few days ago I took a quick export of all node text from our database, cleaned it up a little and started playing - see the attachments for the results. I think number 5 and 6 are my favorites, although I am quite partial to the arrangement in 3 too!

Coder review of contrib upgrade to 6.x (for DrupalCon Szeged)

Submitted by doug on August 24, 2008 - 4:32am.

I am co-presenting coder at DrupalCon Szeged with my co-maintainer Stella who has been co-maintaining coder for about a year. See the session write-up

This presentation will be similar to the one given in Boston. But Since we have less time, and since we are co-presenting (meaning even less time for me), I'm pre-releasing parts of the presentation in this blog.

Themers: Put IE6 to pasture?

Submitted by Trevor on August 22, 2008 - 11:01am.

If you're a themer, you know you want it. You crave for it every day. It's a hunger, never relenting, pushing you closer each day towards the brink. You'd consider doing just about anything -- legal or otherwise -- to end the agony of using Internet Explorer 6.

Running Coder on patches through the command line

Submitted by doug on August 20, 2008 - 4:51pm.

Some time ago, Kieran approached me about the possibility of running coder on patches submitted to Drupal.org.

Because of some outstanding work by Stella, and (of course) Moshe a.k.a. drush, Kieran's wish is now a possibility. The actual patch issue is here.

Getting Ready for Szeged: Creativity and Programming

Drupalcon Szeged is one week away. I am glad I am attending, and I am planning on leading a Birds of a Feather (BOF) during the conference. The focus of the BOF is creativity and programming. I want to discuss the weird mix of human behavior and code. Sounds strange I know, so let me describe in more detail.

Customizing "View More" Links In Views 1 For Drupal 5

Submitted by Bevan Rudge on August 20, 2008 - 12:55am.

A short, quick and easy tip for views theming and customization.

To customize the text or the destination path/url of a 'view more' link in Views. Add this to template.php in your phptemplate theme and add cases.

<?php
/**
* Override theme_views_more() to set custom link texts and destinations.
* @param $path String
*   The destination of the more link.
*/
function _phptemplate_views_more($path) {
 
$text = 'more';
  switch (
$path) {
    case
'foo/bar':
     
$text = 'doh';
      break;
  }
  return
"<div class='more-link'>" . l(t($text), $path) . "</div>";
}
?>

How To Rebuild The Menu In Drupal 6

Submitted by Bevan Rudge on August 19, 2008 - 8:17am.

To rebuild the menu in Drupal 6 you have to go to admin/build/modules.

In drupal 5 the menu is cached in the cache_menu table, so it is easy to invoke a menu-rebuild by emptying the table with a simple mysql command like TRUNCATE cache_menu;. (I have a handy script that empties all tables starting with cache_).

Draw Yourself as a Cartoon

Submitted by doug on August 19, 2008 - 5:56am.

The CivicActions team has gone a little crazy the last couple days using a new site (faceyourmanaga.com) to create avatars of themselves. We'd like to think of them as the CivicActions Action Figures, or even the CivicActions Super Hero's.

CivicActions Sponsors DrupalCon Szeged 2008

Submitted by GregoryHeller on August 18, 2008 - 3:54am.

DrupalCon Szeged is fast approaching and though we are a sponsor, I'm sorry I won't be able to attend. A number of my colleagues from CivicActions will be there though including Doug, Robin, Kevin, Jozef, look for them in sessions and at the Day 1 Exhibition.

Mainstream Media Gets With The Program

Submitted by GregoryHeller on August 16, 2008 - 2:40pm.

Via Noneck

The New York Times reports that TV networks including CNN are creating one reporter bureaus to file stories, not only from far flung countries but also American cities.