Need
Relating nodes by taxonomy with Views 2 relationships?
benjamin-agaric: a Views 2 question-- we have two content types (one for images, one for posts) connected to the same vocabulary, we would like a view of the images (actually a CCK field on a node type) where the link from the image goes to the single post tagged with that term. Now I'm thinking this is such an edge case I should just do it in the theme like always. But--
Adding OBO Flat File Format to Taxonomy Import Export
The parser needs to follow the instructions here:
http://geneontology.org/GO.format.obo-1_2.shtml
To import a file of the kind available here:
http://geneontology.org/GO.downloads.ontology.shtml
Taxonomy Import/Export is the slightly misnamed in Drupal's CVS http://drupal.org/project/taxonomy_xml
PayPal in Drupal 6 as of 2008 November: Three options... in dev
All three are in a fairly advanced state of development for Drupal 6 (but no release candidates yet), stable for Drupal 5:
http://drupal.org/project/ecommerce
http://drupal.org/project/ubercart
http://drupal.org/project/lm_paypal
Agaric wants to create a new text file with a keyboard shortcut in Mac OS X
Agaric wants to create a new text file with a keyboard shortcut in Mac OS X... until this half of Agaric gets over to Ubuntu.
An aside regarding Ubuntu: Is this functionality already in Ubuntu? Can you create basic file types from the file navigation tool? Is it easy to make keyboard shortcuts?
Increase Drupal logout time limit
Answer:
Increase cookie lifetime in settings.php with an ini_set command or, recommended, use the persistent login module:
Testing in Internet Explorer from a Microsoft-free computer
Get screenshots of sites from IE browsers:
http://ipinfo.info/netrenderer/
Run IE on Mac OS X:
http://www.kronenberg.org/ies4osx/
Agaric wants Drupal to upload files with any or no extension and stop being a pain about it
Agaric is not alone: Allow any files to be uploaded or make "Permitted upload file extensions" a required field
The workaround of adding the file name to the "extension" list didn't work for us though for a file called "Capfile" (with no extension, of course).
Adding a .txt extension to the file for now. But may I say: annoying!
Voice over IP without the untrustworthy Skype
Stefan Freudenberg:
Hi. I have setup an Ekiga account. Do you have something like that, too?Benjamin Melançon:
Ekiga?
Stefan FreudenbergIt's a voip service.
Benjamin Melançon
http://www.sip-communicator.org/
looks like one of my better bets on Mac
and given proof of Skype's evilness, I'm all for it(Found listed here:
For usability, Drupal should focus on the first relevant form field
For a basic, but nice, usability improvement Drupal, for all pages where a form is the center of attention, the first form field that people should type in should have the keyboard focus given to it.
Here's a method for doing it with JQuery: http://www.gerd-riesselmann.net/development/focus-first-form-field-with-...
Reinvite module: using the Drupal user_pass_reset_url function
Reinvite module: (mis)using Drupal's core function to generate instant login links for long-lost users.
All the answers we need are in the user password submit function:
http://api.drupal.org/api/function/user_pass_submit/4.7
<?php
