Page 1 of 1

longer chat history

PostPosted: 24 Oct 2014, 11:37
by abirato
I would like to see user configurable chat history.

Apparently there are only 30 lines now, with a settable number of hours.

There isn't much point in setting the hours if it's limited to 30 lines.

Re: longer chat history

PostPosted: 10 Feb 2015, 02:47
by nudrica
Have the same problem - can this be changed in the code somewhere?

Re: longer chat history

PostPosted: 19 May 2015, 02:42
by MLda.
Hi abirato and nudrica. We have the same problem and we believe it's a bug... Visit this link to see if you have the same issue at the same conditions: tracker.php?p=1&t=446

Re: longer chat history

PostPosted: 20 May 2015, 01:11
by Zamora
Its no bug, its a feature ;)

Go to includes/json/receive/receive_chatroom_room.php

In the section
// ################### START CHATROOM HISTORY RECEIVE ####################
you will find a sql-statement.
And there is the magic line with LIMIT 30.

Just edit to a value you want, so more lines are fetched or delete this line.
If you delete this line, only the setable number of hours are used and the complete history of this time is loaded.

This magic line is line# 322 in version 1.8.3, so nearly at the end of the script ;)