Page 1 of 1

Autoresizers and Phoca gallery in article problems

Posted: 06 May 2012, 04:09
by horus68
Hi,
I'm testing Phoca Gallery in localhost (XAMPP, Joomla 2.5.4, windows7, Firefox, all latest versions)
All goes fine until I tested a gallery inside an article using the tinyMCE editor and Phoca Gallery Plugin (code added with Phoca Gallery Button Plugin). All latest versions as today!
- Phoca Gallery Plugin https://www.phoca.cz/download/category/1 ... ery-plugin
- Phoca Gallery Button Plugin - https://www.phoca.cz/phocagallery-button

The article open but the icon for images on the gallery doesn't show and when clicking to detail display the window (modal or other) will not open.
The plugin is: BK-multithumb
(note that it has an option to set classes for images but not to exclude images from resize based on classes!)

Then i tried disabling an automatic resizer plugin for articles images and the article gallery by phoca now opens fine!

Then I tested with an alternative resizer plugin:
JUMultithumb
The article simple wont open. After some time it goes to a blank page.
No PHP error report or logged error.

Note: this plugin has an option to exclude images from resize based on classes.
But is it possible to set a class for images in Phoca galleries created by phoca plugin? Maybe you can include a parameter to easy configure? (as we can now in editor => image control => advanced field)

Both plugins do not cause problems on any other phoca galleries (from component or module)

So... I really want to have an automatic resizer for articles images... and I want to be able to create galleries in content items with phoca!
Any solution? :x

Re: Autoresizers and Phoca gallery in article problems

Posted: 09 May 2012, 12:37
by Jan
Hi, Phoca Gallery creates thumbnails only one time - to protect sever from memory issues - thumbnails are created only one time and not every time for every visitor, which can then crash the server :-(

So such feature needs to be customized in the code then :-( :-(

Re: Autoresizers and Phoca gallery in article problems

Posted: 10 May 2012, 03:38
by horus68
The BK-multithumb has an option to exclude article by using a tag on it.
The code put at the end of article is (if other users need it): {nomultithumb}
So it works now!

Re: Autoresizers and Phoca gallery in article problems

Posted: 14 May 2012, 11:23
by Jan
Ok