Active
Project:
Privatemsg Mass Mailer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2010 at 16:50 UTC
Updated:
26 Aug 2010 at 14:55 UTC
Enabled module,gave proper permissions. Does not display users/role checkboxes in privatemsg area.
Using drupal 6.17, Privatemsg 6.x-1.2
Comments
Comment #1
jec006 commentedI'm assuming this issue refers to the lack of links in the privatemsg inbox page (messages/)
This is caused by an incorrect form id:
On line 439 of privatemsgmm.module 'privatemsg_list_form' should be changed to 'privatemsg_list'
Comment #2
jec006 commentedAlso - there is a small spelling mistake on line 260 - says '[..]send this message do' think you mean to.
Comment #3
avolve commentedI can confirm that changing
On line 439 of privatemsgmm.module 'privatemsg_list_form' should be changed to 'privatemsg_list'
Enables links on the messages page. There are no links displayed, however, on messages/new page.
I will look into writing a patch for this (including the typo), though am unsure how to resolve creating links on messages/new — which I think should be provided as well.