Module to Joomla 1.5 RC4

A meet-and-greet for our aspiring developers looking for like minded souls to share inspiring ideas and concepts related to Joomla! development. Discuss your apps, gather your team, and get ready to code!

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
Muneo
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Fri Aug 19, 2005 3:02 am
Location: Brazil
Contact:

Module to Joomla 1.5 RC4

Post by Muneo » Mon Dec 31, 2007 4:03 pm

Hi... I need help...  :-\
My old module to Joomla 1.5 RC3 doesn't work in Joomla 1.5 rc4!
http://extensions.joomla.org/component/ ... Itemid,35/

Some problems:
1) When I install, none tmpl is associated with module.

Code: Select all

$layout = $params->get('layout');
require(JModuleHelper::getLayoutPath('mod_weblinks_suite', $layout));

Layout comes from xml and default is accordion, but it isn't associated!!!

2) JHTMLselect::option doesn' t exist...

I need documentation to see the modification in this version of Joomla...
Thank you
Jorge Muneo Nakagawa
http://muneo.joanopolis.com.br

Post Reply