Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
209 results found
-
Best way to add featured images functionality to blog posts
I need this basic requirement for the website, which has 2 components:
Add an image select field in the Blog post -> Create new entry form
Allow the image selected from #1 to be accessible in the Recent blog posts gadget
I'm a developer - I do whatever custom work needs to be done, but I want to know is this even possible working within Wild Apricot's system? Is it possible with theme overrides? What would be the "correct" way of achieving this?
3 votes -
$filter contacts by MembershipLevel
How do I $filter contacts by MembershipLevel using the v2 API?
1 voteDmitry Smirnov responded
Here is a sample request to get all contacts of specific membership level:
https://gist.github.com/DmitriySmirnov/94693fe953f24638913e8d0636d983ad
Don’t forget to encode spaces and replace {ACCOUNT_ID} and {LEVEL_ID} with your values.
-
Search Results by State
It seems that when setting a contact/member's address you can choose for the "State" field either the full state name or the standard two-character abbreviation.
When adding the "State" field to a Member Directory search, you have to search specifically for EITHER the state name or abbrevation.
It seems to me that there should be an option (or perhaps it should be by default) that the results returned for any one particularly state should include BOTH those contacts with the state name and state abbreviation.
Why would you ever want to have separate database stores for the two different naming…
2 votes -
Redirect top menu item to a system page
I want a Top Menu Item called 'Member Login' to redirect to the 'Authorization Required' system page.
How do I do this?
1 vote -
Registering for pre-recorded video/Creating a video library
We are filming the speakers at our events and want to make it available to members for later use. I an housing large videos on Google Drive, so no problems there.
I want to know how many members are accessing the files, so naturally I am creating an event so they can register and then sending a link (to Google Drove) to users in the confirmation.
- How can I create an "evergreen" event with no expiration dates?
- Is is possible to create a "library page, where a registration process takes place before user gets the link?
I'm not opposed to…
4 votes -
1 vote
-
Integration to Reservation System
Researching member management systems,Have/Can you integrate with Reservation System? We use RezExpertCentral Application. Member have to be active in order to make a reservation. Can your Admin API be used for that validation?
1 vote -
Combine Reorder pages, Position in menu & Page template selections into a single admin window
It is time to combine/merge the following site pages admin functions into a single admin window within the Website admin tab. Currently each website & system page has to be edited individually when moving the page into or out of the website menu system and when changing assigned page template. This can be time consuming when trying to move large volumes of pages in or out of the menu system or when changing templates. The Reorder pages function only allows the movement of page that are already in the menu system and doesn't account for any page not in the…
2 votes -
Stripe Connect
Hi there,
We understand that Wild Apricot by default allows adding only 1 Stripe/Paypal account in payment settings.
However we are trying to customize. We want to use Stripe Connect i.e. our Stripe account will have 5 bank accounts added inside it.
When a user selects 1 of the 5 "Donation Types" from dropdown in donation form, we want to direct the funds to that donation types bank account inside our Stripe account.We have a custom php code to achieve this. However how can we use that php code or any other customization you recommend to achieve this functionality…
1 vote -
IFrame Integration with WP
So I am working on a client site that uses WA as their membership management system. Their site is actually located in WP and therefore I used iframes to integrate events, member directory, and so on. Problem is that I do not want a scroll bar and I do not want the iframe to get cut off at the height I set for it. I tried using height="auto" or Height="100%" but these shrink the iframe up and then it creates a scroll bar. Currently I have the iframe height set up high in pixels so it does not run out…
3 votes -
Orders-products vs Payments?
Hi Everyone,
I would like to integrate shop orders and payments with an external platform, this means whenever a user buys a digital product through the store, the content is unlocked in the external platform.
I'm digging around the API and found a complete API for payments and invoices but, unfortunately, payments and invoices don't have any relationship with orders and products.
Are this unimplemented methods of the API?
Thanks in advance for any response
3 votes -
Video Content for paying members
I am going to post videos of our meetings on our website. I want to restrict access to those videos to only paid members.
The videos will be 1 hour in length so they will be large.
I am willing to pay for a third party service and do some one time development, but i want the process of uploading a new video to be something that a non-technical (yet competent) user can do. I want to restrict the video to paying members (we will have non-paying members as well).
1 vote -
I am redirecting one page to another website. How do I make this open a new window?
I am redirecting one page to another website. How do I make this open a new window rather than leave the member site?
1 vote -
A question on the Excel spreadsheet made available 6 months ago by Wild Apricot at https://github.com/WildApricot/ApiSamples/tree/master/Exc
A question on the Excel spreadsheet made available 6 months ago by Wild Apricot at https://github.com/WildApricot/ApiSamples/tree/master/Excel
I am having a problem with authentication. I put in the API key from authorized applications via copy/paste so I know it's right. Then I clicked download data and tried both the client ID/secret key and my admin username and password. Both times I get this error. I went through the VBA code a bit to review if I may be doing something wrong, but I don't see anything wrong.
Client is not authorized to use this grant type is an error I cannot…
0 votes -
WaApi.py ApiObject.__str__() and __repr__() throw TypeError ... is not JSON serializable
I'm looking at the Python example code, specifically WaApi.py and ApiObject.init(). Lines 161-173 here:
https://github.com/WildApricot/ApiSamples/blob/master/python/WaApi.py
The str() and repr() methods on lines 175-179 throw a TypeError: {...} is not JSON serializable.
2 votes -
hide number of bundle membersin directory listing
I am trying to hide the number of bundle members - that is showing on the online member directory, in parenthesis after the bundle admin name. Any suggestions for css code?
2 votes -
Single sign on for Moodle
Has anyone successfully setup single sign in authentication between WA and a Moodle installation? Looking for some guidance/assistance. Thanks in advance -
3 votes -
Nicasio Code
So we created a way for Wild Apricot admins to copy/paste Upcoming Events cleanly onto an email template and we are giving the process/code away to the community:
https://nicasiodesign.com/uncategorized/copy-paste-to-wild-apricot-newsletter-code/
2 votes -
Has anyone successfully set up a Facebook pixel on their page?
I am struggling to get the Facebook code to function
5 votes -
Drupal, single sign on
Is there any instructions on how to have single sign on to work from WA to a Drupal site? To set it up on Wordpress there is a plugin but I can't find anything similar in Drupal. Any help would be great.
Thank you4 votesTeam Mobile responded
Wild Apricot does not provide any instruction on integrating Drupal with Wild Apricot. However quick search shows that here https://github.com/auth0/auth0-drupal is a drupal plugin for SSO based on oauth.
We did not check compatibility of this plugin with Wild Apricot, however it could be a good starting point.
- Don't see your idea?