2012-09-03, 05:24 PM
2012-09-03, 07:32 PM
go to templates>>template for your current theme>>Private Messaging Templates>>private
Look for this line with {$sender} it should look something like this
<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>
if not copy/paste this line and replace yours and see if works
Look for this line with {$sender} it should look something like this
<td class="tcat" align="center" width="30%" style="white-space: nowrap"><span class="smalltext"><strong>{$sender}</strong></span></td>
if not copy/paste this line and replace yours and see if works
2012-09-03, 07:45 PM
In the private_messagebit template, find:
Replace with:
You'll need to make that change in a couple of places.
class="trow2"
Replace with:
class="trow1"
You'll need to make that change in a couple of places.