12:21am September 6-8:00 GMT

User login

September 5, 2010

September 4, 2010

  • 4:57pm

    I was recently trying to figure out exactly how long my users' sessions were lasting on an existing Drupal site that I had built. Generally it seemed like users were remaining logged in for an extremely lengthy period of time. I did some research and finally discovered that this setting is actually configured in the default settings.php file that ships with Drupal. There's a line in the settings file that initially reads:

    ini_set('session.cookie_lifetime', ...

September 3, 2010

  • 2:58pm

    You have to agree that Drupal admin screens can be pretty gnarly to interact with. If you want a better looking Modules listing page and if you want a tidier node add and node edit form... Then read on and watch the video at the end.

    OK. I Pride myself on being HIPP and knowing about the newest modules and the coolest modules. I can not explain how I missed the MODULE FILTER module.

    ...

  • 2:00pm

    Late in the code sprint the last day of DrupalCON in Copenhagen, there was a lot of discussion going on about the upgrade path in Drupal 7.  Questions of how to handle certain aspects of the process and prevent horrible flaming death when upgrading a site and its contrib modules.  Upgrade processes, much like data migration, often become a sticky problem.   Right now that stickiness has literally stuck the release of Drupal 7.

    Regardless of the release status, folks are starting to...

  • 1:50pm

    How to create presentations that entertain & inform.

    I had the opportunity to present to a local organization in Salt Lake City on the techniques Lullabot uses for making kick...

  • 9:33am

    Fri, Sep 3, 2010 by Brandon Tate

    Building a website I recently ran into an issue where I had HTML search facets interacting with Drupal views. The user would click on the facet and it would filter the view depending on the argument. I ended up implementing hook_views_query_alter. To make sure the values I wanted to filter on were in the view, I added the search facets into the view as fields. This automatically joins the necessary tables so that you don’t have...

  • 5:50am

    Wow! Code-Free Drupal Layout with Skinr, Fusion and Panels has been my best launch of an ebook ever. Thanks to everyone that's already purchased their copy. I hope you're enjoying it so far. I made a special offer to my mailing list yesterday and it was so hugely popular that I thought I'd extend it to everyone else too.

    Anyone that has...

September 2, 2010