MyBB Community Forums

Full Version: PM icons not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The PM icons which show if a PM has been read/ replied to/ forwarded etc. aren't showing on my board.

I am making a custom theme based on the MyBB default 1.8 theme but to match my Wordpress website theme, it's a bit of trial and error and I'm not sure what needs to be removed or changed to make them appear properly. Any help would be greatly appreciated.


http://www.thetflforum.co.uk
test account username: support
test account password: taone1

Thanks,
Kyle
Please show us your private_messagebit template.
<tbody id="pmlist"><tr onclick="window.location.href='private.php?action=read&amp;pmid={$message['pmid']}';" style="cursor: pointer;">
<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" onclick="event.cancelBubble=true;"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td>
</tr></tbody>
Anyone able to help with this?
Still need help with this.
Anyone able to help?
the td which holds the icon has a width of 1%.. increasing it to a higher value such as 3% should display the icon...


<td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgfolder}" alt="{$msgalt}" title="{$msgalt}" /></td>