help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Address column

Address column

8 years 6 months ago
#21791
Hello

It is possible to activate a city column.
Is there a way to display an address column instead?

Best regards
Laurent Zotto

Please Log in or Create an account to join the conversation.

Re: Address column

8 years 6 months ago
#21795
Hi Laurent,

generally it is but you need to adapt the view(s), best using template override mechanism.
If you need e.g. to change the Simplelist (eventslist) you must copy and modify components/com_jem/common/views/tmpl/default_events_table.php.

There you can replace the code to print the city by code to print a full address (search for "showcity" to find the relevant code blocks). The fields you need are $row->city, $row->postalCode, $row->street.

Also you may change COM_JEM_TABLE_CITY (the "showcity" block above) to COM_JEM_ADDRESS to show "Address" as column header.
The following user(s) said Thank You: Laurent Zotto

Please Log in or Create an account to join the conversation.

Re: Address column

8 years 6 months ago
#21798
Hi , addedd Venue instead and write the address on the Venue in here!

Thank you anyway!

Please Log in or Create an account to join the conversation.

Time to create page: 0.364 seconds