Views: Display list of taxonomy terms from 1 vocabulary? (urgent)

Hi

Trying to create a views block that simply retrieves all terms in a specified vocabulary. I thought I'd done this before, but struggling now for some reason.

The closest I seem to be able to get is to display content fields that reference terms from this vocabulary. Someone please tell me I'm being dumb.

For example, if I have a vocabulary called sports with 3 terms created:
vocabulary: sports
term1: basketball
term2: football
term3: volleyball

Need some help with hook_field_update()

Ok. So I'm trying to figure out why a certain field module keeps changing a value of 10 to 1 when saving to the db.

I've tracked it down to hook_field_update(). The problem I'm seeing is that the items getting passed to that function look like:

array(1) {
  [0]=>
  string(2) "10"
}

and the function is looking for $item['tid'], but that array key doesn't exist. Is the module passing the wrong array format?

Translating a node problem.

Hi there.

I'm writing a Recipe import module (this one imports straight from DB).

There are two languages. The problem is when I save the English node like this (the translated node's tnid is equal to $node->tnid, and so should be the tnid of the original node, right?):

Multiple news items pages

Hi,
Has anyone come across this before. I want to be able publish news items/articles using the article content type for each individual department of the company I work for. At the moment if I create a news item using the article content type it promotes the article/summary to the main front page of the company Drupal site. Unfortunately, all news items (teasers to the main article) from each individual department end up listed on the front page, which isn't what I want.

Need help with best practices to make a View with multiple formats.

I'm new to Drupal and am creating a node view that gathers a bunch of articles (a monthly newsletter) into a view. I need there to be a grid at the bottom of this view that has three columns of Tips that every newsletter has. What is the best way to do that? Can I do that in one View, or do I have the Newsletter node grab two views (one with all the articles and then one view with the Tips)?

Then, to add a bit of a complexity here, I need these Tip columns to have a graphic at the top of each column marking them as Tip 1, 2 and 3.

Any ideas?

Different CSS based on gender?

Hello all...

I have a rather amateur/basic question... is it possible to display different colors..or even theme based on whether the one logged in is female or male ??

how can i make that happen?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x