Active
Project:
Location
Version:
7.x-3.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2011 at 23:04 UTC
Updated:
25 Sep 2012 at 21:32 UTC
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
Comment #1
asymptotixweb commentedSubscribing. Why is the node merging the fields "Street" and "Additional" into one class="street-address" while all other fields are separate?
Comment #2
aasarava commentedYou can copy the module's location.tpl.php template to your theme directory and override it.
Comment #3
2ndmile commentedThanks aasarava. Why is this the default behavior in the first place? is that a vcard spec type of thing?
Comment #4
aasarava commentedSure. 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.
Comment #5
woop_light commentedwould be nice to fix this -- kind of a silly bug