User login

note

Tell Drush to Check your Git Repository for Configuration

http://grayside.org/node/93

To consider for Agaric. We don't have one big project so i'm not sure how useful per-project configuration will be...

Accessibility of PDF electronic books, case of DGD7

Accessibility and Drupal expert Everett Zufelt was kind enough to look at the PDF e-book version of the Definitive Guide to Drupal 7.

1. The PDF is tagged, this is good. In order for a screen-reader user to interact with a PDF the file needs to be parsed into an accessibility API / virtual buffer. Tagging makes it easier and faster for the file to be parsed.

Organic Groups in Drupal 7 does not use entity IDs as group IDs

Update: Here is the code we currently use, abstracted into a helper function with lots of comments but it's really just two lines:

Setting up Mailchimp module version 7.x-2.0

To do anything with the module, you need to connect it to your Mailchimp account. The settings page admin/config/services/mailchimp is where you put your Mailchimp's list API in.

To get this API go to /account/api when logged in to http://mailchimp.com and say add a key. I know this feels weird, as you don't have a key to add, but in fact it will create an API key for you.

If you see every git log entry twice

If you have an unexpectedly long merge time and you see every commit in your git log showing up two times, you or someone else probably changed the history of the repository (such as to remove a big binary file). This changes the commit hash of every commit there is, so when merging these two (actually separate but just happen to have the same code) repositories you'll see them all twice in the history.

Created a View through the wizard... page not found going to its path

Huh?

Hell, between cache clearings the Views menu link itself (under admin/structure) disappeared.

But actually the error was all me.

Wow.... it was the contextual filter i had added (thinking i was just adding it to the block and accidentally adding it to all displays).

If you give a page a default filter of use the content ID from the URL, and there is no content ID in the URL, rather than being the view page with no items you get page not found. Not the most helpful result from an easy-to-make (for me) error.

Syndicate content