Charles Congdon
My feedback
23 results found
-
57 votes
Team Events responded
WORKAROUND: it is possible to set different colors using custom javascript. See section “Color coding events using event tags” at
https://help.wildapricot.com/display/DOC/Event+tags#Eventtags-colorcodingColorcodingeventsusingeventtagsCharles Congdon supported this idea ·
-
73 votes
Charles Congdon supported this idea ·
An error occurred while saving the comment -
45 votes
An error occurred while saving the comment Charles Congdon commented
Our Treasurer uses Quickbooks to keep track of our club finances. Exporting financial activity to Quickbooks from with Wild Apricot is currently a full-admin only function. That shouldn't be necessary to get all these data into Quickbooks.
I can see that issuing refunds/discounts for events or memberships might require some special admin privileges for treasurers. But it doesn't follow that they need to be able to create events, create or administer forums, change website templates, or change membership fields just so that they can do a Quickbooks export (or other money-specific things).
Charles Congdon supported this idea ·
It would be easier to maintain my website (especially for the next guy) if the text of the "password instruction e-mailed" and "password changes successful" responses were something I could edit on Website>System Pages. The existing messages can make for a confusing/negative first-user experience
We noticed this issue when integrating Wild Apricot widgets into an existing website. When users reset the password, the "reset password successful" text directs them to the home page of the Wild Apricot site, not the homepage of the website where Wild Apricot's membership functionality is being integrated. Likewise the "Back" link in the "password instructions were e-mailed" message. Since I cannot edit this text, I cannot fix these links (or give users additional instruction in the messages). See attachment for the resulting confusion.
The current workaround involves editing the CSS to remove these links, but it's not at all obvious what the custom CSS text is changing:
#ctl00_ContentArea_messageBox_idConfirmWindowStyle > div.cww-inner > div > div > a {
display: none;
}
#id_j4lOTpy > div > div > div.cww-inner > div > div > a {
display: none;
}