08-26-2018, 10:46 PM
Try the new file (in this forum thread or the mybb mods site), these problems are fixed. No need to refresh page now, the PMs will refresh every second (live conversation).
For sent message box i'm not sure, it depends on theme, you must go to the "conversation_page" template and edit the element text color, for black you turn :
to :
For sent message box i'm not sure, it depends on theme, you must go to the "conversation_page" template and edit the element text color, for black you turn :
Code:
<div id="sent-modal" style="display:none;width: inherit;padding:40px 60px;font-size:20px;">
Code:
<div id="sent-modal" style="display:none;width: inherit;padding:40px 60px;font-size:20px;color:black;">