Alain
My feedback
9 results found
-
48 votes
An error occurred while saving the comment -
3 votes
An error occurred while saving the comment Alain commentedWe do encourage users to use the Designer section of the forum for any design related knowledge sharing, discussion, and assistance.
-
38 votesAlain supported this idea ·
An error occurred while saving the comment Alain commentedMakes sense. I have moved this to the wishlist forum.
-
33 votesEvgeny Zaritovskiy responded
Workaround from Beardo:
To restore the old authorization page look:
/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}To remove the login buttons from the member directory personal profiles (at the bottom):
/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}Just copy/paste the above and update your “user.css” file.
Alain supported this idea ·An error occurred while saving the comment Alain commentedAt the moment, it is not possible to disable it on the Login page. You can only disable it for the Login form gadget. We're looking to change this.
-
182 votesAlain supported this idea ·
An error occurred while saving the comment Alain commentedUnfortunately it is not possible to have select a different registration type for guests at the moment. I have moved this to the Wishlist forum.
-
8 votesAlain supported this idea ·
An error occurred while saving the comment Alain commentedWild Apricot does not retain any credit card information for members - as you know all credit card entries are done on a secure payment gateway provided by the payment system, not in Wild Apricot. In order for a recurring profile to be created, the member must pay the recurring invoice when it is generated using their credit card information - which is then relayed to the payment processor, so unfortunately the scenario you've presented cannot be carried out as easy as it may seem.
-
40 votesAlain supported this idea ·
An error occurred while saving the comment Alain commentedI have merge the threads as they are related. Thanks for your feedback, as Evgeny stated, this has been added to our queue.
An error occurred while saving the comment Alain commentedThe Event registration function tracks registrations and payments, but does not handle check-in. To get the registrant off the attendee list, you have to cancel their registration for the event, http://help.wildapricot.com/display/DOC/Cancelling+events+and+registrations
If you're planning on refunding the payment if the attendee does not show up, you can cancel the registration and give a refund, http://help.wildapricot.com/display/DOC/Refunds
If you're keeping the payment and cancelling the registration, you have to create a new invoice and settle the payment to the new invoice, since when you cancel a registration, it will delete the event invoice and leave a payment on the attendee's account, http://help.wildapricot.com/display/DOC/Recording+payments+and+credits%2C+and+settling+invoices#Recordingpaymentsandcredits%2Candsettlinginvoices-Settlingpayments
-
163 votesAlain supported this idea ·
An error occurred while saving the comment Alain commentedThe members forum page is just a regular page with a Forum gadget so you can link your previous documents outside of the Forum gadget (using Content gadget and link document http://help.wildapricot.com/display/DOC/Inserting+documents+and+files and files?from=CgYaAw#Insertingdocumentsandfiles-Linkingtodocuments ).
-
112 votesAlain supported this idea ·
An error occurred while saving the comment Alain commentedBy "chapters" do you mean Membership levels? Please clarify as other in the community may not be sure what you are referring to.
It is not possible to duplicate a gadget in general. From your description, it sounds like you're referring to the Content gadget.
For content gadgets, you can simply click the [HTML] button in the editor, copy all the html in the new window, create a new content gadget and paste it into a new gadget's HTML to duplicate it.