First, I am looking for a module that allows the admin setup that all file uploads by users are redirected to a storage location outside of the Drupal website.
However, if such module does not exist, then as a head-start, is File API the best starting place?: http://drupal.org/node/555118
I try to create a module that uses a custom table with some static data. The table is defined using the schema and created correctly, now I am at the point, where I have to import the static data into this table. I want to avoid to do it by hand, so is there a Drupal function that lets me import a mysql dump into this table?
I've searched for this for quite a while - without success.
In D7 strings, placeholders are used to add links to handbook pages. For example:
<a href="@handbook_url">
documentation-japanese group is planning on translating the handbook and I would like to know the links should be changed. Should we hard-code the link to the translated nodes, or is there another way?