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.
|
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. |
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?
|
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... |
Thanks okweb, this is what is checked....
Allow joining:
Public
Allow joining by membership:
Allow All
|
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 |
Wow, thanks ggsinc. That is amusing. |
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 |
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. |
Has anyone figured out how to change the code on this? Everyday is a new beginning. |
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 |