help to better help you:

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

[SOLVED] Add field on calendar

Re: [SOLVED] Add field on calendar

5 years 10 months ago
#27252
Hi, in the change you made me do it works correctly in the general calendar, but if I go to the category calendar the field does not appear. Can you give me support?

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

Re: [SOLVED] Add field on calendar

5 years 10 months ago
#27253
Take my second suggestion for the initial problem ( www.joomlaeventmanager.net/forum/developers/10942-solved-add-field-on-calendar?start=6#27208 ), with the modification you asked for (to add "service: " before custom field 1)

In the original override file change line 272 and line 277 from
Code:
$content .= JemHelper::caltooltip($catname.$eventname.$timehtml.$venue.$eventstate, $eventdate, $row->title . $statusicon, $detaillink, 'editlinktip hasTip', $timetp, $category->color);
to
Code:
$content .= JemHelper::caltooltip($catname.$eventname.$timehtml.$venue.$eventstate, $eventdate, $row->title . $statusicon . '<br />service: ' . $row->custom1, $detaillink, 'editlinktip hasTip', $timetp, $category->color);
Then it will "survive" the category selsection.
Happy with the support?
Consider a donation: www.joomlaeventmanager.net/project/donate
– We are all volounteers, investing time and money to keep JEM runnung and evolving, With your donation we cover our expenses –
Thank you.

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

Time to create page: 0.611 seconds