infoal
But, due the multilingual features of Joomla 1.7, i'm missing an important detail... there are no option to filter by language.
Glad things are working for you. I'll see if I can add a language filter for the next release - it's another feature of Joomla 1.7 that needs incorporating. Best Regards
:) I hope you enjoy this plugin :) and to send bug reports to the support forum.
Thanks!
Only one thing....
I wish I could decide which of the effects that use the component to change the image. All effects are very good except when you use a color for the transition. It is elegant display the color purple, yellow, ... to change the picture.
Does get some version that allows you to control that? May I answer as I am anxious to use your component but without the color image transition.
Thanks for your great work
To solve this, you need to change 2 lines of code in the plugin.
You need to open the file /plugins/content/mavikthumbnails.php with the eXtplorer, and modify the lines 169 and 189, this is the code that you need to change:
switch ($ext)
change to
switch (strtolower($ext))
then save and then bug was solved!
Thanks to share!!!
Thanks, it's fixed in current version.

