Improvements to our private messaging system
2 posters
Page 1 of 1
Improvements to our private messaging system
Improvements to our private messaging system |
Dear users, As you may have already noticed, this week we launched a few improvements to our private messaging system, in order to make it more convenient and clearer to use. Indeed, a few operational "quirks" made the system a little difficult to follow. We are therefore happy to present these few small but pleasant changes made in your private message box: 1. The PMs are now grouped by subject: we keep the discussion thread between the same interlocutors and with the same subject title. 2. You can now consult the history of the discussion beyond the first 7 messages: pagination has been added to go back as far as necessary in the discussion. 3. In some versions, a small icon indicates which messages you have already replied to. 4. The message being viewed is clearly indicated in the history (your members will stop wondering why their message appears twice!) To summarize, we now have a real discussion thread per topic, more understandable and more user-friendly! Forumotion users who write a lot of PM will immediately see the positive impact of this optimization. And if you don't quite see what it is about, just trust us: it’s much better now!
Your Forumotion Team |
A Forumotion Important Announcement |
skouliki, SLGray, YoshiGM, cassini, Niko, SarkZKalie, TonnyKamper and like this post
Re: Improvements to our private messaging system
If you have customized the privmsg_topic_review and privmsgs_body templates, prior to this update, please make the following replacements, choosing your version of the forum.
Template : privmsg_topic_review
For all versions, add this code at the end of the privmsg_topic_review template:
To add pagination on the MP page
Template : privmsg_topic_review
For all versions, add this code at the end of the privmsg_topic_review template:
- Code:
<div class="pagination">
{PM_PAGINATION}
</div>
To add the reply indicator and the style of the current message
- Awesomebb:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<!-- BEGIN postrow -->
<div class="block-content">
WITH:- Code:
<!-- BEGIN postrow -->
<div class="block-content{postrow.CURRENT_MSG}">
Template : privmsgs_body
REPLACE THIS CODE:- Code:
<a href="{listrow.U_READ}">
{listrow.SUBJECT}
</a>
WITH:- Code:
<a href="{listrow.U_READ}">
{listrow.MSG_UNANSWERED}
{listrow.SUBJECT}
</a>
- Invision:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<!-- BEGIN postrow -->
<div class="post">
WITH:- Code:
<!-- BEGIN postrow -->
<div class="post{postrow.CURRENT_MSG}">
Template : privmsgs_body
REPLACE THIS CODE:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a> {listrow.L_BY} {listrow.FROM} - {listrow.DATE}
WITH:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.MSG_UNANSWERED}{listrow.SUBJECT}</a> {listrow.L_BY} {listrow.FROM} - {listrow.DATE}
- Mobile Version:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<!-- BEGIN postrow -->
<div class="post-section">
WITH:- Code:
<!-- BEGIN postrow -->
<div class="post-section{postrow.CURRENT_MSG}">
- ModernBB:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<!-- BEGIN postrow -->
<div class="post {postrow.ROW_CLASS}">
WITH:- Code:
<!-- BEGIN postrow -->
<div class="post {postrow.ROW_CLASS}{postrow.CURRENT_MSG}">
Template : privmsgs_body
REPLACE THIS CODE:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a><br />
WITH:- Code:
<a href="{listrow.U_READ}" class="topictitle {listrow.MSG_UNANSWERED}">{listrow.SUBJECT}</a><br />
- PhpBB3:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<!-- BEGIN postrow -->
<div class="panel {postrow.ROW_CLASS}">
WITH:- Code:
<!-- BEGIN postrow -->
<div class="panel {postrow.ROW_CLASS}{postrow.CURRENT_MSG}">
Template : privmsgs_body
REPLACE THIS CODE:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a><br />
WITH:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.MSG_UNANSWERED}{listrow.SUBJECT}</a><br />
- PunBB:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<!-- BEGIN postrow -->
<div class="main-content topic">
WITH:- Code:
<!-- BEGIN postrow -->
<div class="main-content topic{postrow.CURRENT_MSG}">
Template : privmsgs_body
REPLACE THIS CODE:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a> {listrow.L_BY} {listrow.FROM} - {listrow.DATE}
WITH:- Code:
<a href="{listrow.U_READ}" class="topictitle">{listrow.MSG_UNANSWERED}{listrow.SUBJECT}</a> {listrow.L_BY} {listrow.FROM} - {listrow.DATE}
- PhpbBB2:
Template : privmsg_topic_review
REPLACE THIS CODE:- Code:
<td class="{postrow.ROW_CLASS}" valign="top" width="22%"><span class="name"><b>{postrow.POSTER_NAME}</b></span><br />{postrow.POSTER_AVATAR}</td>
<td class="{postrow.ROW_CLASS}" valign="top" height="28">
WITH:- Code:
<td class="{postrow.ROW_CLASS}{postrow.CURRENT_MSG}" valign="top" width="22%"><span class="name"><b>{postrow.POSTER_NAME}</b></span><br />{postrow.POSTER_AVATAR}</td>
<td class="{postrow.ROW_CLASS}{postrow.CURRENT_MSG}" valign="top" height="28">
Template : privmsgs_body
REPLACE THIS CODE:- Code:
<a class="topictitle" href="{listrow.U_READ}">{listrow.SUBJECT}</a>
WITH:- Code:
<a class="topictitle" href="{listrow.U_READ}">{listrow.MSG_UNANSWERED}{listrow.SUBJECT}</a>
skouliki, Ape, YoshiGM, TonnyKamper, Terminator44 and hbghlyj like this post
Similar topics
» Removal of Private Messaging System
» Global Private Messaging
» Disable private messaging
» Private Messaging Option
» Private messaging problems
» Global Private Messaging
» Disable private messaging
» Private Messaging Option
» Private messaging problems
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum