I use the location module to store public meetings of my organization. Here's an example of a meeting:

Location Name: Cornell University
Address: 4545 stellar street
Additional: Smith hall 232

Everything is fine, except for the fact that 'additional' is displayed to the user on the same line as 'street address,' which is confusing. Is there a way to make them display separately (or at least in separate html tags), and, if not, could this be added?

Comments

asymptotixweb’s picture

Subscribing. Why is the node merging the fields "Street" and "Additional" into one class="street-address" while all other fields are separate?

aasarava’s picture

You can copy the module's location.tpl.php template to your theme directory and override it.

2ndmile’s picture

Thanks aasarava. Why is this the default behavior in the first place? is that a vcard spec type of thing?

aasarava’s picture

Sure. I don't know what the reasoning is -- (I'm not the module maintainer) -- but it'd be great if the maintainers fixed the template in future releases.

woop_light’s picture

Version: 6.x-3.1 » 7.x-3.0-alpha1
Component: Miscellaneous » Code
Category: task » bug

would be nice to fix this -- kind of a silly bug