Help
Suggest features for the ArrowChat software
User avatar
abirato
Customer
 
Posts: 6
Joined: 19 Oct 2014, 17:38

 

by abirato 24 Oct 2014, 11:37

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.
User avatar
nudrica
Free
 
Posts: 1
Joined: 21 Jul 2014, 03:20

 

by nudrica 10 Feb 2015, 02:47

Have the same problem - can this be changed in the code somewhere?
User avatar
MLda.
Customer
 
Posts: 1
Joined: 13 Oct 2014, 08:17

 

by MLda. 19 May 2015, 02:42

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
User avatar
Zamora
Customer
 
Posts: 7
Joined: 29 Dec 2014, 14:18

 

by Zamora 20 May 2015, 01:11

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 ;)