Multithumb Image Plugin For Joomla New Version 2 0
Multithumb Image Plugin For Joomla New Version 2 0
html
Kreacom.dk
Main menu
Multithumb image plugin for
Home
Optool
Joomla
Joomla
Feedback Many popup types, gallery, watermarks and much more!
Multithumb, as well as my
Joomla other free addons, is by
Multithumb and Joomla 1.5?
and large unsupported.
Mambots
Sunday, June 22 What this means is that
Components although I read all mails, I
Cleanup of garbage code no longer useful or needed in Joomla 1.5 has simply don't have the
taken longer than anticipated, but I actually just sent the first release to capacity to reply to them
Search testing outside this house. I want to have the worst bugs corrected all.
search... before making it publicly available. However, I can now promise to have
Support questions should
the first alpha release ready for download within 4 days.
instead go to the
appropriate Joomla forum
And I mean it! :-)
where other users can
benefit from the replies.
In the meantime, perhaps I should explain why it is so difficult to get the
When time comes, I will
time for developing Joomla extensions nowadays.
make a forum here also.
Before the license change (or enforcement of it) last year, I had Thank you for
commercial plans with Joomla. I spent a lot of time developing my understanding!
commercial addons, and my free products were a spinoff of this
development.
However, the addons I worked on are simply not suitable for GPL, so I
Global ARM
abandoned all commercial Joomla work. Hence, there is no spinoff
Training
anymore and I only work with Joomla occasionally.
7 year track record
ARM7/9, ARM11,
And never with J1.5 - except for converting my plugins :-)
Cortex-M
www.doulos.com
Multithumb is a multi-purpose image plugin for Joomla that can automatically create thumbnails and popups of the original images
the full-size images or add a watermark to them. It can even scramble the images names so that people cannot guess their origina
locations.
Embedded Tools
for ARM
For articles shown in blog mode, it can create a link from the first image to the full article for better user navigation.
IDE, compiler,
debugger,
It can also create a simple photo gallery from any folder by just including one of the images from emulator
the folder and give it the descriptio
"mt_gallery" (or using the new tagging feature). flash programmer,
phototype boards
Multithumb works with both normal images and {mosimage} images. www.armkits.com
See the examples and how-to's below for inspiration and instructions!
FudanTech-Embedded
System
Processing images takes time! AT91RM9200
Embedded
Please note that when you use Multihumb for the first time on a given page, the server has to process
Development Kit all the images which might
some time. This especially applies if you use the gallery function. Perfect and Low Cost
www.fudantech.com/english.asp
This processing can lead to various server errors. If the error text says something about memory size, try increasing PHP's me
using the backend option "PHP memory limit".
Embedded Linux
If the server complains about timeout, change the maximum execution time using the similar named option. Try for example wi
Expertise
seconds. Kernel, device driver
and platform
These settings are only effective if PHP safe mode is off! Hardware and
software assistance
Another remedy is to simply reload the page one or more times. For every reload Multithumb will process more images. When al
www.mpc-data.co.uk/embedded-linux/
processed, the page will load normally.
Note that some changes in the backend options might trigger a new image processing cycle. This is also the case if you deliberat
image cache by using the option "Clear cache on next page load".
1 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
CM-X270 Linux
NEW VERSION 2.0 Board
Multithumb 2.0 is more versatile than ever. In fact, it is probably one of the most versatile and advanced mambots ever PXA270,
written.2700G,
Remember, this is
"just" a mambot, but it has capabilities you would expect only from full-blown components. 512MB Flash, 4 USB
PCI,
Many of the new features are ideas and requests from users, like watermarks, resizing of full images, auto-galleries with Ethernet,
image Touch and link
descriptions
to main article. Screen, IDE
www.compulab.co.il
Furthermore Multithumb 1.1 is much more configurable than before, and the layout of the admin interface is improved.
Please note that some of the default values has changed, so take a look at the mambot admin and see if the values are as you want them. You will
want to this anyway because of the many new options!
2 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Now in version 1.02 there is a new option: "Apply only to tagged content" which means that Multithumb will only process pages containing the
tag. The tag can be anywhere in the content, but it is more effective if you put it in the beginning.
First select the desired thumbnail size and popup type in the backend, such as lightbox. Then include the image in the
editor in any way you like: directly with the editor's image icon or indirectly with the {mosimage} tag. Note that the
image will not be thumbnailed when you look at it in the content. This is normal, but you can resize the image in the
editor by dragging the corners if it bothers you. This will not affect the final result.
If you give the image a description (alt text) this will be used as the image title.
Below is shown how the image to the right is made with {mosimage}. Simple thumbnail and
popup example
3 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Multithumb now supports six different popup types. For those called something with 'box', Multithumb uses third-party javascript libraries and style
sheets. For information, bug reports and suggestions regarding the popup scripts themselves, please navigate to their respective homepages using
the links below.
Normal popup
This is more or less a plain old popup with the image opened in a new window, adjusted to fit the image
Lightbox
A slick and very popular popup style nowadays. Not all browers will show Lightbox correctly.
Slimbox
A lightweight variant of Lightbox. Looks the same but uses another set of libraries.
Lightbox and Slimbox are mutually exclusive - they cannot be used on the same page at the same time! (But no problem with different pages
on the same site)
Greybox
A somewhat different approach to the same idea as Lightbox. Many people find it very nice.
Thickbox
Yet another lightbox variant. Thickbox requires that your page has a valid DOCTYPE.
Thumbnail expansion
Not really a popup. The thumbnail "expands" when clicked on, displaying the full image directly in content. Not very useful for photo galleries,
but good for images that illustrate the accompanying text.
Important note
The box popups can be tricky. They make heavy use of complicated javascript and DHTML, and are very fragile. Just a single line of innocent
looking javascript code can break them totally.
Greybox won't work with <body onload="somecodehere;">. Instead you must use another construction: <script>AJS.AEV(window, 'load',
function() {somecodehere;});</script>. OpenComment will break Greybox because of this, but I have made a fix.
Lightbox, Slimbox and Thickbox are mutually exclusive. They cannot be used on the same page without interfering with each other.
Normally that is not a problem but it means that I cannot show examples with Slimbox and Lightbox on this page. You can use the different box
popups on different pages on the same site without problems.
The box popups can sometimes also interfere with other scripts on the site and refuse to work. If so, see if one of the other variants will work.
For questions and support, please go to the box popups' respective homepages!!!
Image sets
Image sets are groups of related images linked together, making a kind of gallery. Follow the instructions for Simple thumbnail and popup above
for each image, but give every image in the set the same description (alt text) which will then be the name of the gallery. This works for lightbox,
slimbox and greybox popups.
Multithumb 2.0 is pretty advanced when it comes to creating thumbnails. I the backend you can specify the width and height of thumbnails, but the
resulting thumbnail can vary a lot depending on how you handle the thumbnail proportions.
Lets say you want to make thumbnails from 800 x 600 images, but you want 200 x 200 thumbnails. Obviously you can't just reduce the image to
make it fit perfectly into a square, so then what? WithMultithumb 2.0 you can choose between:
4 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
The image will be reduced until it "fits over" the square. The shortest side is now 200. The surplus parts of the longest side will be cut away.
Fill out with background
Like best fit, but instead of constraining the thumbnail size, the thumbnail is fill out with the selected background color.
Stretch, distort proportions
The image will be reduced and squeezed into the 200 x 200 frame. Depending on the subject, this might look good or bad.
If you set only one side, the other side will be set accordingly, keeping proportions. In this case it often looks better to just set a height (leaving the
width empty) as this will give a nice thumbnail flow if you have images in both landscape and portrait orientation.
Here are different thumbnail sizes using best fit. I have chosen Greybox to group them together. Note that the full sizes are the same.
Here is the same image with 120 x 120 thumbnails, but using different proportions.
Yet another option in Multithumb 2.0 is manual thumbnails. If you want total control of the thumbnails, you can create them yourself! Just create an
image with the same name as the original image, but with .thumb stuffed in and put it in the same location. For example, for the image
my_nice_pic.jpg the thumbnail should be called my_nice_pic.thumb.jpg. Always use lowecase for the thumb part.
The thumbnail image should have the same proportions as the final thumbnail, but it can be an advantage to make it bigger (full size). Then you can
always change the thumbnail size in the backend without having to recreate the manual thumbnails. But of course, you can also make it the final size
from the beginning, like 75 x 75. Just never make it smaller, or it will not work at all, and don't make it just a bit bigger or the image will look blurry.
Make it exactly the same size or at least twice as big.
Manual thumbnails are especially well suited for artists who wants full control of their thumbnails without missing any of Multithumb's unique
features. These examles is from Natascha Roeoesli's personal artwork site where you can see more great examples of manual thumbnails.
Resizing images
You can resize the full images with the backend options "Full width" and "Full height". Also make sure "Resize images" is checked. Select what to do
if the original and resized images have different proportions with the option "Full-size image proportions". The principles for resizing is just like
describe for Thumbnail sizes and proportions.
If you set one of the dimensions to zero, the image will be constrained only by the other side. For example, setting the height to 200 and width to 0
will make all images 200px high, adjusting the width accordingly. This is often the setting that looks best, because it creates a nice imaginary line
between each image in a slideshow instead of making the images dance up and down.
Tip: You can opt to have the size relative to the user's screen size. If you set the height to 50%, a 1024 X 768 screen will get images 384 px high,
whereas as 1400 x 1050 screen will get images with a height of 525 px. But remember that for each resolution, a copy of the image will be created on
the server.
These images are made from the same original photo, but
their sizes are set differently. Click on them to see the
effect.
5 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Using watermarks
All the pictures on this page are watermarked with Multithumb. Let's now see how you do it.
First create the watermark file using your favorite image tool. Two watermark types are supported: true alpha blended PNG images and plain PNG,
JPG or GIF files where you manually select the transparent color.
You will get the best result with real alpha blending as this allows for anti aliasing (which in the transparent color mode often will look bad). Make
sure the background is a transparent layer and make the blending of the foreground layer say 25%. This will create a nice discrete watermark.
It is not difficicult to create a true transparent PNG image, but it is beyond the scope of this tutorial to tell you how. However, here is an
easy-to-follow guide using a free image program.
The other option is to create a plain image with a given background (usually black). Then, in the backend, specify the transparant color in hex form,
like #000000 for black. Also set the transparency level of the watermark. The background will be totally transparent, so the the transparency level
refers to the foreground of the image. Experiment with different levels.
Save the watermark file in any image folder and write the path to it in the option "Watermark file". By setting the left and top positions of the
watermark you can move it around on the main image. Use negative values to position relative to the opposite side. Leave a value empty to center
the watermark by that dimension.
Hint: make the watermark as small as possible to contain the text or logo, as this allows for the most versatile positioning on the main image.
There is one caveat with watermarks you should now or you might get confused. If you change the watermark postion or the watermark file
itself, you should clear the cache (using "Clear cache on next page load" in the backend) or you will not see the changes. This is because the files
are cached for effectivity.
If you need a simple watermark to play with, you can steal mine. Right click on the link and select "Save link target" or whatever it is called in your
browser. The image looks empty - it's because it's transparent!
With Multithumb you can create simple galleries automatically by adding just one image from a given folder. Add the image you want to be the first in
the gallery as described in Simple thumbnail and popup. Then prefix the description (alt text) with mt_gallery: (including the colon), for example
mt_gallery:Images from Italy. This will tell Multithumb to create a gallery named "Images from Italy" with all the images in the folder. Make sure
you have set the wanted popup style in the backend (lightbox, slimbox or greybox).
Now tell how many thumbnails you want to show for the gallery in the content using the option "Max. thumbnails in image sets". If you don't have too
many images, you can select "All".
Finally specify how many thumbs across you want in the gallery by using the option "Number of gallery columns". For example, if you have chosen to
show 9 thumbnails and set the number of columns to 3, the thumbnails will have a 3 x 3 layout.
With Multithumb 2.0 you can also add descriptions to the individual images in the gallery. If Multithumb finds a file with same name as the galleri
6 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
start image , but ending with .txt, it will use the images and descriptions for those images, and in the set order.
For example, let's say you initiate the gallery by adding the image img_005.jpg. Give it the alt text "mt_gallery:My Gallery" to tell Multithumb it's a
gallery. Then create a text file called img_005.jpg.txt and add the individual files and descriptions like this:
When Multithumb encounters image img_005.jpg, it will find the description file img_005.jpg.txt, load it and start the gallery. It is important to use
the same character case as the image file name. Calling it IMG_005.JPG.TXT will fail. Note that .txt must always be lowercase no matter the
case of the filename.
Below is shown how I created the gallery in the "More demos" section at the bottom of the page.
Creating an
automatic gallery
You may have noticed the various thumbnail sizes, border options and other settings that vary on this page. That is due to a completely new and
extremely strong feature in Multithumb 2.0 - parameter overriding.
The options you set in the mambot's backend work globally in Joomla. If you change the thumbnail size, all thumbnails on all pages will reflect the
new values. This is often how you want it to work, but not always. You might need a different look and feel on some pages, and that is very easy with
Multithumb 2.0.
All parameters can be overriden with the construction {multithumb parameter1=value1 parameter2=value2 ... }
For example, this will change the thumbnail size and disable captions and watermarks for images following the override:
{multithumb thumb_width=150 thumb_height=100 caption_pos=disabled watermark=0}
Images before the override are not affected. The override will last until the end of the current page, or until you change it again with another override.
So by adding several overrides in the content, you have a very high degree of control.
The first option will just restore that value, like {multithumb thumb_width=default thumb_height=default}
Whereas the second option will restore all values to the default settings from the backend.
To make parameter overriding even easier, I have created this online tool to create the tags and parameters for you.
This tool will ensure that you use the correct syntax when overriding settings.
Language packs
7 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
With Multithumb 2.0 you don't have to fiddle with the source code to implement a new frontend language for Lightbox popups. An important new
feature is installable language packs which means that you can install several languages for Multithumb which will then follow the language setting in
the Global Configuration. You can also override the language choice by using the backend option "Language override for Multithumb".
1. It is easy to create a language pack. Start with downloading the English language pack. Note that this pack is not needed in itself as English is
the default language for Multithumb, but it's a good basis for new languages.
2. Make a new version of the small icons prevlabel.gif, nextlabel.gif and closelabel.gif. Underline the character you wish to use as a shortcuts for
previous, next and close, like "p", "n" and "xoc". Note that you can have more than one character for a shortcut: in this example pressing "x",
"o" or "c" will close the lightbox.
3. Edit the language definition file called lang.js in which you define the navigation keys and the text to use for "image x of y".
4. Update the xml file multithumb_english.xml and replace all occurenses of english with the name of the new language.
5. Rename multithumb_english.xml and multithumb_english.php to multithumb_<language>.xml and multithumb_<language>.php
6. Finally zip all the files into a zip file called multithumb_<language>.zip, keeping the correct folder structure.
7. Now you can install the language pack like any other mambot, using menu item Installers > Mambots.
8. Please send the final language pack to me so other users can download it!
FAQ
[Read this first in case of problems!]
Many times problems are caused by people having code from Lightthumb in the index.php file. You can easily test that by opening the page source
in your browser and search for the word "lightthumb". If these lines are present, you must remove them from your template index.php.
You just insert any picture in the content you are working with. You can work with normal images put directly in content, or with {mosimage}
images. See the section Simple thumbnail and popup.
Note: It is important that Multithumb comes before MosImage in the mambot list.
Yes, just make sure the option "Handle normal images or {mosimage}" is set to Both. If you only want it to work with {mosimage}, select
{mosimage} only. Or Normal pictures only if you don't want it to process {mosimage} tags.
Yes, you can make them smaller for your convenience. It does not affect the size in the frontend.
If you want to change the size of the resulting images or the thumbnails, go to the mambot backend and change the appropriate options. See the
section Resing images and Setting the thumbnail size.
If only want Multithumb to work on a few pages, select "Apply only to content with {multithumb}". Then insert the {multithumb} tag
somewhere on these pages.
If only want Multithumb to work on most but not all pages, select "Exclude pages with {nomultithumb}". Then insert the {nomultithumb}
tag somewhere on the pages you don't want do include.
If you want to use Multithumb only in certain categories, list these categories in the field "Only in these categories". Put a semicolon
between each category (no spaces!). Example: news;tech;gallery
If you want to use Multithumb in all but a few categories, list these categories in the field "NOT in these categories". Put a semicolon
between each category (no spaces!). Example: intro;business
If you want it to work on just a few images on a given page, but not the rest, use the option "Apply only to these classes" and write the
class name or names you want it to process. Separate more class names with space.
8 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Finally, you can tell Multithumb to ignore individual images by prefixing the alt text with "mt_ignore:". Example: "mt_ignore:this is is the
real alt text". This also works with {mosimage}
You can mix the different popup methods by adding a prefix to the description (alt text), thus overriding the default popup style.
mt_none:
No popup
mt_popup:
Normal popup
mt_lightbox:
Lightbox popup
mt_expand:
Thumbnail expansion
mt_ignore:
This will let the image pass unprocessed
With Multithumb 2.0 you can also use parameter override , like {multithumb popup_type=greybox}
Just include any image from the folder you wish to base the gallery on. Then give the image the description (alt text) mt_gallery. This tells
Multithumb to create the gallery. Please note that if you have many pictures in the folder, it might take quite some time to generate the
thumbnails the first time you view the page. Afterwards, it will load fine.
You can name the gallery by using the form mt_gallery:gallery name. Then the gallery name will show up in the lightbox popups. (Not in
normal popups). Remember to put a gallery name after the colon or it might not work!
By using the option "Number of gallery columns" you can select how many thumbs across you want.
If you have many pictures but only want to show one or a few of them as thumbs, go to the mambot interface and select a value for "max.
lightbox thumbnails". For example, you might have 25 pictures in the gallery, but you only want to show thumbs for the first three. When people
click on of the three thumbs, they will still be presented with the full gallery!
Note that the galleri function works best with lightbox, slimbox and greybox popups, but it can also be fine with normal popup.
[I have both portrait and landscape thumbnails and the gallery does not look pretty!]
Insert this style declaration in the field called CSS styling in the admin interface for Multithumb:
td.multithumb {
text-align:center;
vertical-align: middle;
padding: 5px !important;
}
[How do I put some vertical space between the icons in the gallery?]
See the faq entry above, "I have both portrait and landscape thumbnails and the gallery does not look pretty!"
You give the images the same description (alt text). For example, images with the desciption "my holiday" will show up in the same lightbox set.
9 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
This means that people will be able to browse the pictures in the set by pressing Next and Prev. See the section Image sets .
[My page looks strange. Some elements are on top of the lightbox!]
The problem is caused by flash content not obeying the so-called z-index. If you are tech minded, here is some info.
Multithumb uses this Lightbox library so please follow the link for more info.
Go to the field "CSS styling" and change the styles for div.mtCapStyle (means Multithumb Caption Style). For example, to change the color of the
caption text to red, use font: red;
Multithumb 2.0 has a 2px black border by default. If you don't want that, go to the field "CSS styling" in the backend. Setting the border style to
none will remove the borders:
They probably just need to be refreshed. Please select the backend option "Clear cache on next page load".
[There is no popup. I just get the image in its original size when I click on it]
Your template index.php is probably missing the mosShowHead() call in the header part.
If it's missing, please include this piece of code in the header between the <head> and </head> tags:
Alternatively, the index.php might include this line which is an older way of doing it (and still valid):
Another reason could be that you have enabled caching in Joomla. It this case the backend menu item System > Clean all caches will probably
help. Also make sure to clean the browsers cache!
Try inserting this line in the top of multithumb.php just after <?php :
ini_set("memory_limit","32M");
10 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
You should always give the images a meaningful description, also called alternative text, or just alt text. If people have chosen not to display
images for some reason, the description will be used instead. It also allows people with reading disabilities to make a text reader "read" the
images for them.
The description is not the same as the title attribute, although some editors incorrectly apply the description to the title attribute. The title is the
small popup text you will see if you hold the mouse pointer over the images.
Multithumb use the description to mark the images. For example, to tell it that a given image is a lightbox popup regardless of the default setting,
prefix the description with mt_lightbox: including the colon. For example, the full desciption would be mt_lightbox:real caption here.
I used a new really amazing mambot, yet to be released! It is based on the moshide mambot.
If you want Multithumb to process {mosimage} tags, you must make it appear before MosImage in the mambot list.
Build 3 is a maintenance release that fixes a problem with various warning messages sometimes showing up on the page. Also fixed a problem
with small images, like emoticons, sometimes getting upsized. Please download the new build. No new features are added.
If you have problems with build 3, you can always try one of the previous versions:
Language packs
Language packs are installed like normal mambots! The only difference is that they work even if unpublished. So in order to deactivate a language
pack, you must uninstall it.
Danish
Polish
Russian
German
French
Spanish
Italian
Swedish
Dutch
Croatian
Support Multithumb!
Multithumb has taken a lot of time to develop. Really a lot! You can support further development by making a small donation. Select a fixed amount
from the drop down list below or choose one of the 'other' options, where you can donate any amount you like.
11 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
More demos
Click on these images!
Normal popup
Thumbnail expansion
12 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Comments
If you have comments, feel free to use the form below.
The comments are not for support questions or other issues that require a reply - they will simply be
ignored!
Write Comment
Name: Guest
Title:
BBCode:
Comment:
S en d
Comments
I was a bit quick posting below, the version installed was of course
ver. 2.0 beta 1, build 3
13 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Lighbox of Multithumb is used in Joomla content. But it is running automatically or it must config manual?
guys I don't think that official multithumb is still avaible for joomla 1.5 ...
Marco
Any ideas?
I need 1 images in 300*300 and next 5 images in 50*50 .. how can do this ?
Congratulations!
Written by Guest on 2008-06-13 21:49:05
Good work with the plugin, one of the best. I`ll make a review on my Technology News website. Keep it up!
Hi, I've installed multithumb 2.0 beta build1 on my joomla 1.5.3. I read the configurtation carefully and published multithumb as well as I checked
the default configuration without changing it. After inserting an image (with the TMEditor), i've inserted in the description mt_lightbox: and the
normal description. Then I inserted another image with TMEditor without any special tagging. Now: both of them do not invoke multitabs
capabilites, nothing happens. I do not have installed Mosimages. Is this maybe the problem? Any help? Thanx in advance.
i try 2 hours every version of paths fpr the watermark.png. nothing works. How i can solve this problem and find the correct path?
Michael
GERMANY
Manual en español
Written by Guest on 2008-06-12 04:01:02
Alguien tiene algun manual de creacion de una galeria con este plugin pero en español para joomla 1.5
14 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Quien me ayuda
Written by Guest on 2008-06-12 03:58:22
Esta genial pero no se como usar este plugin, alguien podria dar las indicaciones de como crear la galeria en joomla 1.5 en español, gracias
I've converted the Moshide mambot to work natively with Joomla! 1.5.x.
Download moshide here.
Enjoy.
Surrey Realtor
yeaaa!!!
Written by Guest on 2008-06-11 13:32:16
That is such a great news man!!! I can't wait for your new version!!!
Marco
Great Work
Written by Guest on 2008-06-10 22:22:59
Simply Superb
Written by Guest on 2008-06-10 22:20:19
PHP FAQ
As it says above. I Can't wait for a joomla 1.5 verson. I have so many jobs on hold waiting for this. lol
Great work, we can't wait for the first 1.5 release. A donation will be coming your way.
Heeelp!!
Written by Guest on 2008-05-31 01:19:54
15 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Im trying to use the Override default values.. and i cant make it work!!! I've already put the {multithumb popup_type=greybox} before the or i
Why Virtuemart
Written by Guest on 2008-05-27 08:15:58
Virtuemart creates it´s own thumbnails. why would you need this
Like a lot of people I would like to get it to work with VirtueMart. Is this going to be possible soon?
Multithumb version for Joomla 1.5? If not we need to look elsewere. A public answer would be appreciated.
16 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
when
Written by Guest on 2008-05-26 01:53:56
where ...
Written by Guest on 2008-05-23 14:33:48
problem
"automatic gallery" dosn't work, if the parameter "Apply only to these image CSS classes" is set
solution
multithumb.php, row 163:
change
"if($botMtGlobals['only_classes'])"
in
"if($botMtGlobals['only_classes'] && strchr ( $botMtGlobals['only_classes'], ':' ))"
stefan
hi
multithumb images are not called here, therefore this are not deleted
Can u tell me the snippet to delete this images from multithumb/images and multithumb/thumbs
The newest version of multithumb is than ready to act with fireboard 1.0.4
//Delete attachments
if ($dellattach)
{
$database->setQuery('SELECT filelocation FROM #__fb_attachments WHERE mesid IN (' . $children . ')');
$fileList = $database->loadObjectList();
if (count($fileList) > 0)
{
foreach ($fileList as $fl) {
unlink ($fl->filelocation);
}
17 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Your images gallery are nice but I would like to see some scrollable from left to right and vice versa, click-able by buton on sides or by detecting
position of mouse pointer.
Like rokflow by RocketTechnik, did you saw it?
the option "automatic gallery" dosn't work, if the parameter "Apply only to these image CSS classes" is set. otherwise it work fine.
thanks, stefan
still in problem
Written by Guest on 2008-05-14 00:08:10
Guys try to use this temporary plugin it's working (lightbox - not)
http://rapidshare.com/files/105905477/plg_multithumb.zip.html
Firt of all, I'd like to congratulate you for this great extension! It really automates many of the processes that a simple user would never know how
to do, and leaves the admiistrator free for doing other things. It helped me a lot in delivering sites with less day-a-day support.
1st: It doesn't works with BMP images. I dont know if the server doesn't have the required libraries or what, but it doesn't resizes ou show bitmap
images, they like blank. And when i download the files that Multithumb generated from bmps, they have nothing in.
2nd: It makes small images bigger! When you have, for example, an 300x300 images, if the thumbnails OR the full images are set to any size
bigger than this (horizontal or vertical) (well, at least the full image will be set this way always) like 720w, Multithumb scales up the image, and it
looks very jerky.
The sollution would be an option for scaling OR NOT images smaler than the size set to show.
Thanks,
Patitas
Guys try to use this temporary plugin it's working (lightbox - not)
http://rapidshare.com/files/105905477/plg_multithumb.zip.html
Really the best image manager (plugin) for Joomla! from long time ago! but... Now I need to upgrae to Joomla! 1.5.3 and can not be do it till
Multithumb will be available for Joomla! 1.5.x versions!.
The original timming was "A good guestimate will be sometime in april." ...I hope 2008!
18 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
This timming is alredy overdue!... There is an other dead date fixed to have it available? (if it should be not so far!... I should wait to switch the
sites to Joomla! 1.5.3.
Thanks in advance for your answer and my congratulations for this fantastic extension.
Rgrds,
GammX1
Multithumb was the one thing that kept us on 1.0, but as May arrived we ditched Joomla 1.0 and went with 1.5. Now we can't wait for Multithumb
for 1.5
Please?
1.5
Written by Guest on 2008-05-07 01:14:46
I've built my new website, but I can't use it until multithumb for 1.5 is working, oh how I miss it
Joomla should have this built in ... its the perfect image software!
ligthbox
Written by Guest on 2008-05-02 11:59:32
In the template I used the lightbox only showed the pic in new window, I switched to slimbox and it worked.
Looking forward
Written by Guest on 2008-04-30 20:21:29
Perfect
Written by Guest on 2008-04-28 17:11:01
19 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
yes, im using b 1 bulid 3. is there the column feature not working in this version?
only_these_classes
Written by Guest on 2008-04-24 20:22:51
Therefore the feature to only use only with defined classes is not working (as far as I can tell).
congratulations
Written by Guest on 2008-04-24 10:05:09
Hi
first i have to thank you for this great mambot an ive benn working with it a lot of times.
on the website galerie thomas bäni i want to create two columns for images. but ist just wont work. please someone help me!
thank you
Good Mambot
Written by Guest on 2008-04-24 00:11:07
Integrate in compoent?
Written by Guest on 2008-04-22 14:00:55
I'm trying to integrate Lightbox to my own compoent. I hope someone can help me here:
http://forum.joomla.org/viewtopic.php?f=41&t=286359
emo
Written by Guest on 2008-04-21 06:46:06
mylesefhttp://www.mylesef.com
Where i can fix this? Anybody can help me? Thanks in advance!
tenks
super
Written by Guest on 2008-04-18 14:12:25
Great mambot!
Written by Guest on 2008-04-18 10:12:51
20 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
My Site/portfolio depends quite heavely on it. The temporary plugin is ok for the moment, but looking forward to the final English 1.5 version.
Thankyou so much for implementing this beautiful mambot. Congrats. Definitely worth a donation
Thanks so much for the temporary plug-in. It would be nice to have it in English and with all of the features, but it will get me by for the time being.
Thanks again, and I'm looking forward to the full 1.5 update.
Congrats :-)
Written by Guest on 2008-04-09 10:33:12
Yeah! Congrats on your Baby birth Thank you so much for this great mambot, and also for keeping us users aware on further J1.5 compat. I
appreciate.
kozaki
why don't you make an english version of it? it works awesome anyway! THANKS SOOOOOOO MUCH!
Working in Joomla 1.5 - Slimbox, Greybox, Thicbox are working Lightbox not
http://rapidshare.com/files/105905477/plg_multithumb.zip.html
great plugin!
Written by Guest on 2008-04-08 09:38:55
It works great!!! Also for IE6...that's just fantastic! Great work! Thanks a lot!
Congrats!!!
Written by Guest on 2008-04-05 15:01:19
Congratulations on the birth of your baby girl. Multithumb is great plugin for Joomla and we will wait a new version for Joomla 1.5.
Best regards,
LatFoto
Help please
Written by Guest on 2008-03-31 04:36:45
21 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
And what is a better and gladly reason to wait for a new version !
Help please
Written by Guest on 2008-03-29 13:04:37
awesome
Written by Guest on 2008-03-26 12:19:33
little problem
Written by Guest on 2008-03-18 19:30:48
Your Plugin is great.I want to center the lightbox vertical and horizontal independent from resolutions in different browsers.Where i can fix this?
Anybody can help me? Thanks in advance!
My Site
Congrats!
Written by Guest on 2008-03-15 04:56:19
Congratulations on the birth of your baby girl. That is very cool, and a good reason to have to wait for multithumb for 1.5. Sure love your plugin!
Ok now it works
Written by Guest on 2008-03-11 15:27:39
"";
with
Code:
"";
webexpertia
Written by Guest on 2008-03-11 15:23:11
Hi
I cannot to be able to make this pluging works in only one content...
Anybody can help me??
Thanks in advance!!!
22 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Congratulations!
Written by Guest on 2008-03-11 14:52:32
Congratulations on the birth of your daughter! As much as I want Multithumb for J1.5 - first things first! I'm happy that it is at least on the
horizon.
very perfect
Written by Guest on 2008-03-11 10:10:34
Nice Mambot
Written by Guest on 2008-03-11 09:58:18
This is a nice mambot but there are conflicts with MOOTOOLS, could U implement LIGHTBOX(with mootools) from phatfusion.net.
Slimbox is not working. In rest I must say that it`s a very good and util BOT
Jaaoo
Written by Guest on 2008-03-06 04:16:19
[]
great script
Written by Guest on 2008-03-02 18:49:33
j15.yantra.biz
Great Mambot!
Written by Guest on 2008-02-29 11:12:31
Thanks for a great mambot, it has really refreshed many of my and my clients sites.
Keep up a good work!
Best regards,
Joomla SEF Development
Please give uns this nice plugin for Joomla 1.5 compatible.
THAKNS THANKS THANKS
question
Written by Guest on 2008-02-28 07:22:41
multithumb run perfectly, but how make 1 image withouth multithumb in a webpage with full multithumb?
23 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Hi,
My site relies heavily on your mambot. Thank you so much for creating it. I hope you can convert it for 1.5. Thank you for your efforts.
Joomla 1.5
Written by Guest on 2008-02-23 16:49:52
Hi. This looks like a great plug in, but as I am using Joomla 1.5 I cannot use it. So just adding support to all those wh want Joomla 1.5 version.
PLEASE!!!!!!!
Cheers
This looks like a really outstanding solution for handling all images...however, it won't work on localhost (links are messed up....the directory is
localhost/images...not localhost/mysite/images)....am I missing something here?
Forgot to mention, I'm using joomla 1.5 and downloaded multithumb 2.0 b3...
Cheers.
How insert usual img tag, that works gallery. rel="lightbox[same alt text]" doesn’t work. My site
I’ve got three joomla websites in three different directories on my root and in this case multithumb doesn’t do it’s work…
24 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Great
Written by Guest on 2008-02-15 13:23:44
this is great, the ultimate bot I ever wanted for my content. thanks.
Joomla 1.5
Written by Guest on 2008-02-13 11:07:30
Hello,
Can anyone send me the German or English Plugin youo mention here.
Thaks
Thanks a lot.
René
god bot
Written by Guest on 2008-02-12 18:44:59
integrated italian
for this Download Multithumb 2.0 beta 1 build 3 ?
hi
Written by Guest on 2008-02-09 15:03:29
Now I use 1.5 and cant use it anymore, one thing about Joomla plugins is, it does not get supported for too long ! Everything is at beta. Please
make a 1.5 version.
25 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
1.5 version
Written by Guest on 2008-02-04 10:19:29
Hej...
Morten
--------------------
Vector Halftone Dots
This works really great, however, the descriptions/title is not quite lined up underneath each thumbnail, any suggestions? Have a look at the link
thanks a lot
Written by Guest on 2008-02-03 11:57:17
1.5 Mod
Written by Guest on 2008-02-02 22:09:03
Hi Mark,
I am also using this great mambot. If you could email me the code I would really like to use it with Joomla 1.5 My email is
abtcwebsite@gmail.com
Thanks so much
Thanks again
1.5 mod
Written by Guest on 2008-01-31 18:58:21
jkolijn @ gmail.com
thx
1.5 mod
Written by Guest on 2008-01-30 21:36:05
26 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
marc,
Thanks, Mark!
Martin
Modded Code
Written by Guest on 2008-01-30 19:48:51
Hi Martin,
Mark
1.5 mod
Written by marlar on 2008-01-30 20:13:07
Hello "Germany"
I can't find the modded code, can you (or someone else) send it to me?
Martin
@ Devs on Kreacom: Really Great Mambot u progged, hope to see a stable 1.5 Version from u soon. while awaiting it ill use the mod.
Cool
Written by Guest on 2008-01-25 09:58:51
100x
Great!!!
Written by Guest on 2008-01-23 15:40:31
Is it possible to integrate to integrate outside jombla? just like an art gallery runing itself?
Thanks!
27 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Great work
Written by Guest on 2008-01-18 08:19:04
I am absolutely amazed at how well you have documented this product. This is quite a powerful bot and I appreciate your time and effort to support
it.
hjghjghjh
Written by Guest on 2008-01-18 01:00:46
hgjghjhjgghj
I had a strange problem with multithumb beta 2.0 beta 1 build 3. Where I used Category blog view with some images in intro text. The symptoms
where that the first mosimage on the introtext of each entry did not pop-up, but rather linked to the start page of the site (www.site.com/). The
latter mosimage tags worked as they should.
The solution was that I had in the "content" section of "global configiration" "Read More Link:" set to HIDE. So multithumb tried to use the first
mosimage as link, but things got broken as it was not allowed to.
Hope someone else saves the approx. 5 hours I spent on the problem.
LJ
Is there a way to disable multithumb for a single image ? either if i choose both mode in where does the mambot works?
Great JOB!!
Written by Guest on 2008-01-10 08:58:11
I'm using it at: Sklep Kaspersky Antywirus , Wdrozenia CDN Optima XL and at Systemy zarzadzania firma. It works just perfectly!
Thanks for the Multithumb mambot, I am using it on my zapper site with great success. You can see Multithumb on the zapper instructions page,
mosHide is used on the RMA request page.
Multitab
Written by Guest on 2008-01-28 12:55:05
Seems that when mambot is used it gives problems when you also have the Slideshow Frontpage installed (not sure if it was 'published' or not) I
just deinstalled it.
It worked in FF, however in IE6, the clicking the close button, it genereated a error message (line 185, char 4, index.php...) and you couldn't close
it anymore.
Also, to my regrets, only the slimbox is working, nothing of the other methodes..
Perhaps it has something to do with the template I'm using, from Yootheme (as this has a built-in LIGHTBOX feature) I don't know...
Dreadzone...
28 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
PS: Using joomla 1.0.13 and the latest version of Multithum (2.0)
If someone wants more info: PM on joomla forum, my username is dreadzone.
Watermark...full path
Written by Guest on 2008-01-08 17:37:25
great tool!!
I can't let the watermark work correct....what is ment with the "full path"??
Question
Written by Guest on 2008-01-07 20:29:22
I have 1 question. How can I unstall it on the site without joomla cms. Such as UsaWebFreebies.com
Great Mambot
Written by Guest on 2008-01-05 19:12:17
Thank You ,
Andrzej
Good
Written by Guest on 2008-01-04 19:23:57
JPG
Written by Guest on 2008-01-03 10:42:05
--------------------------------------------------------------------------------
Happy New Year for all
I install multithumb but when i open my website and any page on it i got an error "Multithumb found error on this page, PNG/JPEG is not supported
on this server" eventhough the pic are displayed and multithumb works, but always i got this error for PNG and JPEG pictures.
Thank You,
Joelle
JPG
Written by Guest on 2008-01-03 10:42:05
29 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Thank You,
Joelle
YEAHHHH
Written by Guest on 2008-01-01 17:22:30
Firts of all a happy new year. I stumbled across your tool through a hint for integration thumbnails in my content. So I installed your tool and......
Content that already contains pictures ar now showing an empty browser window????
As soon I disable the mambot, the page loads fine. So, what am I doing wrong here?
I have to say that I am an absolute beginner and that I have close to "0" knowledge for PHp or script. So I have to use tools that are "bullet" proof
and I just have to "click and use" So maybe this tool is too complicated for me?
Andreas
Great stuff but we need a beta version for 1.5 for new planned sites running 1.5 in 2008 Or has anyone got this to work on 1.5 need to know what
to hack.
Browser problem?
Written by Guest on 2007-12-28 10:11:33
This is really a great mambot. I had only a little problem with the online overwriting parameter tool. It does not work neither with Opera, nor with
Internet Explorer, only with FireFox. But it works now. thanks.
Hi,
First I have to say, multithumb rules
I met only one small probelm. When tehre are small images (smaller then thumbnail size), it is not proccessed at all, means, not even float left
etc is added to picture.
Splendido
Written by Guest on 2007-12-11 17:37:00
Grazie !
Marco Di Nicola
30 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Amazing
Written by Guest on 2007-12-11 17:36:42
Absolutely amazing mambot. Donation sent. Can't wait for a 1.5 version.
Great job!
Written by Guest on 2007-12-11 08:02:31
You did a great job. Thanx so much. Just at the moment I was looking for a thing like that Shure you will receive a donation from me.
Greeting from Germany
Renate
Hello there,
First of all thanks for this great tool, but now I need some help.
How can I give to thumb image a margin, because is suraunded by text..
Thanks.
Thanks!!
Written by Guest on 2007-12-04 10:11:16
The reflect class does not work under the latest release of Firefox (2.0.0.10). That was working under 2.0.0.9 version. Any idea?
Luc
raugh motion?
Written by Guest on 2007-11-30 10:36:07
Hi,
when I check th demos on this webpage, I see that the motion(animation of opening the original size) is quite raugh and not smooth. Is there a
way, how to make it smoother?
superb..
Written by Guest on 2007-11-28 18:54:38
Great bot! How do I disable it so that he images in module positions are not affect by multithumb?
Resize
Written by Guest on 2007-11-25 22:38:18
Hello there,
I made a gallery of 9 pictures and want to resize them as described above. I selected the background option "resize" and entered values for width
and heigt. Unless the pictures in my gallery do not become smaller. why/
regards
31 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Very nice!!!
Written by Guest on 2007-11-22 01:37:43
Hello,
Thanks for this great tool, which we integrated in our site on www.Onrust-Yacht-Charters.com ! I hope there will be some way of being able to use
it from within Virtuemart (product details) as well.
Hi guys
Can anyone one help me one Auto gallery function, I can't figure it out how to write the tag to creat the gallery some thing like "Demo gallery using
the auto gallery function: the one above....
thanks
I downloaded the rapidshare file listed below, and first got an error installing because the images for slimbox weren't included in the zip file. I
copied those images into the slimbox/css folder from the version on this site, re-zipped it, and installed without any problem...
Of course, everything is in polish, including all the parameter settings in the plugin interface, but it does seem to be working as expected so far.
Hope there's an english version of this in the works... I don't know how to read polish.
A work of Art
Written by Guest on 2007-11-18 22:34:47
Yes!
Amazing!
Tried this mambot out and works a treat.
As yet, I have not encountered any of the above problems.
Maybe I'm just lucky, but I like to think it's because I read the instructions first.
I just wish that 50% who posted support related questions on here had done, especially the part about.................
[size=5]Support questions will not be answered[/size]
SUPER BOT =)
Written by Guest on 2007-11-11 15:27:00
32 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
I tried the version on rapidshare but that one gave an error during install as files were missign from that zip. I then took the original plugin and
copied all files in the plg_multithumb.zip over the old files. Then it succesfully installed but at first sight, it's still not working.
Great Mambot
Written by Guest on 2007-11-10 06:03:58
http://rapidshare.com/files/68596273/plg_multithumb.zip
Fantastic tool and it seems to work great on Joomla 1 but please... please let us know when you could get it to work for Joomla 1.5.
Not sure about the Polish forum. You need to register before you can download it and it's probably not fully working as the original.
To all: please donate at least a couple of dollars to this guy when you use the plugin.
If you are looking for this plugin working with Joomla 1.5 look here:
http://forum.joomla.pl/showthread.php?t=12749
This is polish site, this attachment plg_multithumb.zip is Joomla 1.5 native multithumb version.
Great mambot!
And for those who are interested in a simple batch file to create a textfile:
Code:
@echo off
dir /B *.jpg>./temp.txt
set/p FileList=nul
ren temp.txt %FileList%.txt
Usage:
Place the above code in a textfile and rename the text file into something.bat
Place the created .bat file into the directory where your pics are located (not your webserver but your Windows system, pref. XP)
Double click the file and it will create a text file with the name of the jpg that is first in the directory. eg. picture1.jpg.txt
In the textfile will be a list of all the images in the directory. All you need to do is add the description text!
Hope it helps!!
KR,
David
33 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Superb!
Written by Guest on 2007-11-06 19:49:34
strange problem
Written by Guest on 2007-11-04 19:01:03
Hi folks, I have some strange problem. Multithumb work, BUT NOT from the frontpage. Please ckeck out www.outdoor-photography.net/index/.
Below there are 3 photos. If I click on one of them just another explorer site appears. If I click 1st on a link and the on one of the 3 photo´s the
module works!?!?! Crazy huh ??? But what ist the problem ?
Thanx... Deryk
zxzx z
Written by Guest on 2007-11-02 00:49:22
null
hiiiiiiiiiiiiiiiiiii
Written by Guest on 2007-10-31 07:23:54
hi, i have a question, in my site (http://www.review.cl) i have videos and images with link to another pages, when i start multithumb and click in
there open how image, what is the form for dont happend this? thanks and great mambot :D
new ver
Written by Guest on 2007-10-28 13:19:24
Great work!
Tutorial
Written by Guest on 2007-10-20 22:21:11
This looks great - but i'm a beginner on Joomla and would love to know if there was a tutorial that could guide me through using Multithumb?
Thanks
I'm having a few teething issues too, but, since I have some cognitive reasoning abilities, I noticed the GIGANTIC FLASHING MESSAGE telling me
not to post support questions in here, or other issues that require a reply.
So, I proceeded to scroll down and laugh heartily at the people who are asking support questions, and questions that require a reply.
perhaps.. just maybe.. these people are having problems because of their inability to follow instructions.
*sigh*
...humans.
My previous Post
Written by Guest on 2007-10-16 18:28:04
Sorry about the images, but obviously joomla has replaced my written mosimage Tags with the defined mosimages!
34 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
The overriding of variables with { multithumb parameter1=value1} doesn't work on { mosimage} tags. Or am i wrong!?
i tried to use { multithumb thumb_width=150} before a { mosimage} but is was still resized to the default width. However it would be nice if the
mosimage width control in the editor would overrule the multithumb setting!
One of the best tools I've ever used for Joomla. Just what I was looking for.
Dan
www.spkopstal.lu
Joomla 1.5
Written by Guest on 2007-10-10 16:56:07
thans
Multithumb 2.0 beta 1 build 3 confuse parameters "Crop to fit, cutting one side" and "Fill out with background".
{multithumb parameter1=value1 parameter2=value2 ... } don't work right.
"Crop to fit, cutting one side" need parameters "horizontal align" and "vertical align"
I have a problem with my webpage. I have a movil slide menu (user 9 position) and I can´t use Multithumb mambot because not work. Con you
help me? Thanks Please leave a message here o emailme: ea1bfz@gmail.com
I'm using the mambot for a while now, and now upgraded to a newer version, the titles of the images arent showing though, i've turned captions on
and selected "titles".
Hello,
- watermarks: possibility with simple text (HTML) - ex: name of the domain
- blog! mock face smaller than image reduced in article.
35 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Thank you
Problem
Written by Guest on 2007-10-04 04:41:56
if the words too long can i display it in the nxt line ? thanks ...
CHMOD
Written by Guest on 2007-10-03 12:27:50
Suggestion
Written by Guest on 2007-09-29 16:53:12
www.kurageart.eukurageart
Yes Rooney, same Problem. Trying to deactivate it on my frontpage does not work
Hello Marlar,
Corwin
Hi,
I have a problem with the "Disable Multithumb in these categories" feature. I just cannot make it work. Anybody else having this problem?
36 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Rooney
Awsome!!!
Written by Guest on 2007-09-20 15:13:26
Regards, Christian
gefunden habe ich ein mächtiges Instrument mit dem solch vielfältige Möglichkeiten gegeben sind, dass ich mich ganz besonders darüber wundere,
wie leicht ich die vielen Möglichkeiten nutzen kann. Und das ohne Experte zu sein und mit sehr beschränkten Englischkenntnissen.
Die leichte Bedienung bei so fein einstellbaren Optionen, wenn es sein muss für jedes Bild unterschiedlich, ist berauschend und verdient großen
Respekt.
BRAVO !!!
we had a lot of trouble with browser compatibility. but we switched to greybox and made the following changes:
Code:
Code:
.GB_header table {
margin: 0;
width: 96%;
border-collapse: collapse;
}
we had a lot of trouble with browser compatibility. but we switched to greybox and made the following changes:
Code:
37 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Code:
.GB_header table {
margin: 0;
width: 96%;
border-collapse: collapse;
}
Great
Written by Guest on 2007-09-03 18:57:55
Amazing ! After testing various imaging tools, this is the ONLY one that can do what I want.
Keep up the good work, donation is on his way.
Hi,
just want to tell you, that I like your tool very much. The only thing I miss is a possibility to have the generated thumbs displayed in preview, in
case of { mosimage}.
What do i exactly write in the content if i want a gallery from for example the folder /stories/parties ??
Great tool
Written by Guest on 2007-08-27 07:48:21
Just what I needed to make a simple gallery page on my site. Nice work.
Very nice !
Written by Guest on 2007-08-26 11:28:12
How amazing !
Z-index
Written by marlar on 2007-08-24 06:27:17
Such posts are absolutely fine. The key point is: does the post require a reply? If not, go ahead
I know this isnt for support questions, but i'm not sure if i can post a solution to a tiny problem.
For people that have Menu bars or other elements laying on top of the image popups.
Add Z-index:2000 (or even more, if the other css's in your template use higher values) to :
38 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
slimbox.css
Likewise for the other types of thumbnails.
#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
z-index: 2000;
}
To Markus
Written by marlar on 2007-08-21 14:01:30
Markus,
Please no such comments here. If we were to discuss it, the comments would quickly become cluttered.
Or send me a mail!
But this comment system is only for posts that don't require a reply.
Hello everybody,
I want to precise my bug: I set thumb-width and thumb-height to 100. I have a picture on static content site with 232px width and 89px height.
Nothing happens on the site because the image is lower than 100px height. I put in the site a picture with 500px width and 192px height. The result
is that multithumb now reacts an creates an image with a width of 100.
So every picture in my Webspace must be higher than 100px width and 100px height. I hope I could help.
regards
Markus Wortmann
Great feature
Written by Guest on 2007-08-19 13:32:11
Hello everybody,
multithumb is a very great feature. It makes the joomla! world very easier. But I have a bug: the mambot is ignoring the setting for 'Thumbnail
width'. I am not able to set the option in Joomla! 1.0.13.
Regards
Markus Wortmann
Quote:
Unfortunately I found, that the mambot does not work with joomla 1.0.13... is this a known issue already ?
39 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Hi Martin,
Your plugin works great within a Linux-environment ( as i expected !-D ), but within a Windows 2003 webserver ( as you can expect ;-( ) i've got the
following problem :
the created thumbnail-files are build of some numbers, points and the original filename. It can happen that there are 2 following point ( .. ) in the
thumbnail-filename. This results in the windows-environment the error message "The requested resource could not be found." Do you know what
can cause this problem?
Is it possible to prevent these two points by entering some extra info somewhere?
hereby 2 url's with the same working image, only one is renamed:
http://www.gitis.nl/mambots/content/multithumb/thumbs/b.150.100.16777215.0..computerruimte.jpg
http://www.gitis.nl/mambots/content/multithumb/thumbs/b.150.100.16777215.0.computerruimte.jpg
Kind regards,
Mark
Correction in 1.3
Written by Guest on 2007-08-15 09:08:41
Hello,
- bug in the resize section : size must be respected (and instead of or)
L295 : if($alt_filename && ($origw
Stable
Written by marlar on 2007-08-12 08:51:34
Version
Written by Guest on 2007-08-10 15:45:55
I tried multithumb in a complete empty site (no other content, components, mambots or modules installed), after new installation of Joomla
1.0.13
- nothing happens....Multithumb seems to just stay not active, although the mambot is of course published...
greetings,
40 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
Older Version
Written by Guest on 2007-08-06 17:58:40
Support questions
Written by marlar on 2007-08-06 08:14:34
Please note that this comment system is NOT suited for support questions!
Older version
Written by marlar on 2007-08-06 08:11:04
Just a tip for Joomfish users: when using multithumb in a site with Joomfish, you must clear the "Disable Multithumb in these categories" field to
make multithumb load the javascript libraries in other languages. In this particular case, if you want to remove multithumb in any content, follow
the "Overriding default values" section on this page.
Hi Marlar, thanks for all the effort put in Multithumb and other plugins. I just wanted to know is Multithumb2 planned soon for Joomla1.5? Tnx.
Older version
Written by Guest on 2007-07-31 15:29:49
Hi!
im having 2 problems for now.
1) If I give lets say max thumbnail limit of 6 and put 3 columns then if images are lets say 8 then second page is not visible, although, it comes in
slide show but not on pages.
2) No matter what the Scrambled image names function is not working. Its still showing correct path and name of the image.
please help
Hejsa Marlar
Nu fik jeg så brug for din multithumb bot, hvor er den dog dejlig let at bruge , jeg tænke så at jeg lige ville donere et beløb til dig men din paypal
ser ud til at være nede ellers sådan nogte , denne kunne ikke gennemføre betallingen, måske er det mit nye visa kort nå men jeg prøver lige igen.
41 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
To Peter
Written by marlar on 2007-07-27 09:39:24
peter
Written by Guest on 2007-07-26 08:36:28
hello, i'm satisfied with multithumb, 1 problem , the first thumb give no picture,it sends my to a blankpage in my homepage.. the other 14 thumbs
are working fine..
http://www.jakote.nl/
p.mooten@versatel.nl
Please do not send support questions here, They will not be answered.
Thanks!
different titles
Written by Guest on 2007-07-24 20:53:36
first of all: I've tried many likely joomla-plugins and each one has its limitatons. not so multithumb! it has all the features you can imagine - and
works on all systems and browsers! thanks very much!
now my question: is there a possibility to have differen captions for the thumbnail and the large image? maybe use the caption text for describe the
thumbnail and the alt-tag to title the big picture? - and if so how to not loose the gallery-function with more pictures when the alt-tags are different
thanks, christian
Hi,
First, thanks for the mambot, it's so fantastic.
Unfortunately, I'm running into a strange issue when trying to create a gallery.
1) I started the gallery using the file RMNP-1.jpg, and added mt_gallery:RMNP to the alt tag of that first file
2) There are no other files brought in using the Image content previewer of Joomla. The rest of the images are in the same directory, FTP'd there
separately. There are 66 images in that directory.
3) I've added the filename RMNP-1.jpg.txt into that same directory.
The problems: as you can see, the mambot is only showing 44 images. It looks like it's skipping some files. Initially, it was every 2nd file (so 33
thumbs and images showed up). After many many SHIFT-REFRESH tries, the number went up to 44. It seems that I cannot get any more images
to show up even though I've set to show all thumbnails, and increased the timeout to 4 minutes, and increased the memory use to highest in the
mambot preferences panel.
Also, it seems that the mambot is assigning the name RMNP-1 to more than just the image named RMNP-1.jpg (see the alt text mouseovers).
When I asked for captions, all images were captioned with RMNP-1.
You can contact me at krishmandal(at)gmail.com if you want to send a private answer. Thanks.
42 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
memory problem
Written by Guest on 2007-07-23 13:45:45
I like Multithumb. The version 1.1 worked very well on my website http://www.joomlagate.com.
Now, I have Multithumb 2.0 beta 3 on http://www.joomlagate.com. Today when I try to open one article at frontend, it tell me:
Code:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 3283644 bytes) in
/disk1/web/joomlagate/www/mambots/content/multithumb.php on line 364
What is wrong? I remember that I had set the memory usage to 16MB in the parameters of Multithumb.
Thanks.
Hello,
i have a bug width the width limit. i set to 350 and 250 for heigth but some of thumbnails have dimension like 375*250. (16/9 format for exemple).
Does anyboby have this problem with banner for exemple ?
Simply MAGIC!!!
Written by Guest on 2007-07-22 06:39:22
This is one of the best plug-ins for thumbnail and popup manipulation I could ever imagine! Fantastic work, please keep up the good work and
Joomla upgrade support (1.5 and above)
Cheers!
safari
Written by Guest on 2007-07-20 14:50:12
I can confirm that Slimbox and Greybox are working perfectly on Safari .
Apple browsers
Written by Guest on 2007-07-19 21:23:37
Could you please let us know whether this mambot will work on Apple browsers (Safari)
I like the functions and it is working fine on IE6, IE7 and Firefox...
But I don't have any Apple computer for any tests...
Is there anyone who knows any problems with Apple ?! (especially the Lightbox, Slimbox etc...effects)
Greetings, UG
it still cannot process images that have spaces in the name. Its a annoying bug.
walker
Written by Guest on 2007-07-18 14:46:58
Hi!
I like know, how too use this script on simle pictures view?
(http://localhost/joomla/components/com_virtuemart/shop_image/product/578563851019e01264a9b40dcf1c4ab6.jpg
43 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
After trying several image gallery's. This is the best because of the freedom of displaying images. I'm loving it.
I just wanted to say, I just tested this product and I love it so far. It's so flexible and that's what's important.
If there was anything to improve this product, perhaps a readme or instructional PDF would help.
As I mentioned below I used Simple Image Gallery Pro and found that it did not align certain things the way I would have liked and did not always
consistently place the images in the same place.
This however is superb good job!
Gavin.
Hi there,
Just wanted to say, thanks for this tool and I look forward to further developments. I installed and purchased simple image gallery pro, but it
doesn't always function the way I like it to and it does not have individual alt tags either which I don't like.
I like the flexbility demonstrated on this page. I have not yet used it however if I do find it useful I'll definately make a donation. Thanks again and
keep up the good work.
Regards,
Gavin.
thanks
Written by Guest on 2007-07-09 01:12:59
jhon
Written by Guest on 2007-07-03 14:29:19
hi,
Excellent tool, it's just perfect in my pc localhost, but when installed in my host no work.
i just can print the thumbnail but i neet to print the image in the original size. how can i get this?
jjcastillon@gmail.com
hi,
if i enlarge the images and use the right click to print the image.
i just can print the thumbnail but i neet to print the image in the original size. how can i get this?
Shimi
Written by Guest on 2007-07-02 21:24:52
44 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
example:
http://www.alfaholicy.net/content/view/45/9/
i want give text dsadada below thumbs...
please help my email eh69@o2.pl
www.jawal.nl
Written by Guest on 2007-06-29 20:11:17
tried LichtThumb but doesn´t work completely. And multithumbs at once !!! it´s really perfect. Iám gonna donate
wizardTT
Written by Guest on 2007-06-29 14:05:50
Nice work.
Thanks
Thib
Written by Guest on 2007-06-28 18:45:43
I have only one remark: it will be pretty to can constrain image by width or height in percent to display the image in its maximum size without
scrolling bar. (I don't succeed to do this with actual possibilities)
For example, "Full-size width in pixels or percent" will be 98% and "Full-size height in pixels or percent" will be 70% to avoid scrolling. For a
1024*768px screen, the area to display images will be 1004*538px (ie : the ratio W/H is 1.86).
Now if W/H image's ratio is smaller than 1.86 => resize vertically to match the 70% screen height specified
If W/H image's ratio is greater than 1.86 => resize horizontally to match the 98% screen width specified
thib489-NO-@-SPAM-hotmail.com
just great!
Written by Guest on 2007-06-26 12:33:20
mimicom
Written by Guest on 2007-06-24 19:14:00
Hi,
Its simply a great little tool, that does what it says.
A donation is on its way by Paypal, not a big one buck a couple of bucks to show my gratitude.
/Dan Stanley
24bit24bit
whether in the plan the animation is like a slide show this way in the thumbnail?
45 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
jayraj
Written by Guest on 2007-06-16 10:08:14
to:http://forum.joomla.org/index.php/board,41.0.html
Almost Perfect
Written by Guest on 2007-06-10 18:16:03
First I just want to say that this is first time I ever write post about some component/module/bot, normally with compliments. I am using joomla
for a long time on several web sites.
I just want to ask, why, after installing multithumb my site slows down?
Brilliant
Written by Guest on 2007-06-10 14:42:27
Brilliant.
Thanks, exactly what i was looking for, and dead simple after a bit of head scratching ! (Im a noob)
Cheers
Precioso!
Written by Guest on 2007-06-07 05:26:32
Preciosímo trabajo.
Gracias
Irezumi
Great !
Written by Guest on 2007-06-06 22:17:15
Joomla 1.5
Written by marlar on 2007-06-04 12:40:48
Yes, Multithumb will be available for 1.5, but I can't say when
TNX
Written by Guest on 2007-06-04 11:41:39
Thanks.
46 de 47 27/6/08 20:39
Kreacom.dk - Mambots - Multithumb image plugin for Joomla http://www.kreacom.dk/mambots/multithumb.html
hello, first sorry my bad english. How can I put a background-image for all thumbs, no border, like shadow efect?
looks awsome
Written by Guest on 2007-06-02 12:30:11
Great!!!
Written by Guest on 2007-06-02 10:19:05
I like it
Good Work!
Written by Guest on 2007-06-02 09:22:17
The new Version is awesome! But I got some problems with the Yaml Template when I choose Slimbox.
[img width=150 height=128]http://img366.imageshack.us/img366/121/slimboxje4.th.jpg[/img]
Wonderful!
Written by Guest on 2007-06-01 23:01:05
Hi, it seems that i will be the first to write something here. Thanks for all your efforts. I will give version 2.0 Beta a try now.
47 de 47 27/6/08 20:39