Displaying file field's (thumbnail) images inside a table (in Full-node view inside Drupal 7)

I have set up an image style that would resize and scale the filefield images down to 150x120 and have configured the page display to use that style. The problem is that the images are displayed one on each line (as one long column).

Here are some ideas to display the image thumbnails inside a table when using Drupal 6. I have applied the same ideas to Drupal 7 but it does not work perfectly. Here is a the link:

http://www.group42.ca/node_image_gallery_imagefield

Basically, the article suggests

A. to create a copy of a file named "content-field.tpl.php" from sites/all/modules/cck/theme inside current theme directory.

B. Create a file named "content-field-field_mini_gallery.tpl.php" inside current theme directory. Where "mini_gallery" is the custom name of the image field.

C. Putting this code inside the "content-field-field_mini_gallery.tpl.php" file:


<?php
// $Id:$

/**
* @file content-field-field_mini-gallery.tpl.php
* Theme implementation to display multiple values in the mini-gallery field.
*
* Available variables:
* - $node: The node object.
* - $field: The field array.
* - $items: An array of values for each item in the field array.
* - $teaser: Whether this is displayed as a teaser.
* - $page: Whether this is displayed as a page.
* - $field_name: The field name.
* - $field_type: The field type.

How to setup membership site in drupal 7.0?

Hi,

Can any help me to develop the membership site in drupal 7.

opera browser issue

hi,

i am new to drupal.i try install drupal 7 in my system.i completed my installation successfully.after login admin account .i am not get the inner pages (i.e) appearance section not open.i face this issue in opera 11.11 but its works fine in other browsers.
any body guide to fix this issue.

advance thanks

Any way to restrict registration to specific email domains in D7?

I've tried http://drupal.org/project/user_restrictions but it doesn't appear to actually work...and i can't figure out if http://drupal.org/project/rules makes this possible...it doesn't appear to best I can tell from looking at its options. Does anyone have any suggestions?

multisite subdomain redirects to default site

I have a site at www.lewistechwebdesign.com
I setup a site for my wife at art.lewistechwebdesign.com using a multisite setup (sites/art.lewistechwebdesign.com).

Help for Webform Conditionals

If anyone has implemented successfully the Webform conditionals module, please help us in the following post:
http://drupal.org/node/1199626

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x