Skip to Content Skip to Menu

experimental release 2 for Joomla 1.5 native

  • darb
  • darb
  • OFFLINE
  • Posts: 65
  • Thanks: 0
  • Karma: 2
16 years 1 month ago #71236 by darb
Nice !! I have not see this but will test within some days..maybe you should show this more and also show it up on JED ? so you got more people to test it..

One thing is that you could put in the Module Parameters for a "Module Class Suffix" so its easy to modified the modules for the templates settings.

rgds

Post edited by: darb, at: 2008/08/14 10:27

Please Log in or Create an account to join the conversation.

  • darb
  • darb
  • OFFLINE
  • Posts: 65
  • Thanks: 0
  • Karma: 2
16 years 1 month ago #71330 by darb
Maybe you can use this for your modules...

open 'mod_modulename.xml' and insert between '<params>'

[code:1]<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />[/code:1]

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #71331 by slabbi
Its already there (in mod_uddeim and mod_uddeim_mailbox)???

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • darb
  • darb
  • OFFLINE
  • Posts: 65
  • Thanks: 0
  • Karma: 2
16 years 1 month ago #71332 by darb
hmm I see that

[code:1]<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
[/code:1]

but not work for me.. hmmmm the parameters dont show up..

Post edited by: darb, at: 2008/08/15 09:34

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #71333 by slabbi
You are right.

They show up in Joomla 1.0 but not in 1.5...
Maybe an issue with the J15.XML file?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
16 years 1 month ago #71335 by slabbi
I have found the problem.

It seems that J1.5 wants to read the *.XML file for the parameters instead of the *.J15.XML file.
Since the *.XML file is not copied during install, this file is missing.

Now I changed *.J15.XML, so that the *.XML file is also copied (added to the "filename" section). I wonder why modules from other components do not have the same problem? Either these components have the same problem or they do not use any parameters?!?

Really strange.

Until a new package is available just copy the missing XML file into the module directory or change following lines in J15.XML:

[code:1] <files>
<filename module="mod_uddeim_mailbox">mod_uddeim_mailbox.php</filename>
<filename>mod_uddeim_mailbox.xml</filename>
</files>
[/code:1]

or

[code:1] <files>
<filename module="mod_uddeim">mod_uddeim.php</filename>
<filename>mod_uddeim.xml</filename>
<filename>mod_uddeim/mail.gif</filename>
<filename>mod_uddeim/users.gif</filename>
<filename>mod_uddeim/close.gif</filename>
<filename>mod_uddeim/domLib.js</filename>
<filename>mod_uddeim/domTT.js</filename>
<filename>mod_uddeim/domTT_drag.js</filename>
<filename>mod_uddeim/popup.css</filename>
<filename>mod_uddeim/popupex.css</filename>
</files>
[/code:1]

Post edited by: slabbi, at: 2008/08/15 10:20

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum