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

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 1071 guests and 77 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.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
mzgrafx Extensions(0) | Reviews(1) | Favourites(0)
CPanel Mail
 Great Mod, February 20, 2007

Great mod for accessing the CPanel Mail. As previously mentioned, it would be great if there was a way to auto create the accounts in cpanel from joomla. I modified this mod so that you can give it a module class.

Add the following to the mod_cpanel_mail.xml

after :




and add the following to the mod_cpanel_mail.php
after line 14 $o = $params->get( 'orientation', ''); // orientation vertical or horizontal:

$moduleclass_sfx = $params->get('moduleclass_sfx');


for horizontal then change the following:
echo "";

to:
echo "";


for vertical then change the following:
echo "";

to:
echo "";