Did anyone try to integrate AJAX Chat - on open source chat application - into an exisiting cake project? like a community site or a forum?
i found out that there are several custom chat mods available for it (like phpBB etc), but i coudn't quite figure out how to configure for cake settings (session handling, auto-login for members etc) there should be only 3 files to mess with: - lib/class/CustomAjaxChat.php - lib/custom.php (for session) - lib/template/loggedOut.html and of course - lib/config.php (where all database vars have then to be set to null - for some reason) for the session integration i would import a modified version of what is described here: http://bakery.cakephp.org/articles/view/using-cake-sessions-outside-of-cake the CustomAjaxChat.php file though is way more complicated to deal with... any help would be greatly appreciated or do you know any chats that are closer the cake framework? as far as integrated solutions are concerned?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
