EnlargeIt! (AJAX user interface for CPG 1.4.x) - Page 17 EnlargeIt! (AJAX user interface for CPG 1.4.x) - 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

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

Timos-Welt

I can reproduce it here. If one of the devs reads this:
The resulting query is something like
SELECT * FROM cpgdev1416pictures AS p WHERE filename like '%.jpg' AND filename not like 'youtube_%' AND approved = 'YES'  AND cpgdev1416pictures.aid IN (4,5,6,7,8,9,13,14,15,17,18,26,21,22,23,24,25)  ORDER BY RAND() LIMIT 16

MySQL doesn't like the part cpgdev1416pictures.aid and reports that it can't find the table. Simply replacing it by aid makes the query work. This one comes from one of the two variables $FORBIDDEN_SET or $META_ALBUM_SET. I can't remember having any problems with this in previous CPG versions. Any help?

jimbeam2

Hello again, another question that bugs me...

Is there a way to mess with the enlarged template so that it displays comments under the image? (scrollable would be the best)

Thanks

Timos-Welt

#322
Just released v2.15beta1 (edit: removed attached file because newer beta is released).

Changes:
- implemented a first version of an eCard feature, but it is NOT working correctly yet, so please turn it off for now
- smaller page source code, pics don't need IDs anymore
- greatly improved display of scaled images in IE7 and IE8 (bicubic resize) if pic is bigger than browser window
- new setting on config page: shadow color

If you like to try it out, please uninstall the previous version before installing the new one, and don't forget to clear your browser cache after installing.

Have fun!
Timo

Hein Traag

Installed it and tried it. Works perfectly. Indeed a good improvement for IE users. Thanks Timos.

steve6one7

Hello Timos-Welt,

I have several feature requests for your plugin and was hoping I could schedule a time to speak with you to go over pricing and availability. As I understand it you are actively working on the code as a side project and have been releasing revisions to coppermine users at no cost. I was hoping you could integrate these features and am willing to compensate you for your time. I read through the previous postings and noticed several of these features have already been requested.

Request Summary:

1. New AJAX navigation buttons to allow downloading of fullsize image.

2. New AJAX navigation button to allow ecard function (noticed this in your latest beta release)

3. Display associated comments below the picture in a scoll box or show one comment with a "see all comments" button that goes to the existing comment snippet.

4. Slideshow feature that supports play, pause, and stop with a slidebar where users can control the speed.

5. A method for forwarding to the next page in a multipaged album once the last picture has been reached

6. A method for going back to previous page once the first picture on a secondary page has been reached (request 3 reversed)

7. Addition of smileys in the existing comment ajax snippet .

8. Option to allow adding content that displays in the AJAX GUI above or below the photos.

9. Would like the ability to enable and disable these features via the config page. For request 8 i'd like it to support modifying the color of the text along with bold, italic, and underline. For the slideshow i'd like it to refrain from closing and opening the images but instead keep the gui open and flip through the pictures.


Thank you in advance,


-Steve

 

Timos-Welt

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
pricing and availability
Sorry, at them moment I am not interested in doing this for money. I code this plugin and the EnlargeIt! script as a hobby in my spare time. BUT: I like some of your feature requests and thank you for them.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
1. New AJAX navigation buttons to allow downloading of fullsize image.
Nice one and very easy, I will include this with the next release.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
2. New AJAX navigation button to allow ecard function (noticed this in your latest beta release)
Will also be included in next release.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
3. Display associated comments below the picture in a scoll box or show one comment with a "see all comments" button that goes to the existing comment snippet.
I will think about it for the next major release of the script (currently v1.1), but this will take some time.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
4. Slideshow feature that supports play, pause, and stop with a slidebar where users can control the speed.
Nice one, I'll think about it.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
5. A method for forwarding to the next page in a multipaged album once the last picture has been reached
6. A method for going back to previous page once the first picture on a secondary page has been reached (request 3 reversed)
I don't think this is possible without changing the core code of coppermine. The plugin currently does not 'know' if there are more pics or not. Probably I'll ask the devs to give me a possibility with cpg 1.5.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
7. Addition of smileys in the existing comment ajax snippet .
Not possible.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
8. Option to allow adding content that displays in the AJAX GUI above or below the photos.
See 3.

Quote from: steve6one7 on March 21, 2009, 08:41:34 PM
9. Would like the ability to enable and disable these features via the config page. For request 8 i'd like it to support modifying the color of the text along with bold, italic, and underline. For the slideshow i'd like it to refrain from closing and opening the images but instead keep the gui open and flip through the pictures.
Noted.

regards
Timo

steve6one7

Thank you for taking my requests into consideration. Your plugin greatly enhances the visualizations in coppermine and I look forward to your future releases.
I understand you work on the script in your spare time as a hobby. I'm not sure how much free time you have and need the requested features integrated. Do you have an associate that could assist in the development of the next revision? I am willing to fund the project in order to shorten the completion date.





steve6one7

Just wanted to share an additional feature request I accidentally left out in the previous posting.. Would it be possible to add another AJAX Snippet button to incorporate the "addthis" button? (http://www.addthis.com/) It is a button that detects the page it is on and then allows the user which service to share the link to. I believe the code is ready to adapt you just need to create a button in order to integrate it into the AJAX gui. This would allow users not only to use the ecard function to e-mail the photo but also to post it to other social networking sites with a click of a button.

Thank you in advance and look forward to hearing your feedback



Timos-Welt

#328
Just released v2.15beta2 (edit: removed file because newer beta is released).

Changes:
- implemented a first version of an eCard feature, but it is NOT working correctly yet, so please turn it off for now
- smaller page source code, pics don't need IDs anymore
- greatly improved display of scaled images in IE7 and IE8 (bicubic resize) if pic is bigger than browser window
- new setting on config page: shadow color
- new button for downloading pics

If you like to try it out, please uninstall the previous version before installing the new one, don't forget to clear your browser cache after installing, and don't forget to copy the files from toGalleryRoot to your gallery root.

Have fun!
Timo

Hein Traag

#329
Timos good morning. I uploaded the beta and all is working well. Would it be possible to add the option that a admin can select the download button to be avaible only to registered users?

Timos-Welt

#330
Just released v2.15beta3 (edit: removed file because newer beta is released - scroll down!).

Changes from 2.14:
- implemented a first version of an eCard feature, but it is NOT working correctly yet, so please turn it off for now
- smaller page source code, pics don't need IDs anymore
- greatly improved display of scaled images in IE7 and IE8 (bicubic resize) if pic is bigger than browser window
- new setting on config page: shadow color
- new button for downloading pics

Changes from beta2:
- improved download snippet
- download button can now be set up only for registered users

If you like to try it out, please uninstall the previous version before installing the new one, don't forget to clear your browser cache after installing, and don't forget to copy the files from toGalleryRoot to your gallery root.

Have fun!
Timo

Hein Traag

Download button does not appear on the bar. The function is there but the icon is missing. I first thought it had something to with the compressHTML plugin but that was not it. Moving the enlargedit plugin before the slider plugin does not solve the problem. Any idea?

Timos-Welt

Please clear your browser cache and make sure that you updated all files correctly to the newest version.

Works fine here: http://cpgdev.timos-welt.de/cpg1416

Hein Traag

Reupload every file. Cleared cache. No luck so far. All the other icons do display as expected.

Timos-Welt

Your gallery works fine for me? See screenshot.

steve6one7

Downloaded and tested v2.15beta2 and v2.15beta3 and both worked.

Tested as admin with admin mode enabled in config - Successful
Tested as admin with admin mode disabled in config - Successful
Tested as guest with guest mode enabled in config - Successful
Tested as guest with guest mode disabled in config - Successful
Tested as registered user with guest mode disabled in config - Successful

The Download button is shown according to the rules set forth in the config. Everything appears to be working with the plugin in my installation of coppermine.

Thank you for adding the download button Timos-Welt. I know you were working on the ecard function and I sidetracked you with the download button request. Just wanted to let you know I appreciate your work.



Hein Traag

#336
Right. I'm going to put my clue-bat to use tomorow on the systems admin. Tracked it down to a malfunctioning ISA server at work.. At home the problem dissapears like snow for the sun. Timos, great work!  :D

Timos-Welt

Yeah, and if you remove the BOM from your gallery, it might even display the AJAX snippets without the leading grey line.

Timos-Welt

#338
Just released v2.15beta4 (edit: removed file because newer beta is released).

Changes from 2.14:
- new button for eCard
- smaller page source code, pics don't need IDs anymore
- greatly improved display of scaled images in IE7 and IE8 (bicubic resize) if pic is bigger than browser window
- new setting on config page: shadow color
- new button for downloading pics/files

Changes from beta3:
- improved download snippet
- eCard snippet now working

If you like to try it out, please uninstall the previous version before installing the new one, don't forget to clear your browser cache after installing, and don't forget to copy the files from toGalleryRoot to your gallery root.

Have fun!
Timo

steve6one7

When using the ecard function it auto detects the username and e-mail address but it doesn't use it correctly once the mail is sent.

The recipient gets an e-mail with subject:  An e-card from for you

And in the e-mail it says:   Sent by from IP x.x.x.x at Mar 25, 2009 at 10:01 PM (Gallery time)


If the user deletes the autodetected username and enters a different name manually it will work. It just doesn't work with the autodetect feature.