Hi.
I've just chosen the "ext" layout for the calendar view, but some images were missing. Apparently it was looking for the images under the "geraint" dir view. I've checked the source code and the selected templated is being gotten wrong: this line in mod_jevents_cal/tmpl/ext/calendar.php
$viewname = $this->getTheme();
$viewpath = JURI::root(true) . "/components/$compname/views/".$viewname."/assets";
$viewimages = $viewpath . "/images";
$linkpref = "index.php?option=$compname&Itemid=".$this->myItemid.$this->cat."&task=";
I've noticed that $viewname is getting the default one. So a workaround is to select the "ext" under the Jevents configuration as the one by default but I guess this is not the desired behaviour.
Cheers
I've just chosen the "ext" layout for the calendar view, but some images were missing. Apparently it was looking for the images under the "geraint" dir view. I've checked the source code and the selected templated is being gotten wrong: this line in mod_jevents_cal/tmpl/ext/calendar.php
$viewname = $this->getTheme();
$viewpath = JURI::root(true) . "/components/$compname/views/".$viewname."/assets";
$viewimages = $viewpath . "/images";
$linkpref = "index.php?option=$compname&Itemid=".$this->myItemid.$this->cat."&task=";
I've noticed that $viewname is getting the default one. So a workaround is to select the "ext" under the Jevents configuration as the one by default but I guess this is not the desired behaviour.
Cheers