[TYPO3-dev] new extension: vx_xajax_shoutbox

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Mon Jul 17 23:03:49 CEST 2006


Thomas Mammitzsch wrote:
> hi!
> 
> i just want to announce that i released a shoutbox based on the xaJax
> library. Maybe someone need it for a community site or something.
> 
> Features: templateable, support for smilies, JS notification for new
> messages
> 
> its the first release, so if you find any bugs, please tell me.
> Documentation follows...
> 
> 
> regards, Thomas

Hi Thomas,

I enjoy to see the first extension in TER build upon xaJax( apart from the
xaJax Tutor). I also like your coding style, which comes close to my vision
of modern coding I started to describe in:

<http://typo3.org/documentation/document-library/extension-manuals/lib/current/>
(The second part about the controllers is not up to date)

I didn't install it yet, but I observe this points in the code:

<http://typo3.org/typo3temp/tx_terfe/t3xcontentcache/v/x/vx_xajax_shoutbox-0.0.1-pi1__static__setup__txt>

** I guess it should be a USER_IN object:

**  _CSS_DEFAULT_STYLE =  ...

Inline CSS. I would put it into a file and include the file in the header
like you do it with the generated javascript. Configurable path via TS setup.
 <http://typo3.org/extensions/repository/search/vx_xajax_shoutbox/0.0.1/details/>

TER doesn't show dependency from xajax. Either you need to add it in
ext_emconf.php or TER has a little bug.

Regards

Elmar













More information about the TYPO3-dev mailing list