1- is it possible to remove events start hours from calendar?
Sorry, there is no setting to remove this easy. Alternatively, you can edit our template files and remove the time.
- Open
/components/com_yendifevents/views/calendar/tmpl/default.php
/components/com_yendifevents/views/calendar/tmpl/default_b3.php
- Remove the line #180
$title = '[ ' . JHTML::_('date', $item->start_date, $this->config->time_format, null) . ' ]' . $title;
- Save the changes and try now.
Instead of modifying the above files directly, I would recommend adding a template override
www.ostraining.com/blog/joomla/overrides/
2- I've already modified languages files but it seems that days labels on calendar have not been affected by these changes
This should work. Kindly double check that you're editing the file under
{ROOT}/language/{Language Tag}/{Language Tag}.com_yendifmusicshare.ini
If still the issue remains, kindly send us your Joomla! admin and FTP access details to
This email address is being protected from spambots. You need JavaScript enabled to view it.. So, we can check what goes wrong.