help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
using different timezones
Re: partly solved - using different timezones
5 years 9 months ago
this works as expected
thanks a lot for your help!
vy73, Lena
Code:
endif;
// begin of modification
echo " ";
$cr = 1;
echo $item->{'custom'.$cr};
// end of modification
?>
thanks a lot for your help!
vy73, Lena
Please Log in or Create an account to join the conversation.
Re: partly solved - using different timezones
5 years 9 months ago
in /joomla_root/components/com_jem/common/views/tmpl/default_events_table.php
i can add
just behind the date/time in the same td and it works fine, but it seems to me i have to modify the original file, because this is included. This way it is not update proof.
Is it the right way to create an overlay of the category-view and then include the modified version by
or is there a better way?
i can add
Code:
echo " ";
$cr = 1;
echo $row->{'custom'.$cr};
Is it the right way to create an overlay of the category-view and then include the modified version by
Code:
<?php echo $this->loadTemplate('mod_events_table'); ?>
Please Log in or Create an account to join the conversation.
Re: solved - using different timezones
5 years 9 months ago - 5 years 9 months ago
OK,by now i have solved it as written above, but you have to prefix the included file with an "edit_" so it looks like
loading the file "'edit_mod_events_table.php'".
I know, in this case "mod" as shortform for modified is not the best idea
Ones again many thanks, 73 Lena
Code:
<?php echo $this->loadTemplate('mod_events_table'); ?>
I know, in this case "mod" as shortform for modified is not the best idea
Ones again many thanks, 73 Lena
Last edit: 5 years 9 months ago by dl9lc.
Please Log in or Create an account to join the conversation.
Re: using different timezones
5 years 9 months ago
Hey,
sorry for my late response. I am happy you found a way yourself to add the custom field!
Very good
sorry for my late response. I am happy you found a way yourself to add the custom field!
Very good
Please Log in or Create an account to join the conversation.
Time to create page: 0.444 seconds