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

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

TeknoSounds

Greetings,

I recently installed this plugin and loving it :) However clicking on an image does not increase the counter.  I found a post on the last page where to edit the enl_cnt.php file, however this didn't fix the issue.
I'm just running this plugin, the JUpload plugin and Captcha v3.0.

http://teknosounds.com/tspics/

TeknoSounds

nevermind, its working :) Think it'd already picked up my IP and wasn't increasing due to that.

Joachim Müller


mvanec

Quote from: goku on November 06, 2008, 09:10:46 PM
just one last thing. the show picture button in the image when we click to enlarge it isnt working i mean it dont do anything what is it for?

I would love to know the answer to this question.  Is the Show Picture button supposed to show the full-size picture? Clicking on the icon in the intermediate display does not do anything.

Thanks

Joachim Müller

Quote from: mvanec on December 25, 2009, 08:23:19 AMIs the Show Picture button supposed to show the full-size picture?
No. It's meant to enable you to to go back to the image if you have picked another view like bbcode or histogram before.

gismoat

Hi all,

i use the Plugin EnlargeIt! V2.15.
I have aktivated the Slider in my gallery.
When i go to the Adminarea (slider) and i will change the height of the Pictures to 110 or higher than i have allways 75px.
Can you tell me what can i do?
Gallery Version is 1.4.25
Themes use Greenorg

and her my Gallery URL http://arbeiter4ever.com

Many thanks for your help.
cheers GismoAT

Timos-Welt

The slider height depends on the thumbnail height; sorry, there's no solution (I should have removed that parameter long time ago).

kupje


cl9m

Hi,

Enlargeit and OSFLV or rphMedia can read and play .mp4 extension?

If YES that don't work on my coppermine.

If NO it's hard to make this?

Thx

Joachim Müller

The supported file types are mentioned in the initial posting in this thread. How hard it is to add support for more file types depends on your coding skills. Board rules!

cl9m

Thanks for your answers,
I'use the plugin filetype for add .flv and .mp4 that's work in my gallery with JWplayer
but if I want use enlargeit and OS flv or rph media the flv work but not mp4 extension.

sorry for my english (I'm french)


Joachim Müller

That's no excuse for not respecting board rules >:(. My previous reply even contained a deep link to the board rule you failed to respect.

mrdee

I'd be very grateful if someone could tell me where in the plugin I would find the code that "calls" the player.swf, with the video file to play and the associated parameters.  I spent some time looking but am guessing that the calls are derived in several places.  The reason I would like to know is that I wish to standardise my site to use JW Player v5.  If I can find where the calls to the player originate (so I can edit them) then I should be able to swap the OS FLV "player.swf" and replace it with the "player.swf" from longtailvideo.com.  The best way would be for me to add a 3rd player option but I'm not sure I have the skills or knowledge of the code in the plugin to make such a comprehensive edit.

Worst case, if I can't get it to work with JW Player myself then I hope to be able to figure out how I can put the latest version of OS FLV into the plugin (replacing the player.swf messed it up for me, even after clearing the browser cache on the test machines).

Thanks in advance if someone can tell me the file(s) to look in.

MrDee

Timos-Welt

This is the place in codebase.php where one of the players is used to display FLV files:

          if ($ENLARGEITSET['enl_flvplayer'] == 1) $neu_str .= '"><img src="'.$match[2].$CONFIG['thumb_pfx'].$match[3].'" longdesc="fl2::../../../'.path2url($enl_path).'::'.$enl_flvwidth.'::'.$enl_flvheight;
          else $neu_str .= '"><img src="'.$match[2].$CONFIG['thumb_pfx'].$match[3].'" longdesc="flv::../../../'.path2url($enl_path).'::'.$enl_flvwidth.'::'.$enl_flvheight;


To include more file types, you will have to change other lines, too in function enl_main($html).

Have fun!

mrdee

Thanks for the rapid help Timos.  Appreciated.

pytlak

Hi Timos!
Great plugin, I like it a lot. I have installed ones without any problems and everything worked fine. You can see it here (CM1.4.19.)
http://www.akce.milanriha.cz/index.php
I am doing some testing before I run my final pages. Therefore I have installed last Coppermine (1.4.25) onto the new domain. Here is the link
http://www.tema.milanriha.cz/Gallery/
Unfortunately there is problem to install your plugin again :(. There is an error message

Fatal error: require() [function.require]: Failed opening required './plugins/enlargeit/include/load_enlargeitset.php' (include_path='.:/usr/share/php5:/usr/share/php') in /disk_1/www/cz/milanriha/tema/Gallery/plugins/EnlargeIt/codebase.php on line 34

any hint why please?
the only difference I see is the CM version and fact the CM is not in the root, but in the subfolder ./Gallery

Milan

Joachim Müller

Quote from: pytlak on January 20, 2010, 09:35:00 PM
Great plugin, I like it a lot. I have installed ones without any problems and everything worked fine. You can see it here (CM1.4.19.)
http://www.akce.milanriha.cz/index.php
Upgrade!

pytlak

CM 1.4.25
EnlargeIt 2.15

what should I Upgrade more Joachim?
on 1.4.19 it works  ???

thanks
Milan

Joachim Müller

Quote from: pytlak on January 22, 2010, 09:08:07 AM
what should I Upgrade more Joachim?
The gallery that is publicly available that is running cpg1.4.19 needs to be updated in terms of security, as running an outdated version that has got known vulnerabilities that malevolent people could use to take over or ruin your entire site is silly. We're not ready to discuss the need to upgrade in each and every thread. Read the documentation that contains a complete list of reasons why you need to upgrade. Read the announcements for the new versions that explain what vulnerabilities are fixed.

Quote from: pytlak on January 20, 2010, 09:35:00 PMUnfortunately there is problem to install your plugin again :(. There is an error message

Fatal error: require() [function.require]: Failed opening required './plugins/enlargeit/include/load_enlargeitset.php' (include_path='.:/usr/share/php5:/usr/share/php') in /disk_1/www/cz/milanriha/tema/Gallery/plugins/EnlargeIt/codebase.php on line 34
That's not related to the version of coppermine you're installing on, but related to the fact that you obviously haven't uploaded all files that come with the plugin: http://www.tema.milanriha.cz/Gallery/plugins/enlargeit/include/load_enlargeitset.php (the file that the error message complains about) is not there (error 404 not found), hence the error message. Upload the complete plugin and it will work... ::)

pytlak

OK, thanks a lot Joachim. I'll check if all files are there.

In regards upgrade - Yes, I understand, therefore I am just now testing the new version of my pages running on CM 1.4.25 - think last version available ;)

I will let you know evening about result