Highslide (Skip Intermediate Page and show full image ) - Page 9 Highslide (Skip Intermediate Page and show full image ) - Page 9
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Highslide (Skip Intermediate Page and show full image )

Started by Sami, September 23, 2006, 05:10:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

@Sami: I suggest reviewing the initial posting of this thread and adding a copyright notice to it: the underlying HighSlide.js library by Torstein Hønsi that is being used by your plugin doesn't come under GNU GPL - it's only free for non-commercial use. Professional use requires a $30 domain license. People who use your plugin need to be aware that the license applies to your plugin as well: if they use it on commercial sites, they need to pay the license fee to the author of the original JavaScript library.

Sami

Thank you GauGau for pointing that out,
It's Done
‍I don't answer to PM with support question
Please post your issue to related board

tysoh

It doesnt work correctly in IE7, anyone can help with this? Which code to edit?

Gephri

Love this mod -but have some rather small images in some galleries.  Would like to set up a "NOWRAP" for the text on the bottom of the popup frame for intermediate images - can anyone tell me how?

Sami

You can set that in highslide.css ({gallery root}/plugins/highslide/include/highslide.css) , add your custom style to .highslide_dtails
‍I don't answer to PM with support question
Please post your issue to related board

Gephri

Thanks for the help, but the 'close' text still wraps when a narrow thumbnail popsup.

Here's the code that controls that I would like to keep from wrapping:
if($HIGHSLIDESET[detail]){ // add link to intermadiate
$rep_str.='<div onclick="location.href=\''.$match[1].'\'" class="highslide_dtails"  style="float:left;" onmouseover="this.className=\'highslide_dtails_over\'"  onmouseout="this.className=\'highslide_dtails\'" >'.$lang_plugin_highslide['detail'].'</div>';
}
if($HIGHSLIDESET[close]){ // add link to close
$rep_str.='<div onclick="hs.cpghs_closeId(\''.$match[3].'\')" align="right" class="highslide_dtails" style="float:right;"  onmouseover="this.className=\'highslide_dtails_over\'" onmouseout="this.className=\'highslide_dtails\'" >'.$lang_plugin_highslide['close'].'</div>';
}
if($HIGHSLIDESET[title]){ // add title to caption
$rep_str .= '<div align="center" class="thumb_caption" >'.$match[5].'</div>';
}

Maybe its as simple as putting nowrap in the right place, or adding <td nowrap></td>, or something else - but all I've tried just isnt fixing it.

thanks again for the help.

Fabrian

Hey Sami, just wondering if you're going to update this plugin as the author has updated a few versions.

faramir66103

I just got this plugin installed and really like it.  I was wondering though, instead of launching the Highslide from the thumbnail, could it launch from the intermediate page?  I know this is the reverse of what it's intended to do, but for my uses, I'd rather my viewers go from the thumbnail page to the intermediate page with all of it's features and quick load time.  This is where most of them would stop and move on to the next image.  Then if they want to see the full size pic, click on the intermediate view and launch the highslide view which would come up scaled, but would allow them to view it full size with scollbars etc.  Also, could that initial highslide be larger?

Thanks,
Adam

Fabrian

Quote from: Fabrian on February 27, 2007, 02:44:00 AM
Hey Sami, just wondering if you're going to update this plugin as the author has updated a few versions.

I forgot..

http://vikjavev.no/highslide/changelog.php

Davide Renda

Quote from: Fabrian on March 11, 2007, 07:46:22 AM
I forgot..

http://vikjavev.no/highslide/changelog.php
I've downloaded from above link and replaced highslide.js file from the plugin folder with the most recent one (unmodified), all seems to work properly. Can anybody confirm this is the right procedure, or other modifications to the code has to be done?

Sami

Yes it's working normally but if you want to use it on some custom theme then you should done some modification (there was some JS conflict)

I'll post new version soon ,

off topic:
I was away for a while and I'm back
My ISP block this site/forum ! I don't know why (they said government rules !!!) so I can't check this forum @ work
‍I don't answer to PM with support question
Please post your issue to related board

nfdieter

Hello, my english is very bad ::)

I inserted, marvelously the High Slide module with my gallery! Only unfortunately now the files are not any longer counted, only if one goes evenly on detail and sees the normal picture. Is there a solution there?

Dieter

Davide Renda

Quote from: nfdieter on March 27, 2007, 10:30:14 AM
Hello, my english is very bad ::)

I inserted, marvelously the High Slide module with my gallery! Only unfortunately now the files are not any longer counted, only if one goes evenly on detail and sees the normal picture. Is there a solution there?

Dieter

Man, it's clearly advised in the announcement post (the first of this thread), did you not read it? ;-)

nfdieter

   
Apology, I read it, it could have been it a solution gives now.
Greeting Dieter
Sorry for my Question

Joachim Müller

Quote from: Sami on September 23, 2006, 05:10:47 PM
Known Issue:
=======
- Image view will not count

@nfdieter: as I already told you in your similar request on the German support board, it is mandatory to read this thread carefully before replying to it. Obviously, you failed to do so.

What you're requesting is a know issue (or missing feature if you want). There's no point in requesting it, as the author is already aware of the fact that it is missing. If there was an easy fix, he would have posted it in the first place.

If you can't live without the couter increasing, then don't use this plugin. There's no need to discuss this further.

bieme

hey guys.

my englisch isn´t realy good, but i try to make you understanding my problem.


is there a possibility to show arrows in the popup, so the users can directly jump to the next or previous picture?

i saw that feature on the author´s homepage http://vikjavev.no/highslide.

if there is a way to realize it, let me know it. it would be a very nice feature for me.

thanks

bieme


Hein Traag

Quote from: bieme on April 04, 2007, 01:41:55 PM
does nobody have an idea?

i don´t think so...

Your not the patient kind are you ? Give it some time to have your question answered. It's all done by volunteers so do not expect 24/7 support.

Garibaldi

What is the status of SEF compatibility for this plugin? I noticed that there is an option for it in the configuration, but when I enable it, it seems to just turn off the highslide hack and clicking on the thumbnail just brings up the intermediate picture page. Is this how it is supposed to work?
Thanks

Sami

sef_plugin should be enabled before using that feature
‍I don't answer to PM with support question
Please post your issue to related board