|
|||
|
I think we are almost there
![]() The block is showing up now the details and we are happy with it! But there is still one little 'problem'. By clicking the chatlink a window opens inside our phpnuke site and if we click again... the only thing that happens is the same window (with the chatlink page) opens inside but the chat can not be activated... We tried it with explorer and Netscape without any difference. Maybe it is a better idea to let the chat opens in a new window, seperate from the the site or...? Can we do something change in the block script? ??? Maybe it has to do with a chat-mac 'conflict' and PC users don't have this problem. If you like to check: www.spiricom.net/andes/index.php The chatblock is on the left (last one) Thanks, Immanuel |
|
|||
|
find the script:
Code:
window.open('modules.php?name=<? echo $module_name; ?>&op=chat', '_123flashchat', 'HEIGHT=476,resizable=yes,WIDTH=634');
Code:
window.open('modules.php?name=<? echo $module_name; ?>&op=chat', '_blank, 'HEIGHT=476,resizable=yes,WIDTH=634');
it will open the chat in a new window, I don't recommend you do that, because one username can only login 1 chat window, the second windows will kick the first window offline if you login with the same username and password. |
|
|||
|
Okay Daniel, I understand!
Is there an other possibility to use the chat, because now we can't open it via the phpnukesite... Do you have problems with enter the chat by PC? I can't check it because of my Mac. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|