Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
What i need is : I have a product content type and product review content type. On the product review form I want to display the product description of the product which has been selected (i have used node reference for selecting the product), just like we have comments.
How can i customize to show the product content on the product review form?
Do I have to create a page and call the product details and then add the product review form after that?
Which hook functions i need to use?
Hi. I am using the "Sky" theme, and I've got a problem. In articles, the article title appears twice. In pages, the menu parent is inserted at the top of the page. You probably won't understand what I mean, so I'll give you the link to my website, kanyon.us. The problem is, I have absolutely no experience with PHP, but I do have a passable amount of experience with html and css. Does anyone know how to fix this problem? Help would be greatly appreciated, I've been at this for a while now.
I am trying to do something very simple which is turning out to be more difficult to do with drupal than I previously imagined.
I want to have a wizard where any step can contain a number of child subsets of fields that can be interchanged for a different child subset (imagine the "Add Director" page where we need to create say 3 directors where one is an individual (i.e. name/address/dob fields needed) and the other two being corporate entities (therefore needing something like company number/other fields)
I can't seem to find an option to change this. I'd like to reduce the number of nodes displayed per page. I hope I don't need to install Views to do this :(