Hi, I was wondering if there's any plans for drupal 7?

Thanks!

CommentFileSizeAuthor
#1 highslide2.zip140.6 KBjpnova
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jpnova’s picture

FileSize
140.6 KB

Here is my version of the module. Only the images functionalities are adapted (not the popups features)

play4quarters’s picture

Thanks so much!!!!!!

pmichelazzo’s picture

jpnova,

Your work is great. The port is working like a charm.

I'm trying to create a gallery using the highslide but I don't know if I make some mistake or this is just a limitation of the module.

I create a content type with a image field where I upload many images (this is an unlimited field). After this, I make a view to list these nodes (like a gallery of galleries) but I can't click on the thumbnail of the field (the first image of the image field) and open all images in the highslide.

Did you know if this situation is a bug, is a missing feature or something stupid that I've made?

Thanks for your help

Regards
Paulino

jpnova’s picture

Hello,

Highslide requires to link each thumbnails to the image to be displayed (most of the times this is the orignal image). If you are using the option "Enable for all image links" you just have to choose the option "file" in the option "link image to" of the format settings (it's in admin > structure >content type > your node in the tab manage distplay)

If the option "Enable for all image links" is not then you have to chose the "Highslide2" formater for this field instead of the standard image formater.

This should solve your problem.

regards,
JP

z006’s picture

thanks so much for this!!!
it's my favorite viewer!

WorldFallz’s picture

Status: Active » Needs work

needs to be patch

mahyarsbt’s picture

Priority: Normal » Critical

I think highslide is the best and beautiful! it's my favorite.
Please work on and release D7 version

thanks

yalasta’s picture

Thanks for porting to D7, anyway I have problem with highslide2, everything working well on my local computer using XAMPP but problem when uploaded to live.
am I doing something wrong?

Thanks!

yalasta’s picture

I found the solution, just need to update the highslide graphics directory.

Milner’s picture

Issue summary: View changes

Hi, I am using Drupal 7.27 and have installed Highslide2 and followed all installation requirements. I have set the
Structure/Content Types/Manage Display to Highslide2. I then get the following notice when I view a page with images and also the drop down menu disappears. The images don't expand.

Notice: Undefined index: in highslide2_field_formatter_view() (line 394 of /var/www/vhosts/....../sites/all/modules/highslide2/highslide2/highslide2.module).

The Lines in question are;

394 $formatters = highslide2_formatters();
395 $options = $formatters[$display['settings']['formatter']];
396 $source_text = _highslide2_enum_sourceText('formatter');

Any suggestions / help / fix would be of immense assistance

Hope this is in the right place

WorldFallz’s picture

@#10 -- this issue is for any news/work on a d7 version of the module which does not yet exist. And since you report you're using drupal 7, I'm not sure how you could be using this module.

Milner’s picture

My understanding is that Highslide2 is a development module for Drupal7 maintained by jpnova but as I said not sure if this is in the right place.

WorldFallz’s picture

sorry about that-- I missed the patch that is actually a module. The fact remains though, that this module doesn't actually have a 7.x release. See the jpnova's sandbox project at: https://drupal.org/sandbox/jpnova/1290854.

WorldFallz’s picture

Status: Needs work » Closed (won't fix)

Since there's sandbox, this is really closed unless the maintained decides to do a d7 version.

Milner’s picture

Priority: Critical » Normal
Status: Closed (won't fix) » Closed (works as designed)

Yes I agree.

For those wishing to try this in D7 it works fine for me now. I identified and fixed the problem which was not a code issue but a set up issue in the Structure/Content/Manage Display image field setting, I set this to image instead of highslide2 and this resolved all problems with Highslide2 functioning properly.