Chat - adding features - helpppppppppp

Chat - adding features - helpppppppppp

Napisane bez: Jennifer Burke ()
Liczba ôdpowiedzi: 2
Can anyone tell me how i add a button to the chat module. Is this possible. It is not apparent when you are using the chat that you just hit enter after your typed in text to submit your text. I have been asked to see if i can either add a button or whether i can add some text to the chat module to explain how to work it.

I am one of the administrators on the moodle site in DCU and i need to know if this is possible before i waste anymore valuable time on this.
Kind regards
Jenn
W ôdpowiedzi na Jennifer Burke

Re: Chat - adding features - helpppppppppp

Napisane bez: Hans Hoelzel ()
hi!!

you can do that. to add a button is a bit tricky but you can add a line of text below the textfield thast easier:
1) open file "moodle\mod\chat\gui_header_js\chatinput.php" in a texteditor
2) scroll to the end of the file
3) here you will find the following code:
<?php helpbutton("chatting", get_string............?>
</form>
4) insert the following line of code before "</form>
5) should look something like that:
<?php helbutton("chatting......?>
<br><font size=2>hit enter to send your message</font>
</form>

hope this helps