XF2 [8WR] XenAtendo 2 (Calendar) PRO

XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid] 2.3.0.5

No permission to buy ($40.00)
@Jaxel one issue we have now. Not massive but an issue. When selecting a date in the calendar, so if I select 21st January to enter an event the date defaults to 14th January on the screen where you enter all the data.
 
@Jaxel one issue we have now. Not massive but an issue. When selecting a date in the calendar, so if I select 21st January to enter an event the date defaults to 14th January on the screen where you enter all the data.
Replace in EWR\Atendo\Pub\Controller\Event.php, lines 148-149 from:
Code:
        $params->str_date = $this->filter('date', 'str');
        $params->end_date = $params->str_date;
To:
Code:
        $params->str_date_time = $this->filter('date', 'str').' 12:00';
        $params->end_date_time = $this->filter('date', 'str').' 13:00';
 
Hi @Jaxel ,
it seems there is a incompability with [OzzModz] Advanced Forms. As soon as I have both installed on my 2.3.6 test system the button replacement to create an Event instead of posting a new thread is not working anymore. I can reproduce the error. Either Advanced Forms or XenAtendo 2 are working on their own but as soon as I have both running I get a Template modification error in

EWRatendo_forum_view_pageaction_bot
EWRatendo_forum_view_pageaction_top

When I look at the templates and try to save them I get the following error
Line 43: Template tags are not well formed. Tag pageaction was found when expecting if. - Template modifications: public:forum_view
Appreciate any help as I would like to continue using your Calendar.
It worked on Xenforo 2.2.13
 
Last edited:
Hi @Jaxel ,
it seems there is a incompability with [OzzModz] Advanced Forms. As soon as I have both installed on my 2.3.6 test system the button replacement to create an Event instead of posting a new thread is not working anymore. I can reproduce the error. Either Advanced Forms or XenAtendo 2 are working on their own but as soon as I have both running I get a Template modification error in

EWRatendo_forum_view_pageaction_bot
EWRatendo_forum_view_pageaction_top

When I look at the templates and try to save them I get the following error

Appreciate any help as I would like to continue using your Calendar.
It worked on Xenforo 2.2.13
XenAtendo does not change any tags in those template modifications, only the conditionals within the existing tags.

Have you tried changing the execution order? What is the contents of the template modifications of OzzModz?
 
Back
Top Bottom