Advanced search  

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]

Pages: 1 ... 10 11 12 13 [14] 15 16 17 18 ... 25   Go Down

Author Topic: EnlargeIt! (AJAX user interface for CPG 1.4.x)  (Read 455890 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 #260 on: December 08, 2008, 09:02:57 pm »

You sir, are a star. Brilliant piece of work. The beers I owe you are adding up. :)

Here it is working on my live site :- http://www.windsurf.me.uk

I have modified the Bb bit to show normal_ images instead of the default thumb_ and now it is perfect for my wants.


Thanks very much, your implementation is beautiful!
Some things I have to do playing around with your gallery:
* For videos without title, the buttons are not displayed right-aligned as they should
* BBCode and histogram for videos don't make sense - the buttons should be hidden for anything else then pics

Please post your modifications to enl_bbcode.php - perhaps others will find them useful!

regards
Timo
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #261 on: December 08, 2008, 09:48:47 pm »

Thanks very much, your implementation is beautiful!

Thanks


Please post your modifications to enl_bbcode.php - perhaps others will find them useful!


It wasn't exactly brain surgery but for those who need the intermediate sized pic to be displayed in their forums instead of the thumb simply open enl_bbcode.php from your gallery root and change the line

Code: [Select]
$thumb_url = get_pic_url($CURRENT_PIC_DATA, 'thumb'); //thumb url

to

Code: [Select]
$thumb_url = get_pic_url($CURRENT_PIC_DATA, 'normal'); //thumb url


Good call on hiding the buttons. Just when you think something is perfect you find something to improve upon. That's life I suppose :)
Logged
It is a mistake to think you can solve any major problems just with potatoes.

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 #262 on: December 08, 2008, 09:53:02 pm »

Good call on hiding the buttons. Just when you think something is perfect you find something to improve upon. That's life I suppose :)

No, that's what beta versions are for :)
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 #263 on: December 08, 2008, 10:28:53 pm »

Just exchanged today's beta file. Two fixes:
- buttons for histogram and bbcode were visible for videos
- buttons were left-aligned for videos without title

Now I can sleep well.  :D
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #264 on: December 09, 2008, 02:40:44 pm »

I'll change my install tonight.

I mentioned the changes on a windsurfing forum where most of the uploads come from. The comments were all positive.

http://www.boards.co.uk/forum/forum_posts.asp?TID=23667&PN=1&TPN=1
Logged
It is a mistake to think you can solve any major problems just with potatoes.

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 #265 on: December 09, 2008, 06:45:16 pm »

Edit 2008/12/11: Removed file because v2.14 is released

Just released a new beta version - v2.14b7.

Changes since v2.13:
---------------------

  • fixed: when darkening was set to mode 2 and a user aborted loading of a pic, the page was locked
  • fixed: flash files would always cover other content, even when not in front
  • fixed: Internet Explorer would display artifacts at black pixels when animation fade in/out was used
  • fixed: histogram and bbcode buttons were visible for videos
  • fixed: sometimes EnlargeIt! would crash when navigating very quickly, especially when using mouse wheel for navigation
  • if no width/height is set for a flash (SWF) file, the default will now be 400x400px
  • new: integrated support for playback of FLV files with two different players (rphMedia or OS FLV - chose in plugin settings)
  • new: support for DivX web player - *.divx files can simply be uploaded to your CPG and will be played by EnlargeIt! (see here for further info)
  • new: flash (SWF) files now support drag&drop like pictures
  • new: button and AJAX snippet for bbcode with special treatment for IE
  • new: optional transparency effect for glide animations

Please make sure to correctly uninstall any previous version before installing this version, and empty your browser cache when done!

Demo gallery.

Have fun!
Timo

Edit 2008/12/11: Removed file because v2.14 is released
« Last Edit: December 11, 2008, 03:33:09 pm by Timos-Welt »
Logged

makatron

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #266 on: December 09, 2008, 08:10:56 pm »

i started using this plugin like 4 months ago and my users just love it!! and i came here yesterday and finally Timo added the comment snippet xD how cool is that!!

hey mate is there a way to make it preload the next 2 or 3 pictures instead just one?

here a link to my gallery (everything in spanish lol)

http://www.fotobonche.com/galeria/index.php
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #267 on: December 09, 2008, 08:58:37 pm »

<!--Coppermine Photo Gallery 1.4.16 (stable)-->

Upgrade. A.S.A.P.
Logged

makatron

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #268 on: December 09, 2008, 09:01:03 pm »

im upgrading right now mate i was just being lazy/busy these days but im waiting less traffic hours to complete the upgrade (around 21:00 hours)
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 #269 on: December 11, 2008, 07:07:27 pm »

v2.14 is finally released. :)
Logged

ksawery

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #270 on: December 12, 2008, 02:59:50 pm »

Great!  :D
Logged

firas

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #271 on: December 15, 2008, 09:24:23 am »

Hi

thanks a lot for this great plugin. it is really the best.

I installed it on my page and it was working well untill i enabled the Joomla Bridge. after that funny things start to happens.

for example:
1- i can only open one photo. if i try to open another one, the page just become big and the photo is opened but i don't know where.
2- same thing happens if i try to enlarge the photo.

here is the link so that you can understand what i'm saying well.

please help ASAP
Regards
Logged

firas

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #272 on: December 15, 2008, 10:30:26 am »

sorry for the second post but i just discovered that this problem is only with Internet Explorer. Firefox and safari work perfectly.

also, i wanted to add that i'm using Mehdi's Coppermine Bridge
Logged

firas

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #273 on: December 15, 2008, 12:29:50 pm »

sorry again...forget to add the link

http://lightsymphony.net/gal/

regards
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 #274 on: December 15, 2008, 05:51:48 pm »

I have no idea, sorry. I'd start by fixing your html.
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #275 on: December 15, 2008, 05:56:34 pm »

This is not a problem with the plugin but something wrong with your page.

In your template_css.css file you seem to have the line
Code: [Select]
direction:rtl; Which is known to cause problems in IE.

This is not related to this plug-in so you will have to discuss it in the relavent place.

**edit - Cross posted with Timos there **
Logged
It is a mistake to think you can solve any major problems just with potatoes.

firas

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #276 on: December 15, 2008, 06:31:49 pm »

thanks a lot 4 replying.

the strange thin is that it is working well without the plugin and it also works if i disable the Bridge.
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 #277 on: December 19, 2008, 04:38:15 pm »

The original Javascript (not this plugin) has finally made it to version 1.1:
http://enlargeit.timos-welt.de/english/11/

The PDF documentation might interest some users of this plugin; many things are explained in detail there that are also valid for the EnlargeIt! CPG plugin.

regards
Timo
Logged

makatron

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #278 on: December 20, 2008, 09:46:09 am »

im having a little problem with the new version, when users right click over the full images (i skip medium ones) they arent able to download the picture all they can save is the blank.png any way to prevent this to happen?

in firefox when i right click im able to save the full picture but 79% of my traffic comes from IE

any suggestion?
Logged

georgeandjacks

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: EnlargeIt! (AJAX user interface for CPG 1.4.x)
« Reply #279 on: December 21, 2008, 05:45:29 am »

Hello,

First off, I would like to thank Timos-Welt for this terrific plug-in.

Second, I am trying to get what's happening to makatron to happen to me as I don't want users downloading images.

I have this add-on currently installed http://forum.coppermine-gallery.net/index.php?topic=33782.0 but when I use Enlargeit, it doesn't work any more.

How would you go about having it work with Enlargeit?

Thanks in advanced.

Link to gallery is: http://ederphotography.site50.net/cpg1419/index.php
Logged
Pages: 1 ... 10 11 12 13 [14] 15 16 17 18 ... 25   Go Up
 

Page created in 0.03 seconds with 19 queries.