Currently there is no way to access the history via the web ui. You can query the sqlite database where the chat history is stored (fop2settings.db in /usr/local/fop2). Example
cd /usr/local/fop2
sqlite3 fop2settings.db "select * from chatlog"
There is a chat history interface for admin users (having all permissions). You just need to enable to save transcripts in /usr/local/fop2/fop2.cfg as mentioned on my first reply. Web interface for chat transcripts is done and available.
Comments
Currently there is no way to access the history via the web ui. You can query the sqlite database where the chat history is stored (fop2settings.db in /usr/local/fop2). Example
Best regards,