Premium Events Mod Support (Modzzz) - part 3

Quote · 21 Sep 2018

Unable to search past events using any of the fields in search  (keyword, from to date, etc.)

The past events are also not shown in categories. The counter is showing only events ahead.

What could be solution?

But I checked boonex events mod, its working fine to show up past events.

Quote · 21 Sep 2018

 

Unable to search past events using any of the fields in search  (keyword, from to date, etc.)

The past events are also not shown in categories. The counter is showing only events ahead.

What could be solution?

But I checked boonex events mod, its working fine to show up past events.

 Also, the calender block in event home is not showing any events in the past after clicking the counter in the past month.

Quote · 26 Sep 2018

After selecting ''members'' in ''allow join'' in ''event add form'', members are unable to join due to lack of ''join button'' for the event actions in that event page.

How to change default for all existing events "allow join" to members?

Quote · 26 Sep 2018

The following file was updated to show past Events in Calendar results :

modules/boonex/events/classes/BxEventsSearchResult.php

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 26 Sep 2018

@sureandhraindia - Past Events have been filtered out of the module except for the Calendar (fix posted above). There is a menu item specifically for browsing Past Events.

 

Regarding changing privacy defaults, go to Admin => Settings => Privacy Settings

 

Regarding Join Button showing, there are a number of factors that determine this :

a) Membership Level Settings

b) Module Setting option to allow/disallow join after start date 

c) Individual Event Setting option to allow/disallow join after start date 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 26 Sep 2018

 

The following file was updated to show past Events in Calendar results :

modules/boonex/events/classes/BxEventsSearchResult.php

 Thank you, past events in calender are now showing.

Quote · 27 Sep 2018

 

Unable to search past events using any of the fields in search  (keyword, from to date, etc.)

The past events are also not shown in categories. The counter is showing only events ahead.

What could be solution?

But I checked boonex events mod, its working fine to show up past events.

 The above things are not showing.

Quote · 27 Sep 2018

 

@sureandhraindia - Past Events have been filtered out of the module except for the Calendar (fix posted above). There is a menu item specifically for browsing Past Events.

 

Regarding changing privacy defaults, go to Admin => Settings => Privacy Settings

 

Regarding Join Button showing, there are a number of factors that determine this :

a) Membership Level Settings

b) Module Setting option to allow/disallow join after start date 

c) Individual Event Setting option to allow/disallow join after start date 

 I have allowed everywhere for members. But members unable to join.

Quote · 27 Sep 2018

 

 

Unable to search past events using any of the fields in search  (keyword, from to date, etc.)

The past events are also not shown in categories. The counter is showing only events ahead.

What could be solution?

But I checked boonex events mod, its working fine to show up past events.

 The above things are not showing.

 Please tell how to include ?

Quote · 27 Sep 2018

 

 

@sureandhraindia - Past Events have been filtered out of the module except for the Calendar (fix posted above). There is a menu item specifically for browsing Past Events.

 

Regarding changing privacy defaults, go to Admin => Settings => Privacy Settings

 

Regarding Join Button showing, there are a number of factors that determine this :

a) Membership Level Settings

b) Module Setting option to allow/disallow join after start date 

c) Individual Event Setting option to allow/disallow join after start date 

 I have allowed everywhere for members. But members unable to join.

 Here in individual event setting, I hit submit after allowing or editing the privacy options. But, it was not updated. I thought it was updated. Since there are some errors which are related to compulsory fields. The problem is there is no proper notification whether it is successfully submitted after edit.

I, myself confused. Dont understand how users will 

Quote · 28 Sep 2018

@sureandhraindia - Yes, unfortunately in all Dolphin modules the Privacy settings do not show as compulsory and you will only realize that if you submit and do not select a value. 

Regarding showing past events :

In modules/boonex/events/classes/BxEventsSearchResult.php

Find :

    'activeStatus' => array('value' => 'approved', 'field'=>'Status', 'operator'=>'='),

Replace with :

   'activeStatus' => array('value' => array('approved','past'), 'field'=>'Status', 'operator'=>'in'),

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 29 Sep 2018

Thank u very much, the past events is now included in search results

Quote · 29 Sep 2018

When the user creates an event, it is posted to their timeline. I saw that the event posted in the timeline uses the same "unit.html" template as the events on the main event page. How can I define a separate ".html" template for the event posted to the timeline? Because timeline events are not displaying correctly on my site and also I would like to remove some fields from timeline posted events.

Quote · 18 Sep 2019

 @gracey - You would have to hire a programmer to redesign the timeline integration for you. 

When the user creates an event, it is posted to their timeline. I saw that the event posted in the timeline uses the same "unit.html" template as the events on the main event page. How can I define a separate ".html" template for the event posted to the timeline? Because timeline events are not displaying correctly on my site and also I would like to remove some fields from timeline posted events.

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 18 Sep 2019

I don't need a redesign, I just need to remove 2 fields that are not necessary. Thanks. 

Quote · 18 Sep 2019

The timeline calls the same function that displays the Events on the main page. Even if it's one field you want to change, you will have to modify the timeline integration to call a separate function. 

I don't need a redesign, I just need to remove 2 fields that are not necessary. Thanks. 

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 19 Sep 2019

OK, can you let me know the name of the function being called by the timeline? Thanks

Quote · 19 Sep 2019

@gracey

 

The unit function found in BxEventsTemplate.php. There are a few other things you will need to do even before you get to that :


1) Copy _serviceGetWallPost from inc/classes/BxDolTwigModule.php into BxEventsModule.php


2) In  _serviceGetWallPost , rename unit to whatever new function you create in  BxEventsTemplate.php


3) In  BxEventsModule.php

Find :

         return parent::_serviceGetWallPost($aEvent, $aParams);

Replace with :

        return $this->_serviceGetWallPost($aEvent, $aParams);

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 19 Sep 2019

Thanks modzzz I will try that.

Quote · 23 Sep 2019

Dolphin 7.4 - The following file is updated :

modules/boonex/events/classes/BxEventsDb.php

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 Oct 2019

In event search, dates are not properly getting filtered.

Start date, end date, in between both are not giving requested filter specified in search results.

Quote · 9 Nov 2019

@sureandhraindia - Noted, I will investigate.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 12 Nov 2019

AAlso, pls look in to this. You already have access details.in ur gmail.

Quote · 17 Nov 2019

When someone copy pastes event description from their website. The HTML codes are showing up. But it should be as is.

But in dolphin website it is fine.

Also, the title length is only 100 char. How to increase?

Quote · 31 Jan 2020

I have emailed you regarding the HTML issue.

Regarding title length, I have changed it on your site.

When someone copy pastes event description from their website. The HTML codes are showing up. But it should be as is.

But in dolphin website it is fine.

Also, the title length is only 100 char. How to increase?

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 31 Jan 2020

Hi

I have checked it. The issue was resolved.

Thank you.

Quote · 1 Feb 2020

when some one adds an event with options 'recurring' and occurences as 'daily', the 'recently added event page' gets flooded with such event.

How to stop it?

 

What happens when the events-reminder set to 'unlimited' days before event begins?

Quote · 2 Aug 2020

 

when some one adds an event with options 'recurring' and occurences as 'daily', the 'recently added event page' gets flooded with such event.

How to stop it?

 

What happens when the events-reminder set to 'unlimited' days before event begins?

Reminder days have a count from 1 to 100. There is no unlimited option.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 Sep 2020

The following file is updated so that a recurring Event is flagged as "passed" after the current occurence has ended.

=> modules/boonex/events/classes/BxEventsDb.php

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 Sep 2020

Thank you

Quote · 10 Sep 2020

Thank you

Quote · 10 Sep 2020

 

The following file is updated so that a recurring Event is flagged as "passed" after the current occurence has ended.

=> modules/boonex/events/classes/BxEventsDb.php

 I checked it. It's not working. 

The 'recurring event' (every day) is being added on each and every day to 'recently added' page.

Quote · 11 Sep 2020

 PM me your site details so I can take a look. 

 

The following file is updated so that a recurring Event is flagged as "passed" after the current occurence has ended.

=> modules/boonex/events/classes/BxEventsDb.php

 I checked it. It's not working. 

The 'recurring event' (every day) is being added on each and every day to 'recently added' page.

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 13 Sep 2020
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.