Advanced search  

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

Pages: 1 2 [3] 4 5 6 7 ... 25   Go Down

Author Topic: EnlargeIt! (AJAX user interface for CPG 1.4.x)  (Read 455933 times)

0 Members and 1 Guest are viewing this topic.

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #40 on: June 30, 2008, 08:46:35 pm »

Hi merlin6666,

thanks for your report. Because of a typo, EnlargeIt! wouldn't work for *.JPG files, only for *.jpg. Fixed with v0.85 (just uploaded). Please update.

regards
Timo
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #41 on: June 30, 2008, 08:49:26 pm »

Karma to Hein fo that beautiful dutch language file!  ;D
Logged

merlin6666

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #42 on: June 30, 2008, 09:30:10 pm »

Timo, thanks for your quick reply.

I have updated to 0.85
But what i have found out:
1. If i switch SEF to yes, EnlargeIt doesn`t work, the normal coppermine picture opened, with "No" all is working well.
2. If i click a picture from your slider plugin, i missed the navigation buttons though activated.

Regards
merlin6666
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #43 on: June 30, 2008, 09:46:08 pm »

If you want to use SEF, you must first install the SEF plugin and have it ready and working fine. After that, you must turn EnlargeIt! SEF support on, and it will work again. Turning it on without the SEF plugin installed will do - nothing.  ;)

I decided against navigation buttons for slider for now, because in bad cases, the slider pic could have scrolled out of the visible area when clicking "next", and the animation looks very bad then and scrollbars would make your browser window ugly for a short moment. It's by design now. Only the static pics can be browsed with the next and previous buttons.

Please avoid Umlaute in file names, they are not valid characters.

regards
Timo
« Last Edit: June 30, 2008, 10:02:04 pm by Timos-Welt »
Logged

fjmf

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #44 on: July 01, 2008, 07:10:46 am »

How do you do it on the standard intermediate page?

(this is all in the enl_info.php page that goes in the root folder of the gallery)

Here is how far I've gotten (please excuse my amateurish php coding I'm a application developer by trade),

after

Code: [Select]
echo $test;

echo "</table>";

I inserted

Code: [Select]
echo "<textarea name=\"bbcode\" cols=\"40\" rows=\"3\" align=\"center\"> [IMG]http://".($_SERVER['SERVER_NAME'])."/gallery/albums/userpics/".  $CURRENT_PIC_DATA['filename'] . "[/IMG] </textarea>";
and to deal with the issue of the information table taking the whole "page" I also edited

Code: [Select]
echo "<table align=\"center\" cellspacing=\"1\" style=\"width:100% height:75%\">";
(I added the height of 75% to give me space for the textarea)

the only problem with that is formating is leaving something to be desired...

Logged

merlin6666

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #45 on: July 01, 2008, 07:17:22 pm »

Hi Timo,

i found a bug, picture with an "Umlaut" ä,ö,ü in the name can not be displayed, if enlargeIt is active. Only a small row is visible then, no Photo.
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #46 on: July 01, 2008, 08:48:37 pm »

*sigh* You're right, coppermine supports uploading of pics with 'umlauts' (äöüß), so EnlargeIt! has to, too. Please update to v0.86. Fixed.

regards
Timo
Logged

merlin6666

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 27
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #47 on: July 02, 2008, 02:26:53 pm »

Hi Timo,

yep, "umlauts" are solved :-)

Another Thing:
For me and maybe some others, it would be helpful to activate (as option) the arrow keys left/right at the keyboard for an additional navigation, if the EnlargeIt window is open.... How about this?
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #48 on: July 02, 2008, 06:16:36 pm »

I don't think that this is possible. You can enlarge more than one pic at a time if you don't use darkening. If I integrated a key listener, which of the enlarged pics should be the one that moves on to the next picture?
Logged

joginvik

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #49 on: July 07, 2008, 10:46:45 pm »

some abracadabra on voting page, show info and so on
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #50 on: July 07, 2008, 11:01:10 pm »

Go, code it.
Logged

joginvik

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #52 on: July 07, 2008, 11:33:42 pm »

1. Please update your gallery to 1.4.18 right now.
2. There seem to be charset encoding problems, at least when I look at your gallery in german.
3. You have extremely long file names and very small pic sizes, that's not ideal for EnlargeIt!.

But what of all this is your question? "some abracadabra on voting page, show info and so on" is no bug report nor a feature request.
Logged

joginvik

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #53 on: July 08, 2008, 11:24:31 am »

I have 1.4.18 now, but problem with encoding still exist

Help me please
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #54 on: July 10, 2008, 05:38:20 pm »

Hi joginvik,

I have no solution, sorry. Seems to be some kind of encoding problem, but don't ask me why. The EnlargeIt! AJAX snippets use the character encoding of the parent page.

Timo
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #55 on: July 10, 2008, 05:39:32 pm »

New version 0.87. Please make sure to update the Imageflow and Slider plugins to the included versions, too, if you use them.


v0.87 (2008/07/10)
------------------
changed onclick to onmousedown (faster reaction)
new versions of ImageFlow and Slider plugins (update required for 0.87!)
magnifying glass mouse cursor
Logged

Pascal YAP

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 13833
  • Hello World :-)
    • CPG 1.5.x ExperiMental website
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #56 on: July 10, 2008, 10:51:51 pm »

Hello Timos-Welt,

about SLIDER :
I notice there's no "scroll stop" on MouseOver !
It would be nice to keep this feature.

Also, maybe nice to add custom CSS.

PYAP
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #57 on: July 11, 2008, 08:24:00 pm »

Hi Pascal,

there's a good reason why I deactivated this. To get the EnlargeIt! animation as smooth as possible even on slow computers, the slider stops during it and starts again after it. Using mouseover stopping at the same time would mean too many start/stop signals, ending in a confusion, so I wouldn't have control when the slider is running or not.

regards
Timo
Logged

streetart

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 48
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #58 on: July 17, 2008, 08:03:41 pm »

hey

a stupid question..but I need that...is that possible to play flv videos on the enlargeit?
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #59 on: July 20, 2008, 11:09:19 pm »

No.
Logged
Pages: 1 2 [3] 4 5 6 7 ... 25   Go Up
 

Page created in 0.053 seconds with 20 queries.