1
I've adapted a shoutbox module to my own needs.
Altough I deleted some options, I think it's a step forward since it now uses ajax for posting and refreshing the shouts.
(still bw compatible for browsers w/o javascript)
Before I do code optimizing, I would like some testing and review on the changes.
The module i used is:
le="color: #000000"><?php $modversion['name'] = _MI_SHOUTBOX_NAME; $modversion['version'] = '5.0alpha'; $modversion['description'] = _MI_SHOUTBOX_DESC; $modversion['credits'] = "The XOOPS Project"; $modversion['license'] = "GPL see LICENSE"; $modversion['official'] = 0; $modversion['image'] = "images/module_logo.png"; $modversion['dirname'] = "shoutbox"; $modversion['author'] = 'xuups, tank (refer to readme_archive for previous developer info)'
So...where can i upload "my" module for testing?