Posting to myself to remember this thread from Drupal on how to patch. https://www.drupal.org/node/1904234
Archive | Development diary
Setting up Views RSS
Drupal 7 Drupal 7 PoligoWhile setting up Views RSS so that I can use Mailchimp on Poligo, I came across this good guide to using fields for RSS. Points to be wary of: For the <link> element, use “content: path” and in field configuration section (Rewrite results fieldset) check Use absolute link (begins with “http://”); The element <author> should […]
Glossary views
Drupal Drupal Drupal Projects Projects TEF Web WebSummary: I wanted a glossary view of words and phrase for student reference. Solution: I found a couple of recipes for a glossary view and a way to sort results by the first letter. I found a post on Stack Exchange shows how to make a glossary with an attached index, and combined it with another […]