Can I use it with taxonomy listing (views)? Can't get it to work.
In my case I added images per terms, created a simple view (fields taxonomy name and image), at image field settings choose jquery formatter and colorbox for full image links. No vain. Images outputted and colorbox is there but no gallery.
Please, advice

Comments

DRIVE’s picture

You can do it, but you need a more advanced View.

You'll have to use "rewrite the output of this field" for the images and use Tokens to tokenize the li's in your unformatted list. You will also need another image field and rewrite the output of that as well, for the thumbnail carousel. If you dont want the thumbnails/carousel you might have to adjust the JS for GF to avoid errors when jQuery and GF Javascript runs... not sure but "probably" :D

Usage of a header and footer will probably make it easier as well.... to create the "wrapper div" which would simulate "Gallery Formatter" output.

Basically, you will be using views to create the same structure from the opening Galleryformatter div to the closing div (which is why I say usage of header and footer for view might be easiest (only?) way to get the fully/properly structured div container for the gallery.

The thumbnails will have to match the order of the slides too, so on the second image field (possibly both image fields) you might have to use some PHP in your view to order both the slides and thumbnails so that the output is in the same order.... Slide one is in the same "li" position in the container for the thumbs, slide 2 is in same position etc. etc...

A fairly advanced View to build but it can be done. You will have to add all CSS classes as necessary. It *might* be possible to use the galleryformatter.tpl.php as the base for a Views template but even if so, you still have to rewrite and tokenize the output so you wind up with a valid GF structure.... also, make sure all CSS and JS for GF gets run when your View is called into action.

Sample GF output on a gallery with 9 images:

<div class="galleryformatter galleryview galleryformatter-greenarrows">
 <div class="gallery-slides" style="width: 500px; height: 312px;">
  <div class="gallery-frame">
   <ul>
    <li class="gallery-slide" id="slide-0-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/molten-19.jpg" title="molten title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/molten-19.jpg" alt="molten alt" title="molten title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>molten title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-1-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/electric-sun-19.jpg" title="elec title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/electric-sun-19.jpg" alt="elect alt" title="elec title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>elec title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-2-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/epsilon-19.jpg" title="eps title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/epsilon-19.jpg" alt="eps alt" title="eps title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>eps title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-3-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/neuron-19.jpg" title="neuron title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/neuron-19.jpg" alt="neuron alt" title="neuron title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>neuron title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-4-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/the-outsiders-19.jpg" title="ou8t title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/the-outsiders-19.jpg" alt="out alt" title="ou8t title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>ou8t title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-5-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/torment-of-the-skies-19.jpg" title="torment title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/torment-of-the-skies-19.jpg" alt="torment alt" title="torment title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>torment title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-6-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/weed-in-the-wave-19.jpg" title="weed title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/weed-in-the-wave-19.jpg" alt="weed alt" title="weed title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>weed title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-7-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/flaming-wings-19.jpg" title="flame title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/flaming-wings-19.jpg" alt="flame alt" title="flame title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>flame title</h3>
      </div>
     </div>
    </li>
    <li class="gallery-slide" id="slide-8-field_gallery_image_anything-5"> <a href="http://localhost/drupalvanilla/sites/default/files/sea-fan-16-8.jpg" title="sea title" class="colorbox" rel="gallery-[field_gallery_image_anything-5]"><span class="view-full" title="View the full image">View the full image</span></a><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_slide/public/sea-fan-16-8.jpg" alt="sea alt" title="sea title" />
     <div class="panel-overlay">
      <div class="overlay-inner">
       <h3>sea title</h3>
      </div>
     </div>
    </li>
   </ul>
  </div>
 </div>
 <div class="gallery-thumbs" style="width: 500px;">
  <div class="wrapper">
   <ul>
    <li class="slide-0" style="width: 121px;"><a href="#slide-0-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/molten-19.jpg" alt="molten alt" title="molten title" /></a></li>
    <li class="slide-1" style="width: 121px;"><a href="#slide-1-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/electric-sun-19.jpg" alt="elect alt" title="elec title" /></a></li>
    <li class="slide-2" style="width: 121px;"><a href="#slide-2-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/epsilon-19.jpg" alt="eps alt" title="eps title" /></a></li>
    <li class="slide-3" style="width: 121px;"><a href="#slide-3-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/neuron-19.jpg" alt="neuron alt" title="neuron title" /></a></li>
    <li class="slide-4" style="width: 121px;"><a href="#slide-4-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/the-outsiders-19.jpg" alt="out alt" title="ou8t title" /></a></li>
    <li class="slide-5" style="width: 121px;"><a href="#slide-5-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/torment-of-the-skies-19.jpg" alt="torment alt" title="torment title" /></a></li>
    <li class="slide-6" style="width: 121px;"><a href="#slide-6-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/weed-in-the-wave-19.jpg" alt="weed alt" title="weed title" /></a></li>
    <li class="slide-7" style="width: 121px;"><a href="#slide-7-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/flaming-wings-19.jpg" alt="flame alt" title="flame title" /></a></li>
    <li class="slide-8" style="width: 121px;"><a href="#slide-8-field_gallery_image_anything-5"><img src="http://localhost/drupalvanilla/sites/default/files/styles/galleryformatter_thumb/public/sea-fan-16-8.jpg" alt="sea alt" title="sea title" /></a></li>
   </ul>
  </div>
 </div>
</div>
</div>
mefisto75’s picture

Thank you Drive. Will explore.

DRIVE’s picture

I wish I had something close to what you are working with. I work a lot with taxonomies but I just dont have any Views that deal with that or I would happily send it.

The closest thing I have with taxonomy and GF is just collecting paged teaser listings of Galleries that belong to "X" taxonomy. I havent done anything with gathering individual collections of images based on taxonomy and then creating a gallery on the fly. I did experiment with it months ago before the latest version of Views came out and I do recall getting to a point to where I am fairly positive it can be done gracefully and effectively :D

Post back if you make any progress if you dont mind. If you get that flying it would be a biggie to a lot of people I am quite sure. If I go down that road again I will be sure to post as well. Have been focusing on other issues though.... client work and other features for GF so just dont have time to delve into it with some nuts and bolts hands on help.... sorry but good luck until then!!

astonvictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks