Support Joomla!
Search: Advanced Search
Serving 3867 extensions to the community. Last updated on October 16.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 470 guests and 25 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


mbrando Extensions(0) | Reviews(4) | Favourites(0)
Table manager
 Very Nice, June 25, 2008

Table manager Hi,

I wish I found this tools a few month ago. While it could use better documentation, if you look around and dig a bit you will what you need to get this working. It would be nice if there was a JS tag editor for those Items that that allow formating. It would also be really nice if you could reference data for images and URL's from column data in the field for linked text or image display.

Even with those wish list items. This is a very useful tool that allows you to create links to tables and include tables in your content.

Mike

ChronoForms
 Excellent choice for large or small jobs, May 1, 2008
0 of 1 people find this review helpful:

ChronoForms Hi,


I've used a few other form tools and this one makes Joomla forms that work. It is very flexible. I like that is does not try to provide a form creation tool and relies on my providing code.

Mike

EasySQL for Joomla1.5, if you without phpMyAdmin
 great tool, April 23, 2008
0 of 1 people find this review helpful:

EasySQL for Joomla1.5, if you without phpMyAdmin I this tool is really easy to install and use. I had trouble with data fields that content lists with returns in them like:

path=1
user=3
cont=4

and so on. The "to CSV" button did not use a text delimiter to contain field data like this. So I modified line 125 in admin.easysql.php to read:

$csv_values .= '"'.$val.'"'.$comma;

it was:

$csv_values .= $val.$comma;

Great Component.

Multithumb
 Very cool add-on, February 16, 2007
1 of 1 people find this review helpful:

Multithumb Hi,

Very cool addon. It pretty much worked out of the box sort of speak. I'm using version 1.1 and had only one issue. The lightbox close button was not showing up. I had to manually edit:
/mambots/content/multithumb/lightbox/css/lightbox.css

This is the of code I modified on line #70.

#imageData #bottomNavClose{ height: 40px; width: 66px; float: right; padding-bottom: 0.7em; background: url(../images/closelabel.gif) no-repeat;}

I added:
height: 40px;
background: url(../images/closelabel.gif) no-repeat;

to the style.

Now it shows the close button.

Mike