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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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 4 Guests are viewing this topic.

Fabrian

Agreed.  The problem originated out of sheer tired.  I just wanted to bring it foward.

Sami

@rphMedia : Thank you for support ;)
@Fabrian : Thank you for reporting this :)
As you mention before this is space issue ,
- when you set the plugin for showing intermediate image it should check the intermadite image to be exist and cause you have space on the path the is_file() function couldn't see the intermediate image so plugin use fullsize image (blind choose, without checking for existance of fullsize)
‍I don't answer to PM with support question
Please post your issue to related board

Davide Renda

I may have found a bug: images uploaded through XpPublish feature are not "highslided" from this plugin.
Have a try on this album where, most of the images (the first ones) were uploaded from me in the office through XP, while other ones from home with either batch add or simple upload the last 7 ones in bottom page).
All images uploaded with XpPublish can be recognised as the url is something as .. /albums/wpw-2006xxxx/image.jpg

Sami

Lontano , I've checked that album , all those pictures have complex filename such as 2003.03.mont.st.michel.jpg
These filenames are not regular and plugin couldn't apply to this type of file , use a simpler filename (use _ instead of .)
‍I don't answer to PM with support question
Please post your issue to related board

Davide Renda

yop, that's it; I've made a deeper search through the gallery and other images uploaded through XpPublish "highslides" - it's a matter of filenames ;-)

Quinti

HI!

no..., no run with sef mod....
debug shows:
/plugins/highslide/include/init2.inc.php

    * Warning line 21: mysql_free_result(): supplied argument is not a valid MySQL result resource

/plugins/highslide/codebase.php

    * Notice line 164: Use of undefined constant admin_show - assumed 'admin_show'
    * Notice line 164: Use of undefined constant admin_show - assumed 'admin_show'

/include/functions.inc.php

    * Warning line 483: sprintf(): Too few arguments
    * Warning line 483: sprintf(): Too few arguments
    * Warning line 483: sprintf(): Too few arguments
    * Warning line 483: sprintf(): Too few arguments
    * Warning line 483: sprintf(): Too few arguments

Joachim Müller

Quote from: Sami on October 06, 2006, 05:10:54 PM
Lontano , I've checked that album , all those pictures have complex filename such as 2003.03.mont.st.michel.jpg
These filenames are not regular and plugin couldn't apply to this type of file , use a simpler filename (use _ instead of .)
Filenames as the one posted above should be fixed as per cpg1.4.8 or better. Subsequently, I guess that your gallery is outdated.
Not related to this plugin imo.

Sami

@Quinti:Those notices ,are not related to your sef issue
As I said before I didn't test sef compatibilty , guess I should test it now ! ::)
‍I don't answer to PM with support question
Please post your issue to related board

Sami

‍I don't answer to PM with support question
Please post your issue to related board

Quinti

jej...sorry, i no view the admin button

wants run...but no..., shh, a litlle bit... look: http://www.fotosdesarria.com/


Quinti

Hi

take the Spanish translation

Quinti

RUN!!

i haved other js scripts

run run

is great this plugin eh? :))

Quinti

suggestions:

this lines in the .js

cpghs_restoreTitle : 'Clica para restaurar la foto',
cpghs_loadingText : 'Cargando...',

could be translated in lang.php?

_ _ _ _

in Readme.txt puts:
"Installation:
1.copy captcha folder to your plugins folder"

"captcha" instead of "HighSlide", jijji i'm now a contributor!!!, jejejejje

greetings and all the best :)

Sami

- So it's compatible with SEF ;)

- Thank you for translation

- I'll check those lines and will try to add them to lang file

Quote1.copy captcha folder to your plugins folder"

"captcha" instead of "HighSlide", jijji i'm now a contributor!!!, jejejejje

Copy/Paste typo.... :P
‍I don't answer to PM with support question
Please post your issue to related board

Quinti

Hi!!

validating the higslide to XHTML 1.0:

         if($HIGHSLIDESET[detail]==1 || $HIGHSLIDESET[close]==1){
            $rep_str.='<ins><div class="highslide-caption" style="height:15px;"id=\'caption-for-'.$match[3].'\'>';
         }
         if($HIGHSLIDESET[detail]==1){ // 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]==1){ // add link to intermadiate
            $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[detail]==1 || $HIGHSLIDESET[close]==1){
            $rep_str.='</div></ins>';

Sami

Thank you Quinti ,
but that's not correct way,
Next release would be Valid XHTML 1.0 Transitional!
‍I don't answer to PM with support question
Please post your issue to related board

Quinti

Hi Sami

yes, it's correct,
in your page is no correct because u have little photos and in the index, shows repeats images, and XHTML no admit (is no correct) repeat the same ID

but if you had only the last post, for example, will be valid.
refresh validator

greetings!

Sami

I'm using future release on my gallery ;) , So you didn't see any error , the only error is for duplicate image (duplicate ID)

use attached codebase instead of yours , you'll see ;)
‍I don't answer to PM with support question
Please post your issue to related board

Sami

New release with New features, check the initial post for more (Valid XHTM, image title on caption & ....)
‍I don't answer to PM with support question
Please post your issue to related board

Quinti

Hi

get the spanish translation in utf-8


thanks Bonzoo!  ;)