Webadmin WSO
My feedback
7 results found
-
53 votesWebadmin WSO supported this idea ·
-
143 votesWebadmin WSO supported this idea ·
-
119 votesWebadmin WSO supported this idea ·
-
32 votesWebadmin WSO supported this idea ·
An error occurred while saving the comment -
255 votesWebadmin WSO supported this idea ·
An error occurred while saving the comment Webadmin WSO commentedIn my organization, we want donation only visible to Donation Manager and not to other Managers.
-
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.
Webadmin WSO supported this idea · -
486 votesTeam Husky responded
Sorry for the late update.
The first step was finished and emails can now be carbon copied to contact’s alternative emails. To do so the contact fields which store the alternative emails must be explicitly marked on the email setting page.
Unsubscribing will unsubscribe all alternative emails simultaneously because they all belong to the very same account. The person clicking “unsubscribe” is warned about this on the unsubscribe page.
For now we paused the development of this feature. but not for good. :) So I’m changing this wish status back to “collecting comments”.
Thank you everyone for a valuable feedback.
Webadmin WSO supported this idea ·
I have a custom donation field "Donation Designation" with multiple choice like "Save the Whales" and "Save the Bears". When users make a donation, they must check one of these. I would like to find everyone who donated to "Save the Bears" and send them a thank you email. How can I create a search to do this?