Closed (fixed)
Project:
Mass Contact
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Apr 2008 at 12:18 UTC
Updated:
1 Nov 2011 at 00:00 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| snapshot.jpg | 22.18 KB | w.pearse |
Comments
Comment #1
oadaeh commentedCurrently, 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.
Comment #2
oadaeh commentedI 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.
Comment #3
oadaeh commentedI 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.
Comment #4
oadaeh commentedOops. Wrong status.