EnlargeIt! (AJAX user interface for CPG 1.4.x) - Page 3 EnlargeIt! (AJAX user interface for CPG 1.4.x) - Page 3
 

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

EnlargeIt! (AJAX user interface for CPG 1.4.x)

Started by Timos-Welt, June 16, 2008, 06:19:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Timos-Welt

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

Timos-Welt

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

merlin6666

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

Timos-Welt

#43
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

fjmf

Quote from: Timos-Welt on June 30, 2008, 09:30:51 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

echo $test;

echo "</table>";


I inserted

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

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...


merlin6666

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.

Timos-Welt

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

regards
Timo

merlin6666

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?

Timos-Welt

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?

joginvik

some abracadabra on voting page, show info and so on

Timos-Welt



Timos-Welt

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.

joginvik

I have 1.4.18 now, but problem with encoding still exist

Help me please

Timos-Welt

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

Timos-Welt

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

Pascal YAP

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

Timos-Welt

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

streetart

hey

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

Timos-Welt