See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

Drupal 5.0 add content types, CCK ...

Hi!

I started to play with Drupal 5.0 and the first interesting thing I noticed is that admin can create node types. I didn't find any ability to add fields for that node and I didn't notice CCK in 5.0 core (I thought CCK would be used in 5.0 core).
So, what is an idea of Drupal 5.0 "add content type" feature? I can create lots of content types and how can I use them?

What is a destiny of CCK? Will it (or only its functionality) be taken into Drupal core?

Thanks.

How do SE robots 'interact' with Drupal

My apologies if this is not the right forum for asking this question.

I understand that Drupal is one of the more Search Engine Friendly cms's around. My question then is this:

How do SE robots index the dynamically generated pages? As far as I understand (and yes, I am new) robots crawl static pages. If then all the content, old and new, are saved on a database and retrieved via a query on the fly, how can Googlebot then index it?

node address to another style

hello drupal lovers,

i have a question and i think someone helps me.

how can i change "http://yourdrupal.com/node/12 -> http://yourdrupal.com/text/12" address to this style?

with .htaccesss or another?

can anyone help me?

Guide for programming oriented approach to Drupal

I am looking for an overview on how Drupal retrieves nodes and displays them,

1. How to retrieve a list of nodes based mostly on content type; categories can come later.

2. How to retrieve the values, especially with CCK and flexinode
a. those common all nodes
b. those related to a specific content type

I don't want to go down the custom module path yet

3. Display them in tabular form or individually

4. Theme them

Is there a document or linked documents in which most of these issues are covered, ie all of them to together?

incompatible licenses?

hello
i was just browsing the net and found this site: http://www.ohloh.com which analyses open source projects.

it analyses contributors, comments, code lines, languages and licenses.

the main thing is that it says:

Using CCK Calculated Field and CCK Node Reference- how can I update one based on the other

( Sorry if this is in the wrong forum!)

I have created a content type Budget. There are 3 fields: title, total and budget_item. Budget_item is a node_reference field to another CCK that contains 2 fields: item and cost.

So here is what I am trying to do and I just can;t seem to wrap my brain around this:

I want the calculated field, Budget->total to be updated by the TOTAL of all the Budget_item->cost fields.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core