Bug events exit

 

While the event has not been held the users have the option of joining it and leaving without any problem. Once the event has been held the option to leave the event disappoints. Therefore these users can not leave the event.

Quote · 15 Sep 2017

This is done to maintain an accurate history of the attendants to an Event. However if you want to change that functionality, see code change needed below :

 

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

Search for the isAllowedJoin function then remove these lines of code :

        if ($aDataEntry['EventEnd'] < time())
            return false;

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 15 Sep 2017
Thank you very much. As always great.
Quote · 15 Sep 2017
 
 
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.