Blog + carousel in one page

Events happening in the community are now at Drupal community events on www.drupal.org.
drugonball's picture

Hi Guys! am working on a site where a views page point to a blog pages. This blog pages contain one large picture and its descriptions, and beneath are at least 3 to 4 thumb images (works like carousel). if you click this thumb images, ofcourse, it will show up a new page related to its main blog page. my question is how can I create this blog page with thumb images beneath? Really appreciate for anyone who can help..thanks!

Comments

I can help but I got questions

killer_tilapia's picture

I'm assuming that you are talking about full view, right? There are actually several ways to do this, it actually depends on what curve you are at in learning Drupal and some technical questions need to be answered.

  1. What version of Drupal are you using?
  2. How do you want to handle the images associated with the blog post content? You have a lot of options, here are the more popular ones:
    • Associated images via a CCK field
    • Separate image nodes linked to blog post via node reference
    • Separate image nodes linked via taxonomy; display via an embedded/attached view
  3. what tech is the carousel? Flash, Javascript-based, Flex, etc. and a related to this, how are you going to style this? Fixed or Fluid?
  4. How do you want this done (directly influences how you are going to maintain/improve this in the long term)? purely via modules, your own custom module, or a theme-based function/override?

I use Drupal 6...

drugonball's picture

Yeah, its a full view, didn't know there's a lot more ways to do it. I use Drupal 6, and would like to handle it associated image via cck field. Carousel would be great in javascript-based in a fluidstyle, purely via module. So my question is, how can I combine this carousel (Associated images via cck field) to my blog post?

ImageCache + CCK + "plugin"

killer_tilapia's picture

Since you are using Drupal 6 you are going to need:

  1. CCK - it would be better to use a custom content type rather than modifying the default "blog" content type. Make sure that the image field is allowed for multiple uploads and you set the display parameters correctly.
  2. ImageCache (with extensions if you like) - you'll need this to process the images; Make "Present" settings for thumbnail and main(splash) image.
  3. Must choose between jCarousel or Galleria.
  4. You will need to make a custom template thru Drupal's theme layer to "present" it properly. You can go with Views attach but that procedure seems to be a runabout solution for me.

So, for me, it's custom content type (CCK) with ImageCache making the thumbnails and splash images. And with the API from the jCarousel or Galleria modules, combine them in a custom theme template.

Thanks!

drugonball's picture

Thanks a lot killer_tilapia, the number 4 is what am looking for :) the view attach. Thanks again.

Inline module, can't make it work

drugonball's picture

Hi! Again, I am stuck in one of the module (Inline Module) I used in D6. I need to make the text inline beside the uploaded image with the view node i made, but I can't. I already use Image cache with cck, inline module, inline API, still not working. Is there anyone able to experience using Inline module for a view node? Thanks!

Inline module for inline text

killer_tilapia's picture

I think you have to do a theme function override for this. I suggest you start digging around the inline module and look into the inline.theme.inc and start overriding the "theme_****" functions to suite your needs. Need I mention that you'll still have to write CSS for this?

Read up on this article about theme function overriding.

Philippines

Group organizers

Group categories

Post category

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: