Support Joomla!
Search: Advanced Search
Serving 3329 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1523 guests and 75 members online
Joomla! Extensions Directory feed - RSS 0.91

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.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
sayuro Extensions(0) | Reviews(2) | Favourites(0)
WysiwygPro 3, advanced WYSIWYG editor
 Not work with Opera, January 1, 2008

WysiwygPro 3, advanced WYSIWYG editor On it's demo webpage, tried to open it with Opera 9 and simply don't open with a message "Try a supported browser"...
For a paid solution, it's very limited.

Simple Image Gallery (in content items)
 Great!, December 31, 2007

Simple Image Gallery (in content items) I've installed and start to use so easy that it amazed me!
Do everything it says, is simple, easy to use and light.

To improve the bot, who needs the gallery on multi-lingual site, you can edit the files:
/yoursitepath/mambots/content/plugin_jw_sig.php: line 70
#else {$html .= ''.$images[$a]['filename'].'';}
This line shows the image filename. I just deleted this one, because this name can be anything that a "dumb" user may not know.
One more thing here, I wrote the image counting ("Image # of ##") here on PHP, because I can't translate it on slimbox.js. I've add:
$html .= _IMAGE.' '.($a+1).' '._OF.' '.$noimage;
** The _IMAGE and _OF are set on your site languages.

On the file:
/yoursitepath/mambots/content/plugin_jw_sig/slimbox.js: line 138
#this.number.setHTML((this.images.length == 1) ? '' : 'Image '+(this.activeImage+1)+' of '+this.images.length);
I've just deleted this one too.

Then, to the site languages, by the backend menu:
Site > Language Manager > Site Languages

Add these lines on every language:
/** Simple Image Gallery **/
DEFINE('_IMAGE','Image');
DEFINE('_OF','of');

Thanks for this great bot!