Hi!
I was wondering, how often to the updates to the core come out? I want to come up with a maintenance schedule for my sites and this would greatly help.
Helllo, we are listing a "food" node that has a drop down populated with a "measures" node. The measures node has a cck noderefernce to foods.
When someone changes the measure, we need to recalculate all the nutrient values (cck fields) that are displayed in the food listing.
(we have a measure value that provides the conversion factor).
How should we populate the measures drop down and make the calculations ?? we are thinking of doing everything in the theme.
Fetching the measures with the db layer and doing the calculations then, is this the way to go ??
We are creating a website using Drupal for one of our clients and they have the following requirement
Text content is managed within ‘content blocks’ and are REFERENCED from within each page. e.g. We can re-use the SAME text block across multiple pages. If we got back and change the text at the ‘content block’ level, then the text changes are reflected immediately EVERYWHERE it was referenced. Same with image
I am a newbie in Drupal, so please excuse me if this is a very trivial question.
I have some code that I am converting to Drupal 7. I am faced with an issue at one point. I need to get the first result from the output of a select statement on a table. I am using the db_query_range() command for this. But the problem is at the point of getting data off the resulting object. Here is the code I am currently using and which is not really working (breaking some other part of the module)