Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
As mentioned in reply #1 above, this was by design. For anyone with this problem, please try overriding the
default display fields in the mailing_label attachment and include only the fields you want.
Comments
Comment #1
acouch commentedSince this is only making mailing labels I didn't include that functionality. Is there a compelling use case?
Comment #2
vannus commentedfor me there is :)
i have fields:
- Title (Mr/Mrs/Dr/etc)
- Forename
- Surname
- Node ID
- Global Text
On the webpage Global Text is used to output "Surname, Title Forename" as a link to the node in the name column
Name
Bloggs, Mr Joe
Doe, Mr John
Which means on labels it comes out as;
Mr
Joe
Bloggs
5
Mr Joe Bloggs
Ive tried reverting to Title, Forename, Surname for labels - but even using inline table style didnt work :(
Mr
Joe
Bloggs
having the excluded fields not come out on labels would sort the issue :)
Comment #3
acouch commentedThere is another issue for inline fields: http://drupal.org/node/586158
Since you are the second to bring it up I will try and focus my attention on that. Hopefully before the new year.
Can't you just remove the 'NID' field from the mailing_label display?
Comment #4
vannus commentedI can, but until exclude works id still get
Mr
Joe
Bloggs
Mr Joe Bloggs
or until the inline field works id get
Mr
Joe
Bloggs
ill subscribe to #586158: Label field display not matching views field display as itll get me by nicely :)
Comment #5
letapjar commentedAs mentioned in reply #1 above, this was by design. For anyone with this problem, please try overriding the
default display fields in the mailing_label attachment and include only the fields you want.
If you need the fields inline try the patch at http://drupal.org/node/586158 as this does that nicely.