meinhard benn
Member since: 09 January 2008
Posts: 2
|
Monday 14 April 2008 2:32:13 am
I have installed ezchat via SVN and now I am a little lost. I cleared all caches and I see the extension enabled in Setup / Extensions. But I can not see any of the ezchat content classes in the Create here drop down menu. I am logged in as admin, so it should not be a permission issue. Am I missing something?
By the way, the FAQ link in INSTALL to http://projects.ez.no/ezchat/forum/faq gives me a 404.
Great to see your efforts to integrate AJAX Chat into eZ. I chose AJAX Chat for an eZ project and was just scratching my head on how to connect the user managements when I found your extension. ;-)
Meinhard.
|
|
Xavier Gouley
Member since: 08 February 2008
Posts: 12
|
Tuesday 15 April 2008 8:59:01 am
Hi,
Thanks to test this extension! It seems you have needs with Ajax chat on ezpublish, and I will enjoy you feedback to me missing functionalities to improove ezChat soon.
Today, this extension is in alpha state, I have not yet implemented classes. I will explain to you how to make one simply:
The main think that I bring in this extension is not a class but a datatype, so make your own class, with all you need, and the ezChatroom datatype. Create also some contents :) One content means one chatroom.
In the datatype, you can fix some parameters (name of the channel for example).
In your template, just call magic {attribute_view_gui}, and the chat will appear...
Other functionnality is the basic chatroom, called with a classic module (/ezchat/chatroom) : these rooms are configured in ini files.
For first release, I will add some classes examples, and fix the FAQ link...
Thanks, do not hesitate if you have other questions :)
|
|