![]() |
Quote:
you want to install now DigiChat ? So you have no license at the moment and you would like to buy one ? Cheers, |
Quote:
I will be following up with you just as soon as I have purchased DigiChat. Or maybe my server will contact you or post here too. Thanks for your help. One last thing, given how very important the chat component is to the forum, is there any way to make the link to DigiChat MORE prominent? |
Quote:
first of all i recommend that you contact Flatliner ( see this thread above ) and ask him for the current DigiChat offers. Perhaps he can offer you a good price. Second you could create something like my portal. I have pointed the chat 3 times out including a small screenshot on my portal. You can see it on http://www.LoveTalks.de/ . Another option is to create a complete new subdomain like http://chat.yourdomain.com which is a link to a subfolder where you place a single index.php file and include your chat.php file. Just some ideas for your consideration. Cheers, |
Quote:
|
I modified the chatconfig.php to the language of my choice, but I keep getting the german language!!
After further testing, I found that the problem happens only with guests, members and admins log in OK with the right language setting, but guests always login using the german language. |
Ok, I just found the problem, it's in the "chat_start_guest" template...it's missed up, so many things are hard-coded instead of using the variables.
I hope you can fix it. Thanks. |
Quote:
i am sorry if you are having trouble with this. I will fix everything but the people have to tell me where the problem is, so i can fix it. Cheers, |
Hi Pseudomizer,
Thanks for the script, I wonder no body complained but me :). Anyhow, here are couple of places that I came cross that need changing: Place#1: Template: chat_start_guest Change: Code:
document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://213.133.110.20/DigiChat/DigiClasses/' "); Code:
document.writeln("<APPLET NAME='DigiChat' CODEBASE='http://$CHAT_SERVER/DigiChat/DigiClasses/' "); Change: Code:
document.write(" <PARAM NAME=HttpServlet VALUE='http://213.133.110.20:8080/servlet/HttpTunnelingServlet'>"); Code:
document.write(" <PARAM NAME=HttpServlet VALUE='http://$CHATSERVER:$CHAT_FW_PORT/servlet/HttpTunnelingServlet'>"); Code:
document.write(" <PARAM NAME=siteID VALUE=1000>"); Code:
document.write(" <PARAM NAME=siteID VALUE=$CHAT_SITEID>"); Code:
document.write(" <PARAM NAME=language VALUE='german.lang'>"); Code:
document.write(" <PARAM NAME=language VALUE='$CHAT_LANG'>"); Place#2: In file: chatlauncher.php Change: Code:
document.write(\" <PARAM NAME=HttpServlet VALUE='http://213.133.110.20:8080/servlet/HttpTunnelingServlet'>\"); Code:
document.write(\" <PARAM NAME=HttpServlet VALUE='http://$CHAT_SERVER/servlet/HttpTunnelingServlet'>\"); Place#3: Menu Items in many templates Could you please provide the html files you have put there? For example this: Code:
document.write(" <PARAM NAME=MenuLocation1 VALUE=http://www.lovetalks.de/emoticons.html>"); Thanks a lot. R.L. :) |
Hi,
this is more then i thought but good work. *thumbs up* Regarding your question for the HTML files: they will not help you at all because you can define whatever you want for your emoticons. They will never match and you will never have the exact same emoticons. The HTML file is a plain table with: smilie.gif replacementword smilie2.gif replacement etc. But i will take some time to integrate your fixes into the ZIP file. Thanks for pointing them out. Cheers, |
Firstly it looks like a great hack so thank you for sharing with the community! :)
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? 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.? And a small typo in chatconfig.php: 'englisch.lang' is I guess 'english.lang' :-) |
All times are GMT. The time now is 01:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|