Quote:
Originally Posted by Logician
Firstly it looks like a great hack so thank you for sharing with the community! 
|
Thanks.
Quote:
Originally Posted by Logician
As you know digichat has 2 kind of installation: You can install it to your server and you can use their server. I wonder if your hack supports the chat rooms that are hosted in digichat servers too?
|
Yes, you can. The config file supports internal and external chat siteIDs.
Quote:
Originally Posted by Logician
Also as far as I can see, the hack assumes you don't already have any user profile fields while creating hack profile fields but what if you already have some? Is it possible to rename hack fields "field1" "field2" etc.?
|
This topic is a little bit more tricky. Rather then creating new database tables, i used the user profile fields called custom fields. If you have only chat fields to add, then i suggest in my hack to rename "Additional information" to "Chat Profile". If not just add the new chat profile fields and you decide which of them should be visible in the members info page or not. By doing it that way i stick to the forum guidelines to have all information on one profile page and on one members info page. Otherwise you would have multiple config pages which would confuse a lot of people.
And the clue of this: It is all done if XML. So if you look into the template you will see how i check for each condition in the profile. So you can rename each field to whatever you want as long as you change the condition in the profile template as well for chat profile settings. Any other setting is not affected.
Quote:
Originally Posted by Logician
And a small typo in chatconfig.php: 'englisch.lang' is I guess 'english.lang'
:-)
|
Upps. German way. Sorry for that. Will fix that in the next update of the ZIP file. Thanks for pointing that out.
Cheers,