1
1. Does anyone know any hack to forward pm to user ?
2. can this be fix/added to core
read/unread icon..
evrytime i made an upgrade i have to change this
in pm/templates/view_pmsg.html..somewhere in line 58
there is this code
le="color: #000000"><?php <{if $message.read_msg == 1}> <td valign='top' width='5%' align='center'> </td> <{else}> <td valign='top' width='5%' align='center'><img src='images/read.gif' alt='<{$smarty.const._PM_NOTREAD}>' /></td> <{/if}>
something wrong there
a. read icon is used for unread pm
b. no indication for read pm
i always change it to this
le="color: #000000"><?php <{if $message.read_msg == 1}> <td valign='top' width='5%' align='center'><img src='images/read.gif' alt='Read PM' title='Read PM'/></td> <{else}> <td valign='top' width='5%' align='center'><img src='images/unread.gif' title='<{$smarty.const._PM_NOTREAD}>' alt='<{$smarty.const._PM_NOTREAD}>' /></td> <{/if}>
read.gif is already in the images folder...can someone made unread.gif image for the module...
or change both image...
also add language definition for 'read pm'
this is a simple problem...hope it can be fix asap ...
TQ
p/s: ok i know there is pm module by tdm xoops..but i really like the simplicity of the core pm module