| Re: Core 2.4.x PM Module - Modifications |
| by sarahmx on 2010/2/16 2:36:10 Quote: Please submit as a suggestion (Use Add New) ok just regsitered in sourceforge......submit bugs/request feature....done.. Quote:
Thats what i'm doing it right now...hope there is easy way by adding this foward to user feature |
| Re: Core 2.4.x PM Module - Modifications |
| by ghia on 2010/2/15 23:52:15 1) There is a MP manager module but forwarding is also not possible. Best way is to reply the message, copy the content of the edit box, discard and pasting then that to a new started message. |
| Re: Core 2.4.x PM Module - Modifications |
| by Mamba on 2010/2/15 22:35:14 Please submit as a suggestion (Use Add New) |
| Core 2.4.x PM Module - Modifications |
| by sarahmx on 2010/2/15 18:08:50 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 |