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
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.


