Shutterfly !

Hi,

I think it is right place to post this message.
I am using "Acidfree" 5 for picture albums. I have updated this module, so every picture in the album is shown with a checkbox.
The user selects the required images and send them in "Printing List". When the user clicks on the "Printing List" link then all the images are shown that the user had selected from the album.
The final page is showing the thumbnail and now i want to integrate this with "Shutterfly" printing service.

New Features to Drupal.org - Site Recipe Movies

I was just looking at the Fusebox web site and noticed that they are trying to muster up a video to show how to setup a blog with their Coldfusion Framework in response to the infamous Ruby on Rails video. What if we asked members of the Drupal community to do the same thing, but not just stop there, but do the same for several types of sites? Is that an idea that would interest anyone?

Performance improvement of Drupal.org

Performance of Drupal.org improved a lot. It is running much faster. How u have done? I really wanted to know (and many others also).
------
Sharique

Show form contents in a Row

Hi Guys,

I am trying to do this since last 8 hours but could not get. Now i am posting here my Problem.

I want to show my contents of the form like this.

"Select" : "Image" : "status" (it would be the heading of the table)

checkbox : image : 0
checkbox : iamge : 1
checkbox : iamge : 0
checkbox : iamge : 0
checkbox : iamge : 1
..
..
..
submit(button)

The images ares not placed on their places but come at the end of the whole table in a row.
For this i am using this code.

<?php
$content = image_gallery_print_service();
function image_gallery_print_service($type = null)
{
global $user;
$type = new stdClass();
$type->message = t('There is no image');
$form = array();
$print_res = db_query("SELECT * FROM {print_service} where uid=$user->uid");
$total_print_num = db_num_rows($print_res);
if($total_print_num>0)
{
while ($node = db_fetch_object($print_res))
{
$node = node_load($node->nid);
$nodes[$node->nid] = '';

Thumbnails !

Hi Guys,

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal.org infrastructure