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

4 years 11 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?

Attachments:

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

Re: [SOLVED] Add field on calendar

4 years 11 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.

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

Time to create page: 0.457 seconds