Join Events button missing for members in Dolphin 7.0.9

My members do not have a Join Button for events. I also looked under member settings and Events Join/Join Events is not in the options.

 

I found some advice on this and followed through with un-checking template cache settings and manually deleting files in the 3 main cache files. No improvements and I can't find any of the other issues related to this episode from other posts. My only issue is that members can't join event.

Quote · 12 Oct 2012

have you tried to in-install and then re-install the module? I just had to dot he same to get some action buttons back that I deleted including the join action.

Quote · 12 Oct 2012

 

have you tried to in-install and then re-install the module? I just had to dot he same to get some action buttons back that I deleted including the join action.

Thank you... I did what you suggested. No improvement. I realized that I had a few modules not installed so I uninstalled again, emptied all cache's involved, (browsers, site and computer). I installed all mods that weren't installed with reinstalling the Events mod. No changes even after hitting refresh a few times and clearing site cache.

It has to be some weird unchecked/checked box somewhere. But where?

Quote · 12 Oct 2012

Creator of the Events have this options

Allow joining:

Default
Me Only
Public
Members
Friends


Allow joining by membership:

Allow All
Standard
Promotion


You need to check what you have there...

Quote · 12 Oct 2012

Thanks okweb, this is what is checked....

 

Allow joining:

Public

 

Allow joining by membership:

Allow All

Quote · 13 Oct 2012

I don't have Events installed on my site, so I peeped the demo site and sure enough... no join button! And it's set to Public (I checked). This may be a default setting, no way to join events! Awesome! haha

Quote · 13 Oct 2012

Wow, thanks ggsinc. That is amusing. Smile

Quote · 13 Oct 2012

If the start date of the Event has passed then members cannot join. However, if you post an Event with a future start date, the join button will appear. If you want to modify the code so that members can join after the start date, see below :

 

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

Find and remove this code snippet :

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

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

Thank you very much, modzzz! The secret trick IS in the dates. I can see how I will have to change the code too. Thank you as well.

Quote · 13 Oct 2012

Has anyone figured out how to change the code on this?

Everyday is a new beginning.
Quote · 19 Oct 2012

 The code change is in my last post.

Has anyone figured out how to change the code on this?

 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 19 Oct 2012
 
 
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.