The Joomla! Extensions Directory ™

infoal

Reviews(4)
 
User Article Manager
Works perfectly on 1.7, i was waiting for the 1.7 versions of FUAL, and this component can do the work without problems.
But, due the multilingual features of Joomla 1.7, i'm missing an important detail... there are no option to filter by language.
Owner's reply

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

byinfoal, October 16, 2009
At least! somebody does it! thanks.
Owner's reply

:) I hope you enjoy this plugin :) and to send bug reports to the support forum.

Thanks!

byinfoal, June 17, 2009
Excellent component!!

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
mavik Thumbnails
If your images have then extension in uppercase, for example image.JPG instead of image.jpg, then, the plugin doesn't 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!!!
Owner's reply

Thanks, it's fixed in current version.