Performance: Using views, what is best, fields on content type or taxonomy?

I have a content type to hold, well, content.
The views module is used to find and show different subset on different pages.
The selection are on pure binary properties (have pool: Yes or no?).

Other things being equal, are there compelling reasons to use fields on the content type or establish a vocabulary?

Thank you!

[TaSK]

how to use and diplay a drupal's native file upload filed in my module

first i created a menu item in navigation
and then posts a form to it
the form is displaying but it is not for file uploading jst text field

how can i make a file upload form and display it on my page
should i use druapls native file uploading or create my own?
how to do?

Is it possible to pass the session ID as a GET parameter?

Dear all,

Drupal 7 uses cookie-based authentication. I need to access a Drupal site from another domain via JSONP and unfortunately, IE does not send the session-cookie in such requests. I am wondering therefore whether and if so, how I can configure Drupal to accept the session ID from a GET parameter?

Many thanks,
Kaspar

Count and update a value with the Rules module + Bulk Operations

Hello, I´m trying to update the value of a field in a content type whenever the the node is viewed. The nodes is shown in a custom View.

I´ve made a rule + a rule set that should work but I´ve have to trigger it with and that does not make any sense, I want the value update automatically behind the scenes whenever the nodes are shown.

Is there any other way to trigger a rule when a View is being, well, viewed.

Regards.

Set Default value in node reference field using custom code

I have a content type with node reference field

I generate content automatically using custom code.

I have node title automatically using following code:
content 1:

Taxonomy: which kind would you use in the following case?

We're making a website for a dealer in batteries. Not as self-evident as one would think, definitly when it comes to the organisation of Views and Taxonomy.

The range consists of:

  • Product categories (like "Starter batteries")
    • Product ranges (like "Standard range")
      • Applications (like "Cars", batteries for cars)
        • Product (the product itself, like "AGM batteries")

The problem:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x