D&D Forums - MyBB Plugins & Themes
PM system [Bug Report] - Printable Version

+- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum)
+-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5)
+--- Forum: Free MyBB Plugins (https://developement.design/forum/forumdisplay.php?fid=6)
+---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=13)
+---- Thread: PM system [Bug Report] (/showthread.php?tid=562)



PM system [Bug Report] - Laughing coffin - 08-26-2018

Pm notice wont go away once you read, i even marked as read and no luck
[Image: iUHlbJX.png]

sent message box is kinda meh.
[Image: Za1qEUJ.png]

Page doesnt show the new reply "should show text: test3" doesnt auto refresh.
[Image: qJLYcMo.png]

Great Plugin tho proud of you Smile


RE: PM system [Bug Report] - AmazOuz - 08-26-2018

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 :
Code:
<div id="sent-modal" style="display:none;width: inherit;padding:40px 60px;font-size:20px;">
to :
Code:
<div id="sent-modal" style="display:none;width: inherit;padding:40px 60px;font-size:20px;color:black;">