when user receives a new message, he can see the new message list at

http://www.***.com/messages

But when click the subject of new message, no any response.
It should link to new message link, and load the new message page. But no response at all
http://www.***.com/messages/view/416#new

Comments

dankung1 created an issue. See original summary.

Bandy’s picture

Hi, i have this problem too.

Here my little fix.

Open privatemsg.theme.inc

Search to line 106: $field['data'] = l($subject, 'messages/view/' . $thread['thread_id'], $options) . $is_new;

Under them add the new line:

$field['data']=str_replace('#new', '-new',$field['data']);

Good luck.

dankung1’s picture

It's fixed.
Thank @Bandy.

ivnish’s picture

Status: Active » Closed (outdated)