Posted by drugonball on September 28, 2011 at 2:58am
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
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.
Jaypax Ginete
http://killertilapia.blogspot.com/
I use Drupal 6...
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"
Since you are using Drupal 6 you are going to need:
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.
Jaypax Ginete
http://killertilapia.blogspot.com/
Thanks!
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
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
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.
Jaypax Ginete
http://killertilapia.blogspot.com/