leandrosalvador

Reviews(6)
 
byleandrosalvador, September 4, 2009
Camp26 Super Carousel Banner
Unhappiness this extension didn't worked properly to me. I spent over one hour trying to configure it properly, but OR I didn't discover "the point", OR it has to grow up a few yet to be well recomended by me. It has lots of effects and speedies, very customizable... but it simply didn't do the job: to show banners by a reasonable and presentable way.
byleandrosalvador, September 4, 2009
Banner Slider
In less than 90 seconds this extension was properly working on my site, doing exactly what it intends to do! Great job!
byleandrosalvador, August 28, 2009
GCalendar
If you would like to improve your Joomla site with a very well done Calendar extension, based in what nowadays there is of better in web Calendar solution (the Google Calendar), so GCalendar does the job easily e charmful. There are basically two view modes: the "GCalendar" and the "Google [Calendar]"; they are vere similar, but the second one is even better than the first. Enjoy it!
byleandrosalvador, August 28, 2009
Fabrik
It's a very smart extension. With just some time (maybe some hours) investing in to understand the principles of how Fabrik works, is possible to develop very good applications (form based, in my case), updating directly a database table exportable to CSV files... in resume: a good choice for those who needs complex forms in Joomla.
byleandrosalvador, August 28, 2009
RokBridge
It's a very well done extension, which does what it try to do. One tip: in the field "phpBB3 path", don't start the path with "/", neither finish it with "/". In my case only the following path was enough: phpBB3
byleandrosalvador, February 4, 2008
AJAX Shoutbox
This is an excellent module! But it has a little bug, easily fixed. Just follow these instrucitons to do it...

For the problem showing text in the wrong (UTF-8) character set, you can make some changes in the file /modules/mod_shoutbox.php.

Search for "function jal_addData(" and after " $jal_user_text = substr($jal_user_text,0,500);
" add this:

$jal_user_text = mb_convert_encoding($jal_user_text, "ISO-8859-1", "UTF-8");

if your encoding is ISO-8859-1 or change it according to yours.