another from Drupalcon Boston…
SimpleTest: Because clicking on forms is for suckers
Session Discussion (Courtesy of Lullabot)
Today is: 13 May, 2008
Check todays hot topics or new pictures
another from Drupalcon Boston…
SimpleTest: Because clicking on forms is for suckers
Session Discussion (Courtesy of Lullabot)
Video on YouTube of Aaron Winborn adding Tuduo support to EMField in Drupal while sitting in the Drupal in China Session.
Ran across this one today. Upgrading a site with some custom work from 4.7 to 5.6. Obviously the testing of the upgrade is going on is a development environment but we ran into a problem with anonymous users being denied access.
Well, a quick check of the access control records proved that anonymous users did in fact have the Access Content permission. Hmmmm…. what else could it be.
This tip is handy if you have a need to specify a new frontpage node on your Drupal site and cannot get into the admin pages to change it. You can specify a number of configuration items in the settings.php file for your site.
In this case your are going to set the frontpage configuration. Near the bottom of your settings.php file is a section that is commented our by default for overriding configuration settings. Just add the following code below and change ‘node/1’ to whatever node you want for your new frontpage.