WickedShell / echelon

http://echelon.bigbrotherbot.net
14 stars 7 forks source link

Chatlog Rows #9

Open FrikFry opened 13 years ago

FrikFry commented 13 years ago

The chatlogs page and the clientdetails chatlogs do not have any ability to see beyond the initial amount displayed. IE, I believe they should have navigation buttons that allow mutliple pages of data to be accessed.

I'm not sure if this is a bug in the code or something that was intended by eire.

WickedShell commented 13 years ago

may have been inteded by erie, but theres no reason why you wouldn't want to be able to read more pages.

You said you had made a change to get the chatlogs page working at all?

FrikFry commented 13 years ago

I didn't have to change anything on the chatlog page to get it working. I had to manually add the chats_table_1, chats_name_1, rows and so on to the MySQL database. I believe the issue is on line 433 of the chatlogs class.php page. That function is calling editSettings from the dbl-class.php file, which apparently is having an issue adding the rows to the table.

IMO, it would be better to simply store the chatlog information in a new field in the ech_games table.

WickedShell commented 13 years ago

I'm reopening this as this is a bug, and the ability to view multiple pages in chatlog is required.