Dmitry Smirnov
My feedback
26 results found
-
2 votes
An error occurred while saving the comment An error occurred while saving the comment Dmitry Smirnov commentedYou can find JS examples on my personal website https://houseofbamboo.wildapricot.org under "JS Samples" menu
An error occurred while saving the comment Dmitry Smirnov commentedLooks like you are looking for database for storing custom data. Wild Apricot does not provide such kind of storage. However you could use databases like AWS DynamoDB to store additional data, it is available either from server side or from client JS.
-
47 votesDmitry Smirnov responded
Ad’s management is a huge business with strong players, so building something competitive will cost us a fortune. There is quite low probability that we will take it into development in the nearest future.
For simple cases we recommend to use existing CMS functionality to inject ad’s into site pages. In case if you need precise control on what and when should be shown, then we recommend to integrate 3-rd party solutions.
An error occurred while saving the comment Dmitry Smirnov commentedI don't know all your needs and requirements, and I am not a professional in ads business, so I can't suggest any specific solution.
I see that Felix Figuereo said in comment, that he have some experience in it. You can find his comment below in this thread.
-
1 vote
An error occurred while saving the comment Dmitry Smirnov commentedThe forst option is completely possible, use the following date format "2018-05-28T11:55:00.543+03:00"
-
130 votes
An error occurred while saving the comment Dmitry Smirnov commentedWe are currently working on it in our mobile app.
-
47 votesTeam Payments responded
Due to priorities shift we had to put this issue on hold.
We’ll post any updates as we have themOleg, Product Owner @ Payments crew
Dmitry Smirnov shared this idea · -
2 votesTeam Mobile responded
Sorting events via API have been published in 5.9 release.
https://help.wildapricot.com/display/DOC/Events+API+V2+callAccessLevel filtering is not in our near plans, sorry. But user’s support can change this situation. So we are changing status of this idea back to “Collecting comments”.
An error occurred while saving the comment Dmitry Smirnov commentedHi Ken,
There is no way to set sorting order for any API response, and there are no garantee of default sorting order. If you need to display events in some order, then it's better to sort them on client side. Most programing languages provide tools for it.
Filtering events by access level is also not supported, you can use "AccessLevel" field to filter events on client side.
Also here is a gist I created
https://gist.github.com/DmitriySmirnov/6902ba719fc17b9467c2f8633831dba3