Jump to the post that solved this thread.
Not Solved PM Messages missing from Private.php
#1
Not Solved
Hey,

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


Attached Files Thumbnail(s)
   
[Image: mybbsig.php]
Reply
#2
Not Solved
/images/

old_pm.png

re_pm.png

new_pm.png
Reply
#3
Not Solved
(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.
[Image: mybbsig.php]
Reply
#4
Not Solved
template => private_messagebit
relevant code segment:
<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" /></td>
Reply
#5
Not Solved
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.
[Image: mybbsig.php]
Reply
#6
Not Solved
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.
Reply
#7
Not Solved
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.
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)