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
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?):
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.
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.
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 ??