The Next Month and Previous Month links are either broken or not showing.
It seems that the following piece of code in each view/template-name/month/tmpl/calendar)body.php does not work
$followingMonth and $precedingMonth are both empty/Null
// previous and following month names and links
$followingMonth = $this->datamodel->getFollowingMonth($this->data);
$precedingMonth = $this->datamodel->getPrecedingMonth($this->data);
I'm deploying Jevents on a new website and need this functionality to work asap - thanks in advance
It seems that the following piece of code in each view/template-name/month/tmpl/calendar)body.php does not work
$followingMonth and $precedingMonth are both empty/Null
// previous and following month names and links
$followingMonth = $this->datamodel->getFollowingMonth($this->data);
$precedingMonth = $this->datamodel->getPrecedingMonth($this->data);
I'm deploying Jevents on a new website and need this functionality to work asap - thanks in advance