imagecache

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
morisy's picture

Embedding a CCK attached file (imagecache) into a body text as a float

I'm trying to float the CCK body text around an image, but I just can't get it to work no matter what I try. Here is the current relevant code node.tpl.php:

<?php if ($node->field_vendorpic[0]): ?>
     <?php print theme(
         
'imagefield_image',
         
$node->field_vendorpic[0],
         
$node->field_vendorpic[0]["alt"],
         
$node->field_vendorpic[0]["title"]);
    
?>

<?php endif; ?>

<?php  print $node->content['body']['#value']; ?>
</div>
Read more
ronaldmulero's picture

Videos from October 6 - Boston Drupal Meetup

Location: http://drupalboston.blip.tv/

11 Videos Added:

Facial Recognition Logins
Lee and Cristefano present the Facial Recognition Login feature of their newly launched website.
http://blip.tv/file/2698825

Drush on a PC
Peter talks about using Drush on a PC for development.
http://blip.tv/file/2698605

Imagecache and FCK
Ed presents Imagecache and FCK features.
http://blip.tv/file/2698560

Navigation? / Ubercart Donations and Purchases?

Read more
Gerard McGarry's picture

Rewriting taxonomy links to point to views pages of image thumbnails

I'm working a photoblog into my personal website using imagefield and imagecache with Views to generate pages of thumbnails depending on the taxonomy term in the url. So, photos of London would look like this: http://gerardmcgarry.com/photo/london whereas the regular taxonomy term look like this: http://gerardmcgarry.com/photo/tags/london

Read more
carlosg2's picture

NEW Imgecache service : Triggering the creation of imagecache derivatives programmatically

Hello all,

This service force the creation of an image derivative with imagecache. Just pass the relative url of the image and the name of image cache preset.

The title and code is from Florian Lorétan. Read more from his blog:
http://happypixels.net/blog/triggering-creation-imagecache-derivatives-p...

It was so easy to make a service.
But what im looking for is to create presets on the fly, something like:

Scale (width=160, height=null , upscale: false)
Crop (width= 155, height= 160, xoffset= center, yoffset= center)

Read more
Azone's picture

Imagefields men med länkar?

Trots allt "tjat" om Views och CCK har jag ändå ägnat lång tid åt Drupal utan att ta i dessa moduler. Efter flera försök med andra lösningar börjar jag förstå vitsen och inser hur himla bra det är.

Read more
xenode's picture

How to redirect link to /node/% to /user/% ?

My setup is Drupal 5.10 and the latest versions of:

usernode, node profile, node family, imagefield, imagecache, Views, CCK

I am using the above modules to create userprofiles, whose pictures are displayed in a gallery format using imagefield+imagecache+views. My user profiles are taken over using michelle's template.php snippet, featured in her userprofiles #1 tutorial. Every /user/% looks just like its corresponding /node/%.

In views I add the field "field_image_field" and "Node: Author Name". This creates a photo gallery, with the user's name under each image.

Read more
gonz's picture

Improving Imagecache JPG quality

I really don't like posting support questions here in the groups section, but you guys are awesome and I wanted to ask you first.

I am having consistent issues with Image Quality from thumbnail images generated by Imagecache.

I use a CCK Image field to upload the image - then I run image cache on it to create the teaser and full view.

The quality for the large image is usually fine - but the thumbnail is really not up to par.

Is there a way to control that - using PHP settings for GD library?

Read more
seaneffel's picture

Imagecache + Imagefield Screencast

The blog post on Drupaltherapy
Hosted on Blip

This screencast demonstrates the recipe for Imagecache and Imagefield (for CCK) to build a system for posting images on your Drupal website. This is a robust and flexible system for handling images and has a bright future with more helper modules born every day.

This micro-lesson depends on prior understanding of the CCK module and the Views module. This example uses Drupal 5 since the Image* modules for Drupal 6 are not available (yet).

Read more
Anonymous's picture

Cross post: project outline and UI design for an AJAX powered image gallery

I just posted my outline and UI design for a new image gallery module to Drupal on the Raincity Studios blog. It uses CCK, imagefield, and imagecache, and has both galleries and images as nodes.

I'm looking for feedback on the idea, and to see if people are interested in having this built, either through a reverse bounty or some other method.

UPDATE:

some projects following this slides are now existing, see here :

Read more
rustyGAPN's picture

Georgia Podcast Network redesign is live!

We have finally gone live with our redesign of the Georgia Podcast Network! For a rundown of what's new from an end user standpoint, check out our announcement blog post.

GAPN is based on Drupal 5.7, and makes heavy use of the following modules: CCK, Views, Workflow-ng, FeedAPI, ImageCache, Usernode, Bio, Fivestar, and Voting API. That's not a full list, but the site leans on those the most.

Additionally, we built a custom theme and wrote several custom modules to get things working just the way we wanted them to. In writing these modules, we built custom Drupal integration for getID3, SWFUpload, and the JW Media Player.

Hope you like the site! I'll be happy to answer any "how did you do that?" questions if you have them.

Read more
Subscribe with RSS Syndicate content