I'm using a View to display a list of all messages sent using Mass Contact.

In the message field the 'Roles', 'Category' and 'Recipients' are displayed. This is undesirable.

Is there an easy way to modify this behaviour? (particularly hide the 'Roles' and 'Recipients')

Many thanks,
William

CommentFileSizeAuthor
snapshot.jpg22.18 KBw.pearse

Comments

oadaeh’s picture

Version: 5.x-2.4 » 5.x-2.x-dev
Component: User interface » Code
Category: support » feature

Currently, there isn't a real easy way to do that. The node type is really just a basic story type, and all the data is just put into the body as straight text.

What I would probably have to do is to change the node type to have different fields for all the various bits of data. Then you would be able to tweak what was shown or not.

As my time has been rather stretched lately, and as I have a rather long to do list already, I don't see myself getting around to doing anything about this any time soon. If you have some time and capability, I would entertain a properly formed patch to make it happen.

oadaeh’s picture

Version: 5.x-2.x-dev » 6.x-1.x-dev
Component: Code » User interface
Assigned: Unassigned » oadaeh
Status: Active » Postponed

I am going to wait on implementing this until the 7.x port. To do it the way I want to, I would have to have this module rely on the CCK module, and I don't want that.

oadaeh’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Postponed » Closed (fixed)

I have implemented this feature in the 7.x version of this module.

Will I back port it to 6.x? Probably not. I've got a lot going on right now, and this module would have to depend on a lot of other modules.

oadaeh’s picture

Status: Closed (fixed) » Fixed

Oops. Wrong status.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.