Need help creating a template for a specific content type using node-contenttype.tpl.php

Well I have a content type called project. Users upload many photos for projects using the image field. By default they are displayed in a long vertical list on the project's node. I want them to display horizontal by adding the style float left to my image field.

I figured the best way to go about this would be to create a new template file. I duplicated the node.tpl.php file and renamed it to "node-project.tpl.php"

Drupal 7 - commerce solution

http://www.finandfire.com

Just finalized and launched a new Drupal site that is tied into GoDaddy's Quick Shopping Cart...ugly mismatch between the two, to say the least.

I would like to rebuild the online store with Drupal Commerce, e-commerce (same thing?) but hesitant to finalize a site based on 7.x beta. Has anyone gone down this road already and have any advice for me? Other options/suggestions/tips & tricks much appreciated!!

Thank you in advance ~Kate

Drupal 7 Audio Recording

I am somewhat new to Drupal and need to know if there is a good module/recipe to record audio on the client side and get it uploaded onto the server, preferably as an mp3, preferably into a field, and preferably in Drupal 7.

Own ID for each Menu

I want to identify my menus by different id's. I found the right function:

 function mytheme_menu_tree($variables) {
  return '<ul class="menu" id="test">' . $variables['tree'] . '</ul>';
} 

but i neet it that way:

Simple php help

Hi,

I have a node type with 5 individual nodes. I want to create a block and place it in a region, and in this block will be a simple link to a webform.

The tricky part is I have 5 different webforms based on content from each of the 5 nodes, so the link I'm placing must link to it's relevant node.

So the link in node 1 must link to form 1, link in node 2 must link to form 2... etc and so on.

Return image and custom field test in a view

I'm a newbie. Please forgive me if this is annoying or stupid.

What I am trying to do is basically an online store without cart options. IE I don't want to sell anything, just provide basic information on products.

I have created an end product page (I will probably change to panels) which is structured like this...

TITLE
DESCRIPTION

IMAGE1 IMAGE2 IMAGE3

------------------------------------
------------ TABLE ----------------
------------------------------------

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x