It's very frustrating when browsing the handbooks section, and you keep getting, for example 5.x stuff yet you want 4.x stuff. Why can we not just have handbook subdomains or taxonomies. SUch that once you click a 5.x taxonomy page, you are guaranteed 5.x pages.
Could anyone explain the disavantages of such a setup, please.
In posts such as Survey: Whats your backup strategy? it is indicated that there are certain files that probably should not be included in database backups. Is there a current list of such tables for Drupal 6?
And would it be possible to add a backup script to the Drupal `scripts` directory, if only as a place to document the current best practice for the version?
Looking for hints or suggestions on a problem I'm trying to solve.
We have an approval process that revolves around sending emails to a group of people and then collecting back the words "I approve" in reply emails. We are considering adding this to an existing Drupal install.
Am I missing something or the "Related terms" option under Vocabulary is not longer supported in Drupal 6.0?
If so, does anyone have any idea on how to create something similar to the "See also" related terms in a page/story?
I'm creating an form, and one thing the user has to enter is an building with it's adress. Now, it's possible the building is already in the database, so i wanted to display an dropdown-list with the names of the buildings in the database.
I've attached AHAH to the select-field, so the adres-parts get replaced with filled in values.
This doesn't work. drupal_render ignores the default_value i give write in the form. I guess this has something to do with the form_state i didn't modify...