1
sarahmx
Core 2.4.x PM Module - Modifications
  • 2010/2/15 18:08

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


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'>&nbsp;</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

2
Mamba
Re: Core 2.4.x PM Module - Modifications
  • 2010/2/15 22:35

  • Mamba

  • Moderator

  • Posts: 11535

  • Since: 2004/4/23


Please submit as a suggestion (Use Add New)

3
ghia
Re: Core 2.4.x PM Module - Modifications
  • 2010/2/15 23:52

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


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.

4
sarahmx
Re: Core 2.4.x PM Module - Modifications
  • 2010/2/16 2:36

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


Quote:
Please submit as a suggestion (Use Add New)


ok just regsitered in sourceforge......submit bugs/request feature....done..

Quote:

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.


Thats what i'm doing it right now...hope there is easy way by adding this foward to user feature