MyBB Community Forums

Full Version: PM Messages missing from Private.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

Which images do I need to restore and in which location to get the following images showing again from the /private.php page:
/images/

old_pm.png

re_pm.png

new_pm.png
(2017-01-07, 12:42 PM)sarisisop Wrote: [ -> ]/images/

old_pm.png

re_pm.png

new_pm.png

Hi Sarisisop,

I've re-uploaded the images but they still don't appear there. Wondering which template I could investigate further in? I've checked Templates >> Private Messaging >> Private but that doesn't seem to be the one.
template => private_messagebit
relevant code segment:
<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" /></td>
Thanks .m.!

Quite strange that my messagebit looks a little different:

<tr>
<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}" title="{$msgalt}" /></td>
<td align="center" class="trow2" width="1%">{$icon}</td>
<td class="trow1" width="35%">{$msgprefix}<a href="private.php?action=read&amp;pmid={$message['pmid']}">{$message['subject']}</a>{$msgsuffix}{$denyreceipt}</td>
<td align="center" class="trow2">{$tofromusername}</td>
<td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td>
<td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td>
</tr>

But i've edited the first td line with the one you have provided and it seems to work.
templates codes might need updating after upgrading the MyBB version

upgrading guidance Wrote:Visit your Admin Control Panel, then go to Templates & Style > Templates > Find Updated Templates.
This will show you a list of all the templates that have changed during the upgrade.

You can either revert these templates to their default - meaning all the changes you've made to it will be removed
- or you can see a Diff Report which will show you exactly what's changed. If you have a custom theme installed,
it is probably best that you look at the Diff Report and apply the changes you need.
I found some problems were cleared up during migration to 1.8.9 by going in to ACP / Tools and Maintenance / Cache Manager / Rebuild and Reload all caches.