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?
 
Hi Jaxel

I have a few questions for you. The first is about tags. The forum I'm using has a tag requirement but the add-on does not appear to allow for that. Can tags be added?

Secondly. I'd like to change the formatting of the way the custom fields are displayed. Is updating this as simple as modifying the template and which template would it be?

Lastly can the custom thread fields used be customized and extras added?

Thanks,
Peter
 
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?
@Jaxel @Broder Also experiencing this issue. Fixed by changing execution order of OzzModz Forms template modification to be higher than XenAtendo 2.

I cannot adjust the execution order of the XenAtendo template modifications due to the pageaction error. Adjusting the template modifications for OzzMods Forms appears to work but it's cumbersome to do it from the template modification screen.

1755989186894.webp

1755989179051.webp(@Broder for awareness.)
 
Back
Top Bottom