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
#25741
this works as expected
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
#25742
in /joomla_root/components/com_jem/common/views/tmpl/default_events_table.php
i can add
Code:
echo " "; $cr = 1; echo $row->{'custom'.$cr};
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
Code:
<?php echo $this->loadTemplate('mod_events_table'); ?>
or is there a better way?

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
#25753
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
Code:
<?php echo $this->loadTemplate('mod_events_table'); ?>
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
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
#25760
Hey,
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