How can i put the first 10 words of a message in the message member menu incept of the subject? ( just like Facebook )
I tried to change __msg_caption__ in __message_text__ ( from mail_box_view_message.html ) but it don't work...
Has anyone an idea how to make that work?
<bx_repeat:new_message>
<div class="extra_menu_list">
<table>
<tbody>
<tr>
<td class="icon">
__thumbnail__
</td>
<td valign="top">
<a href="__sender_link__" class="message">__sender_nick__</a>
<div class="message_caption">
<a href="<bx_url_root />mail.php?mode=view_message&messageID=__message_id__" class="msg_link">__msg_caption__</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</bx_repeat:new_message>