Change chat window size

Change chat window size

by Paulo Felisbino -
Number of replies: 1

Hi,

How can i change the chat window size?

Hugs

Average of ratings: -
In reply to Paulo Felisbino

Re: Change chat window size

by brami petluri -

Hi Paulo Felisbino,

By editing moodle core code, you can achieve it. Go to " mod\chat\view.php".
In that view.php file, search lines like:

echo $OUTPUT->action_link($chattarget, $strenterchat, new popup_action('click', $chattarget, "chat$course->id$chat->id$groupparam", array

('height' => 500, 'width' => 700)));

Edit height and width as per your requirement.

 

Regards

Brami