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
<{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

<{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: 11373

  • 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

Login

Who's Online

272 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 272


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits