Filefield Paths configuration for core fields

Hi,

I'm new to Drupal. I've installed the Filefield Paths module and have set it up for custom image and file fields, which works great (using the node token to put files into node-type/NID). However, I would also like to apply the same settings to the core "body" field on several content types. I'm assuming this is possible somehow, but I'm not sure where to find the configuration page and the current documentation seems to point to the D6 menu location:

What type of module should I produce for this spec?

Hi, I'm new to drupal and am about to write my first module, using v7. I followed the tutorial for block modules in 7.x, but a block module isn't what I need AFAICT. I want to produce a module that consumes a feed from an eprints repository (the result of which is a block of JSON that I'll format -- eprints is a document repository and I'll be querying it with userids which are email addresses) and outputs the result in the main content body, but which isn't all the content on there. So the main body content of a page on which this module appears should be like so:

+-------------------------------------------+
| User editable content                     |
+-------------------------------------------+

Title of my module

+-------------------------------------------+
| Output of my module, configured by admins |
+-------------------------------------------+

So I need to allow administrators to add this module to arbitrary pages and to configure it per page -- that is, when the admins add the module to a particular page they should be able to give a userid for which to query the repos for that particular page, so the content is different on each instance of the module.

pathauto crashes, seems to conflict with my FAQ module

I tried to install pathauto and get this error when I try to click on "configure" from the module menu

jQuery in Drupal 7

Hello, I'm trying to port some code that is not written for Drupal into Drupal.
I have a big problem with the way that Drupal handles jQuery.

I'm having problems extending the jQuery-core if i only import the previously written js-files.
I don't want to use the built-in functions for Drupal to define the functions!
I don't know why, I have tried:

diff shows no significant difference between Drupal 7.2 and Drupal 7.3

So Drupal 7.3 allegedly is a security upgrade for Drupal 7.2. But when I ran a diff between the extracted archives from 7.2 and 7.3, I found no code differences. What gives? Is the 7.3 release really a security update, or did the actual security patch get left out, by any chance?

Module(s) to build dynamic diagrams of complex node relationships

Greetings Drupal site-builder/developer community,

I've been asked to check if anyone here has some additional ideas, besides the modules I've considered already, which could help with an interesting pro bono project (volunteer-work for a non-profit / museum) our company, Cocomore, has agreed to work on. We hope to do something really cool that will show off what can be done with Drupal... but it would be nice if we can achieve our requirements without doing a lot of expensive custom development that might not fill a very common use case... especially if we might be reinventing the wheel. Of course, we hope to contribute any custom code we write for this project, too -- a new contrib module or two, but only if there are good possibilities for re-use.

The main issue is how to graphically represent the complex relationships between a group of parent, child, and "sibling" objects, with multiple levels of hierarchy (and possibly as many as 10 or more parent or child objects related linked to one evolutionary "snapshot" of a project). One interesting module that's in development is the Graph API, which could possibly be combined with some nice rollovers, like BeautyTips or Apture to add a bit of extra richness and interest:
http://drupal.org/project/apture
http://drupal.org/project/beautytips

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x