I create an event on Buddypress with a future date but I don’t see the event on “Upcoming” just in “Archive”.
Did you read the FAQ ? Look at the second item.
https://wordpress.org/plugins/buddypress-simple-events/#faq
would be very nice if you could add some users to the event or confirm your asistance
As explained on the Details tab of this plugin, those features are available in the premium version: https://www.philopress.com/products/buddypress-simple-events-pro/
Thread Starter
imborx
(@imborx)
Hi @shanebp, thanks for your reply.
I already read the FAQ but I don’t see any difference reflected on my site. This is what I did, tell me if something it’s wrong:
1- Edit inc/js/events.js
2. I found: dateFormat: ‘DD, MM d, yy’
3. Replace it for: ‘dd-mm-yy’ (I also remove the //) –> Is this right? https://i.gyazo.com/2810739c2fb1205f39e6067c8dcc1694.pn
4. I uploaded the edited events.js file
5. I cleared my browser cache
6. I edited the date and hour of the existing event. I also create a new event and I don’t see any of them in “Upcoming”
…and didn’t work :/
*Also, I suppose that I’d lose that modification in future updates. Could be posible to add an option (future update) in the plugin settings to change the time format and don’t need to change the code?
Thanks!
-
This reply was modified 7 years ago by
imborx.
Try changing this dateFormat: ppseScriptVars.dateformat,
To this //dateFormat: ppseScriptVars.dateformat,