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

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

Timos-Welt

Hello holyworld,

seems as you had an older version of hs installed (<3.0) and did not uninstall correctly deleting the table. Should be easy to fix: Uninstall with delete settings table, then re-install.

regards
Timo

holyworld

Timo,

thanks a lot for your answer... did uninstall..

and during install, when hitting "Install" the following shows:

Critical error
There was an error while processing a database query

While executing query "SELECT * FROM cpg132_highslide_config" on 0

mySQL error: Table 'xxx.cpg132_highslide_config' doesn't exist

File: /home/httpd/vhosts/xxx/httpdocs/include/functions.inc.php - Line: 249



b.t.w ImageFlow works just fine.. similar installation.. but here it fails to create this table. HAve even tried to create it by myself.. did not help.

Any hint?

Thanks a lot!

Timos-Welt

Make a db backup. Find your config table (for the whole CPG, not only for highslide) and look for a value named "highslide_enable". If you find it, delete the corresponding line from the table (not the whole table!). Installation should work then.

holyworld

This was THE hint... it works now!

Thanks a lot for this fanstastic plugin!

cheers

fil6718

Hello
I try to install this excellent pugin but i have a problem.
All installation is ok but when i click on a photo, i have the message loading but notihing appear.

Could you help me ?

Sorry for my english, but i'm french...

mentalist3d

Thanks for the excellent script, I got this working in 10 secs flat and it makes a nice addition to my gallery, I would highly recommend this to other users :)

Thanks again :)

Timos-Welt



Timos-Welt

Open hscnt.php with an editor. Replace 1st line
<?
with
<?php

Should work then.

regards
Timo

fil6718

It's work now very well.
Thanks a lot for your very quickly help.
I don't know why this change can make the plugin in work

Timos-Welt

Most servers accept <? or <?php to start a php code section in a php file. <?php is the 'more correct' way, and your server requires this more correct way. I'll fix this in the next version, if there should be one.
;)

Joachim Müller

Timo, you're of course right that short tags work on most servers. However, it's best practise for coders to always use the long tags, as they will work on all server setups no matter what. The useage of short tags is considered to be a sign of sloppy coding.

jake

Hello all,
I'm having a problem with my Highslide v3.03 plugin in ie7.  When a thumbnail image is clicked on, the image appears by itself without any Highslide animation.  This does not happen with ie6 or Firefox 2.0.0.14 (the functionality works perfectly in both ie6 and Firefox 2.0.0.14).
Here is a link to my gallery: removed
I've uninstalled the Highslide v3.03 plugin, then reinstalled it hoping that the ie7 issue would somehow be magically fixed, to no avail.
Although I personally don't use ie7, most of my visitors do (60% according to Google Analytics), so I would like to resolve this issue.
Any help would be greatly appreciated.
- Jake
Follow up
It was an issue with my ie7 configuration.  After going to tools - internet options - advanced (tab) - and clicking on the "reset" button, the problem went away.
Sorry for the "wasted" posting.
- Jake

rogerzz

Quote from: Timos-Welt on May 19, 2008, 02:14:57 PM
Open hscnt.php with an editor. Replace 1st line
<?
with
<?php

Should work then.

regards
Timo

Hey Timos-Welt, dear i m having the same problem with highslide upon clicking it says loading but nothing happens. i tried ur suggestion i.e
QuoteOpen hscnt.php with an editor. Replace 1st line
<?
With
<?php

But i cant find tht file in highslide folder even there is no .php file in tht. please healp

Timos-Welt

If your installed the plugin correctly, hscnt.php is located in the root folder of your gallery. Open it and do as I wrote.

fangweile

Hello there,

I have installed this plugin and it works great.

I have further question?
Can I used this plugin combining with the cpmfetch.?
I want to display the pictures comes from cpmfetch just like the highslide do in my gallery index.
Any idea? :rolleyes:
[My Coppermine Galleries]
All Koreans, Lim Eun-kyeong's IFC
Saranghae 김태희

Timos-Welt


Timos-Welt

New maintenance release! This one will be the very last Highslide plugin release that is done by me. I'll concentrate on the EnlargeIt! plugin in the future, because I have full control over both the php and the javascript parts of EnlargeIt!, and it has much better possibilities. I hope you understand this.



============================================= v3.04 - 2008/06/25 - 01:00 GMT
by Timos-Welt (http://www.timos-welt.de)

Fixes:
====
- Fixed php short tags in hscnt.php

Install:
=====
If you already have 3.0, 3.01 or 3.02 or 3.03 installed, simply overwrite highslide folder with the one included and overwrite hscnt.php in root folder with the one included.

If not:
1. Uninstall any previous version.
2. Delete settings table if asked.
3. Copy Highslide folder to your plugins folder.
4. Copy hscnt.php to your gallery root.
5. Use plugin manager to install it.


Always remember to have fun!  ;)
regards
Timo

joginvik

During install 3.04 says

Cannot redeclare my_is_file() in /home/u29701/etennis.mobitek.biz/www/cpg1416/plugins/highslide/codebase.php on line 452

What's wrong?

Timos-Welt