Hello, I have a clean Drupal 6 install and I am trying to use Zoomify with CCK imagefield. I've been able to config the admin the way I want it but I see no other evidence of the module working.

Is there a folder it's supposed to create in files for this to work? No folders have been created (and I'm guessing this is the problem.) Thanks in advance.

Comments

infojunkie’s picture

* Did you enable the Zoomify handler for imagefield.module (on the modules page) ?
* When you create a new node containing an imagefield, do you get any error on screen ? What about your recent log entries ?
* Did you download the Zoomify Viewer Flash applet and properly place it in the module's folder, renamed as zoomifyViewer.swf ?

jboeger’s picture

Kratib, thanks for your quick reply.

- Yes, I enabled the Zoomify handler for imagefiled.
- no errors when creating new nodes.
- zoomify viewer flash. --- I did download. Specifically, I downloaded Zoomify Express
from zoomify.com (the link in module's readme no longer works) and put zoomifyViewer.swf
just inside the zoomify module. Is this the right place for it?

I can also configure the zoomify admin page.

infojunkie’s picture

The module might not be kicking in if the image that you upload is smaller in dimensions than what's specified in the zoomify settings page. To force zoomify.module to work on all images, just specify a minimum width and height of zero.

Just to explain what you should expect when the module works:
* A message 'Created tiles for ' should be displayed on screen and in the logs.
* A new Zoomify tab should appear on the node, displaying the Zoomify applet with the zoomable image.

jboeger’s picture

Kratib,

I set the dimensions for small.... 200x200 pixels and the images I'm uploading are very large (as required by project.)

I do not get message "created tiles" nor do I get a Zoomify tab.

Really scratching my head on this one. You can verify I have zoomifyViewer in right place?

infojunkie’s picture

Version: 6.x-1.1 » 6.x-1.x-dev

There was a bug with detecting imagefields for new versions of that module. I committed a fix in the latest dev release (which will be available 12 hours from now). Please try it and let me know if the module picks up the images. You'll need to resubmit the node to check. Thanks for your report and your patience!

jboeger’s picture

Ktratib, I just un-installed prior version and installed new dev version.

Now.... I get the message that zoomify has been created and I also get a new tab for Zoomify.

However, when I click the tab all I get is a big white field (where the image should be.)

The new Zoomify folder is created in Files, but it gets a little strange. File directory looks like:

sites/default/file/zoomify/6/7

So I think we are step closer but still not working. - jb

infojunkie’s picture

The folder hierarchy you see is the correct one.

Concerning the big white field, can you post the HTML source here please?

jboeger’s picture

<div class="zoomify zoomify-node-6 zoomify-file-7">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="theMovie" width="800px" height="600px">

  <param name="FlashVars" value="zoomifyImagePath=http://www.supercleanart.com/sites/default/files/zoomify/6/7">
  <param name="menu" value="false">
  <param name="src" value="http://www.supercleanart.com/sites/all/modules/zoomify/zoomifyViewer.swf">
  <embed flashvars="zoomifyImagePath=http://www.supercleanart.com/sites/default/files/zoomify/6/7" src="http://www.supercleanart.com/sites/all/modules/zoomify/zoomifyViewer.swf" menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" name="theMovie" width="800px" height="600px"></embed>
</object>
</div>            
infojunkie’s picture

Thanks for the info. The HTML fragment is correct. When I tried the URL of the Zoomify Viewer component, I got a page not found error on your site. Please fix this and try again.

jboeger’s picture

Ok, I have it working now. Uppercase/lowercase mismatch. Thanks and sorry for the flub.

So now I see it working when I click the zoomify tab.
http://www.supercleanart.com/catalogue/buddhist-art/bunny

How do I set it up so that the zoomify image is default view for this content type?

Thanks again.

infojunkie’s picture

Title: Problem with installation » imagefields not processed
Category: support » bug
Status: Active » Fixed

Concerning the default view issue, that's a feature request that I'll work on: #371818: Set zoomify as default image node view. Please subscribe there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sgriffin’s picture

Thanks for this thread. The updates should probably been in HEAD FYI as they are pretty important.