Enabled module,gave proper permissions. Does not display users/role checkboxes in privatemsg area.

Using drupal 6.17, Privatemsg 6.x-1.2

Comments

jec006’s picture

I'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'

jec006’s picture

Also - there is a small spelling mistake on line 260 - says '[..]send this message do' think you mean to.

avolve’s picture

I 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.