JUMultiThumb 4.0.6 - best plugin for resize image in article

This forum is for general questions about extensions for Joomla! 2.5.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
jacob87
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Fri Feb 03, 2012 2:57 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by jacob87 » Fri Feb 03, 2012 3:54 pm

The problem lies in gallery.php file.

Code: Select all

$dir        = JPATH_ROOT .'/images/stories/'. $folder;

$imgpath    = 'images/stories/'. $folder;
Change '/images/stories/' to '/' and it should work.

Cheerz! :-)

mitchell65
Joomla! Ace
Joomla! Ace
Posts: 1614
Joined: Mon May 23, 2011 12:28 pm
Location: Cornwall

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by mitchell65 » Fri Feb 03, 2012 4:54 pm

jacob87 wrote:
S4BRE wrote:so i am trying to use the gallery using:
{gallery /images/stories/tigerwoods|Tiger Woods Kinect|juimage}
but no pictures are showing up on the article.
Gallery is enabled on the plgin
I can confirm that.

I have latest Joomla 2.5.1 and the gallery plugin doesn't work.
I had the same problem so went to another plugin. WARNING: Make sure you delete this JU Multithumb plugin in the database via the phpAdmin otherwise even if it is disabled it will conflict with other similar plugins. Caused me no end of problems! Give it a miss altogether for Joomla 2.5!

S4BRE
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Fri Jul 01, 2011 5:28 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by S4BRE » Sat Feb 04, 2012 9:49 pm

since your last update, my watermarks are not working anymore either

S4BRE
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Fri Jul 01, 2011 5:28 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by S4BRE » Mon Feb 06, 2012 6:11 pm

jacob87 wrote:The problem lies in gallery.php file.

Code: Select all

$dir        = JPATH_ROOT .'/images/stories/'. $folder;

$imgpath    = 'images/stories/'. $folder;
Change '/images/stories/' to '/' and it should work.

Cheerz! :-)
great man works like a charm, any ideas on my other problem

Abu Qusai
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Jan 10, 2012 2:59 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by Abu Qusai » Tue Feb 07, 2012 3:28 pm

Hi, ;)
Thank you very much for this plugin and also to make it free for all.

i'm interested only to use the watermark feature in it, but i didn't succeed.

Details:
i'm creating a news website, and i want to add watermark for all my news images.
i'm using joomla 2.5, K2 2.5.4,JCE editor, and Gavick News show pro to show the images.

how can i achieve my goal in adding watermark for all images without doing any resize or gallery or lightbox ??

thank you very much.

S4BRE
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Fri Jul 01, 2011 5:28 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by S4BRE » Wed Feb 22, 2012 3:06 am

any help on why my pictures are not watermarking after the update ??

User avatar
Denys
Joomla! Intern
Joomla! Intern
Posts: 97
Joined: Sun Apr 02, 2006 1:35 pm
Location: Kyiv
Contact:

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by Denys » Wed Feb 22, 2012 4:08 am

Looking setting and enable watermarks
Community Joomla! Ukraine (Ukrainian Localization Team): joomla-ua.org - Спільнота Joomla! Україна
My portfolio: denysdesign.com - Denys Design Studio

S4BRE
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Fri Jul 01, 2011 5:28 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by S4BRE » Wed Feb 22, 2012 12:32 pm

yes i have done that. it only watermarks thumbnails for the gallery. but nothing else.

sotavento
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Fri Feb 24, 2012 2:19 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by sotavento » Fri Feb 24, 2012 5:21 pm

Hello

Sorry for my poor english

Congratulations for this plugin which is exactly what i need.

I have two problems

- When the plugin is enable i can't upload images in front-end, i click on the imge button, the popup opens i can see and select my images but when i try to upload an image i can select the image to upload and when i submit, the popup becomes blank ...
When i disable the plugin no problems, in the backend no problems too.

- The second problem is less important because i have a begin of solution. My joomla files are in a subdirectory, i use a htaccess and the $livesite to hide the subdirectory in URL. But i have a folder with images wich is in another subdirectory and the thumbnails doesn't appear then. I enabled the error messages to see what was the problem and the path for images is not good : /home/test/html/joomla/plugins/content/jumultithumb/img/../../../../images/test/test.png what is /home/test/html/joomla/images/test/test.png and for me it must be /home/test/html/images/test/test.png.
I fix it by putting all my images in the joomla/images subdirectory but this is not a good solution for me.

Have you got ideas for me ?
The first problem is the most important for the moment...

Thanks for your help

sotavento
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Fri Feb 24, 2012 2:19 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by sotavento » Sun Feb 26, 2012 10:22 pm

Hello

For the problem i have with upload in front end, i did this modification in jumultithumb.php :

Code: Select all

public function __construct(& $subject, $config)
	{
		
		$task=JRequest::getVar('task', '', 'get', 'string');
		if ($task !=='file.upload')
		{
			parent::__construct($subject, $config);
			$this->loadLanguage();	
			$this->addToHead();
		}

	}
It's not perfect but it works ...
If you have an idea with this two problems ...
Thanks

ktsixit
Joomla! Intern
Joomla! Intern
Posts: 67
Joined: Fri Mar 13, 2009 12:54 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by ktsixit » Wed Apr 11, 2012 10:06 am

I can't install this plugin in joomla 1.7.1.
I tried it with the pkg_jumultithumb_v4.0.8.zip file. I also tried to install the plugins inside "packages" directory. What am I doing wrong here?

User avatar
Denys
Joomla! Intern
Joomla! Intern
Posts: 97
Joined: Sun Apr 02, 2006 1:35 pm
Location: Kyiv
Contact:

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by Denys » Wed Apr 11, 2012 6:21 pm

Now plugin only for J 2.5. Please update your Joomla to 2.5
Community Joomla! Ukraine (Ukrainian Localization Team): joomla-ua.org - Спільнота Joomla! Україна
My portfolio: denysdesign.com - Denys Design Studio

tripantigua
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Fri Mar 12, 2010 11:44 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by tripantigua » Wed Apr 11, 2012 10:29 pm

Hello

I've just installed this plugin as I need a plugin that resizes images for the front page.

I've enabled the plug and made the following changes

Thumbnail for all images set to: NO

I've set the size of front page images but the images would not show on the front page.

Please help.

Thanks!

ktsixit
Joomla! Intern
Joomla! Intern
Posts: 67
Joined: Fri Mar 13, 2009 12:54 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by ktsixit » Thu Apr 12, 2012 6:52 am

Denys wrote:Now plugin only for J 2.5. Please update your Joomla to 2.5
Don't you think that you should mention that in plugin's official page in Joomla? http://extensions.joomla.org/extensions ... mages/7894

petrhk
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Apr 14, 2012 11:27 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by petrhk » Sat Apr 14, 2012 11:33 pm

Hi,
Is it possible to have watermark in gallery? I see watermark in single images, but not when I am using gallery.
Thank you.
Petra

hrmmalaya
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu May 03, 2012 1:25 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by hrmmalaya » Thu May 03, 2012 2:37 pm

hi,
anybody can give me a tutorial / guideline?
tq

michelh91
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri May 04, 2012 9:52 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by michelh91 » Fri May 04, 2012 9:54 pm

Hi, I have a problem with the plugin.
It works perfectly on IE but on Chrome and Firefox it keeps loading while clicking an image and it never appears.

Any clue what is happening?

Thank you

seynsman
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue May 15, 2012 8:51 am

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by seynsman » Tue May 15, 2012 4:29 pm

Hello Denys, JUMultiThumb is a great all-round plugin but the thumbnailing and especially the gallery option slows down my sites to a extend that we receive server load warnings related to the plugin. It seems that no matter what caching option is selected no cache (except for the joomla cache) is being used. (Cache max. age: 99999999 even doesn't help) Is there a setting that I could be overseeing? Is the ImageMagick path important? Enabling or disabling doesn't really change the page loading speed. Other plugins / components don't seem to have this problem, nonetheless I would like to stick with JUMultiThumb unless I can't figure this out.

Joomla! 2.5.4 - PHP 5.2.17

Extra information: Looking at cleanup cache for plg_img_jumultithumb it only states "number of files: 2" "size 30.72 b" but /cache/plg_img_jumultithumb holds lots of files. Still it 'seems' that every time a page is accessed the thumbs are being generated over and over, I don't know what else could explain for the very long page loads. On the other hand, why doesn't anybody seem to be having the same problem? Older installations of JUMultiThumb didn't have this effect I think.

cyan2405
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jun 07, 2012 5:00 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by cyan2405 » Thu Jun 07, 2012 5:08 pm

Hello,
I just began to use JUMultiThumb with Joomla 2.5.4
I set the plugin to be applied only on images using class "juimage".
But I saw in the settings that here are a "juleft" and a "juright" classes in the CSS file and I couldn't use them because when I specified, let say, the "juleft" class for my image, the image was not resized and there was no thumbnail made anymore.
I would like to be able to resize automatically the image and create a thumbnail, while being able to choose if both will be floating left or right. Is it possible ?
Thanks for your help.

adoniskeris
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Jun 19, 2012 7:41 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by adoniskeris » Tue Jun 19, 2012 7:50 pm

First of all, thanks for this great plugin!!!!

I have a conflict situation between JUMultiThumb and google map. Trying to insert image into information pop up, the map collapses completely. when I remove the image and leave the text, the map appears normal. The support of youtheme told me this:
it seems that a third party plugin injects some code.

class=" juimg-article" class=" juimg-article"

are added to the json options this is what breaks the code.
So, i deactivated the JUMultiThumb plugin an my problem has gone.

Do you have any solution?

Thanks!

HaTeFuLL
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jun 28, 2012 10:22 am

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by HaTeFuLL » Thu Jun 28, 2012 10:28 am

Hi First it is a nice plugin like its features
But I have a problem with it. I get this notice everywhere in my site. How do I fix this ?
I am using j!2.5.6 & JUMultithumb 4.0.10
Ekran Alıntısı.JPG

JFDV
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu May 31, 2012 3:26 pm

Problem after deinstall

Post by JFDV » Tue Jul 03, 2012 7:41 am

Hello,

I have a problem:

After deinstalling there is still a Button under my editor named "PLG_JUMULTITHUMB - COM_PLUGINS_GALLERY_FIELDSET_LABEL"

How can I delete this button? I'm running the newest Version of Joomla and the Plugin.

Thx...

renkom
Joomla! Apprentice
Joomla! Apprentice
Posts: 30
Joined: Sat Dec 27, 2008 4:52 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by renkom » Tue Jul 03, 2012 8:11 am

uninstall the button (the button is a separate plugin) in the extension manager

JFDV
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu May 31, 2012 3:26 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by JFDV » Tue Jul 03, 2012 11:05 am

renkom wrote:uninstall the button (the button is a separate plugin) in the extension manager
Thx! ;)

nutella
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Dec 13, 2010 4:06 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by nutella » Tue Jul 10, 2012 1:26 pm

Hello,

i am using JUMultiThumb 4.0.10 and it is a great plugin. One question i have.

At a featured article there is a option to "Display image without introtext". Is it possible to display a bit (aprox. 200 characters) of introtext. Not just all or nothing of the introtext

Kind Regards
nutella

pastilha3001
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jul 12, 2012 4:04 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by pastilha3001 » Fri Jul 13, 2012 9:22 am

I'm using JUMultiThumb. It is a great plugin. However i have a problem, to witch I request your assitance.
When alighing a single image to left, the text is just to image despite having created a right margin in the normal joomla image editor. How can i configure a right margin for exemple 25px to separate text?.

eUncle
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Jul 19, 2012 8:35 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by eUncle » Thu Jul 19, 2012 8:38 pm

I've installed the plugin and tested it:
All Images in each article are replaced by a thumbnail: Perfect!
But: If I click on any Thumbnail, I want see the lightbox here.

Now it's this way: I click on a thumbnail, article is opened, click on that thumbnail, lightbox.
I want: Click on thumbnail -> lightbox

How can I change that?



Thanks a lot!

eUncle
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Jul 19, 2012 8:35 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by eUncle » Sat Jul 21, 2012 1:40 pm

I mean: I don't want in the blog view a link from a image to the article and than a link from the image to the lightbox.
I want to click on any image in the blog and the lightbox should be opened...

slippynuxx
Joomla! Apprentice
Joomla! Apprentice
Posts: 21
Joined: Tue Dec 02, 2008 3:12 am

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by slippynuxx » Tue Jul 24, 2012 3:18 pm

Is there a way to exclude certan extensions like sigplus because it JuMutliThumb resizes sigplus images in articles?

Archy108
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon Mar 05, 2012 7:21 pm

Re: JUMultiThumb 4.0.6 - best plugin for resize image in art

Post by Archy108 » Tue Jul 31, 2012 12:08 pm

Why JUMT is not working in subcategory? How can I fix that?


Locked

Return to “Extensions for Joomla! 2.5”