Support Joomla!
Search: Advanced Search
Serving 3347 extensions to the community. Last updated on July 4.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 446 guests and 25 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.
saurabhg10 Extensions(0) | Reviews(2) | Favourites(0)
joomlaXplorer
 Excellent Component, March 13, 2008

joomlaXplorer I think JoomlaXplorer is an excellent component and a must have for every Joomla! installation. It makes file management a breeze. There are a few bugs here and there, but nothing a seasoned programmer can't fix.

One major issue is the webroot backtracking that happens. Found a solution on the web to fix the site root access to users on shared hosts problem:

Modify the following lines in the file {site root directory}/administrator/components/com_joomlaxplorer/.config/conf.php

else {
$GLOBALS["home_dir"] = $dir_above;
// the url corresponding with the home directory: (no trailing ‘/’)
$GLOBALS["home_url"] = substr( $mosConfig_live_site, 0, strrpos($mosConfig_live_site, ‘/’));
}

to the following…

else {
$GLOBALS["home_dir"] = $mosConfig_absolute_path;
// the url corresponding with the home directory: (no trailing ‘/’)
$GLOBALS["home_url"] = $mosConfig_live_site;
}

This will fix the security hole with JoomlaXPlorer, and allow users only to access folders in their own joomla installation, allthough you should also chown and chmod the conf.php file to an administrator account to prevent users from modifying it.

Cheers to the programmers for this wonderful component :)

Frontpage Pro 1.2
 Very promising, September 28, 2007
2 of 2 people find this review helpful:

Frontpage Pro 1.2 A very promising extension. Though it needs a more robust Admin Panel with more features and customisations.

What I would really like to see is the option to select multiple content sections that can be listed. For eg. the newest article in the Sections "NEWS", "FAQs" etc. can be listed on the frontpage.

Also more templates will be welcome.