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] is it possible to add the venue
[SOLVED] is it possible to add the venue
4 years 5 months agoPlease Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago
a lot is possible and this one too.
With template overrides that might be possible.
What view are you referring too?
Do you want it to have displayed in the colored labels?
With template overrides that might be possible.
What view are you referring too?
Do you want it to have displayed in the colored labels?
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago
hello
hello
thanks
yes i want to display in the colored label
how must i do it
thanks
hello
thanks
yes i want to display in the colored label
how must i do it
thanks
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago
as asked, what view are you working on?
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago
thats said you can change things in a calendar.php file..
like: /components/com_jem/views/calendar/tmpl/default.php
But better would be to make use of template overrides this as if you're going to work without it can be overwritten in further updates.
like: /components/com_jem/views/calendar/tmpl/default.php
Code:
$content .= '<div class="eventcontentinner">' . $colorpic;
$content .= $editicon;
$content .= JemHelper::caltooltip($catname.$eventname.$timehtml.$venue.$eventstate, $eventdate, $row->title . $statusicon, $detaillink, 'editlinktip hasTip', $timetp, $category->color);
$content .= '<br>'.$row->venue; // put here stuff for it
$content .= $contentend . '</div>';
But better would be to make use of template overrides this as if you're going to work without it can be overwritten in further updates.
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago
hello
great thanks
it s ok
just i made it in /components/com_jem/views/weekcal/tmpl/default.php because my wiew is on week calendar and not calendar
but it s ok for me
is it possible to change here the opacity of the pop up or made the back og pop up in black ?
great thanks
it s ok
just i made it in /components/com_jem/views/weekcal/tmpl/default.php because my wiew is on week calendar and not calendar
but it s ok for me
is it possible to change here the opacity of the pop up or made the back og pop up in black ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.631 seconds