Postponed (maintainer needs more info)
Project:
Teaser Thumbnail
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
13 Sep 2009 at 21:38 UTC
Updated:
8 Sep 2017 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
hunvreus commentedNot a bad idea: I should be able to find a way to update Teaser Thumbnail to take into account CCK fields (that should even be fun).
Comment #2
Krupp commentedFirst of all thanks for the great work on this module. Is this feature still being developed?
Comment #3
bryancasler commentedHas anyone figured out if this is possible yet ?
Comment #4
nachinius commentedI don't know Teaser thumbnail. But I have done formatters for CCK custom imagefield, What you need is to create a CCK formatter for the imagefield. No more than implementing the hook_field_formatter_info, and hook_field_formatter. (Look at the module http://drupal.org/node/653744 you will find examples for a CCK formatter for a custom imagefield).
Comment #5
hunvreus commentedWell, if you are relying on Imagefield to add pictures to your node, you'd probably be better off adding this either in the node teaser using the theme (node.tpl.php or template.php) or by building a view that displays the image field along with the rest of the node info. I may add support for Imagefield in the future, I just have a hard time figuring if this is a genuine requirement here; Teaser Thumbnail was build precisely to avoid having to specify a separate field for the thumbnail (using Imagefield) and relying more on the node attachment and body to find a suitable picture to display as a thumbnail.
Comment #6
bryancasler commentedI am running a community site, and the WYSIWYG editor has the ability to upload images into the body, but it is far too complicated for my average user. This has forced me to provide a dedicated CKK upload field for the teaser image. It would be nice if I could spare my more experienced users the extra step of re-uploading their image.
Comment #7
Breakerandi commentedFor me its exactly the same as described in #6. Such a feature would be so nice, perhaps the option could be "search also imagefields".
Comment #8
hunvreus commentedAlright, I'll have a look at adding this along with the bulk update feature.
Comment #9
bryancasler commentedI have something important to say....This is awesome!
Comment #10
bryancasler commentedQuick question, has the been added in yet?
Comment #11
srobert72 commentedSubscribe
Comment #12
bryancasler commentedJust wondering the status of this, if there is a dev version or a patch I would be happy to give this a try.
Comment #13
klamzo commentedsubscribing
Comment #14
Breakerandi commentedPlease give a hint if it will happen in the near future or not..
Comment #15
baff commented#6 is exactely my case! I used WYSIWYG but for most people it was much too complicated. So I switched to ImageField (maybe in future together with Insert - http://drupal.org/project/insert). As teaser thumbnail is not working anymore, I don't know if it would work together with Insert module.
Comment #16
bryancasler commentedI think the best solution would be to generate the thumbnail from these sources, in the following order.
1. Body Content
2. CCK Image Field
3. Default Image
This would be perfectly for people using the FileField insert module. It would also allow for a teaser image to be uploaded into a cck field, without there actually being an image inserted into the post.
All Possible Scenarios:
No Picture Uploaded: Generates Teaser Thumbnail from Default Image
Picture Uploaded to ONLY Body Content: First body content image used for teaser thumbnail
Pictures Uploaded to both CCK Field and Body Content: First body content image used for teaser thumbnail
Picture Uploaded to ONLY CCK Field: First CCK filefield photo used for teaser thumbnail
Comment #17
baff commented@ #16: perfect
Comment #18
bryancasler commentedThanks Baff, I did a follow up post in a separate que suggesting that there be another step between 2 and 3 that would pull in the profile photo if the author had one.
#783956: Profile photo before default image
Comment #19
baff commentedIf this module will integrate with CCk imagefields I think it would be a good idea if imagefield_thumbs and imagecache would be the same directory? Because otherwise you end up with 2 directories with duplicated thumbs.
Comment #20
bryancasler commentedWhat would it take to make this happen. Is this an over haul or just some crafty coding work? I would be able to help sponsor such a patch, but I would want to know what going to be involved in making this happen.
Comment #21
brycesenz commentedSubscribing, as I would love to see this functionality as well.
Comment #22
sammy-node commentedGreat module! Subscribing
Comment #23
jziwenchen commentedI have finished that creating thumbnail from CCK imagefield.
user can select the image where from ? Content Body ? File Attachment? ImageField ?
note: I list the imagefield that this module have.
It's my first time to solve issue.
Maybe have false.
Thank to point it .
Comment #24
jziwenchen commentedI have finished that creating thumbnail from CCK imagefield.
user can select the image where from ? Content Body ? File Attachment? ImageField ?
note: I list the imagefield that this module have.
It's my first time to solve issue.
Maybe have false.
Thank to point it .
Comment #25
bryancasler commentedCan anyone test this? I only have a production site at the moment and don't want to risk it.
Comment #26
jziwenchen commentedI am sorry.
I only test this patch in my local server.
Comment #27
soncco commentedThe patch works fine!