anonymous_96.44.245.50
My feedback
17 results found
-
7 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment -
43 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedCurrent behavior:
Member-only pages are not visible to public visitors. Only logged in members are able to see these pages in the navigation menu.Desired behavior:
Allow member-only pages to be visible in the menu. If a public user clicks on the page in the menu, show a login page.Workaround:
Create a public page that links to or redirects to the member-only page -
101 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedFor other types of invoices, such as manual or events invoices, there is no reminder email if it has not been paid. These reminders would need to be sent manually. Wild Apricot only has reminders for membership renewals.
An error occurred while saving the comment anonymous_96.44.245.50 commentedThe renewal policy for your membership levels includes two reminders after the renewal date has passed. This is the "grace period email notice" and the "lapsed email notice" You can use these emails to remind your members to pay their invoices. See this help page on how to customize your renewal reminders and actions: http://help.wildapricot.com/display/DOC/Membership+renewal+policy
It's not possible to re-send the invoices once they are already generated and sent.
An error occurred while saving the comment anonymous_96.44.245.50 commentedHi Dale,
You can have the system automatically generate and email the renewal invoices for your members. This is done by going into the Renewal policy tab for a membership level and enabling the 'Generate and email invoice' option. For more information, see: http://help.wildapricot.com/display/DOC/Membership+renewal+settings
It is currently not possible to send out bulk invoices out manually. Each invoice must be emailed individually to a user.
-
4 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedHello,
Since Wild Apricot currently does not have the ability to change meta tags for event pages, Facebook will see the default title and description tags. I don't believe there is any workaround that could change the title and description that is seen by Facebook.
I will move this post to our Wishlist forum so we can get feedback from other users regarding this request and possibly add it to our development queue.
Regards,
Omar
-
7 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedHello Paul, this is definitely on our to-do list but as far as I know this is not one of the main priorities so it might take some time before we add this option. For now, it would be the best if you could vote for the corresponding features on our Wishlist forum.
-
8 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedYou can just export them into a spreadsheet:
http://help.wildapricot.com/display/DOC/Exporting+members+and+other+contactsand then use a mail merge to printout one sheet per member.
-
127 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedLarry, unfortunately there is only one invoice template and payment instructions macro. But let me move this to our wishlist forums to see how many would be interested in such option.
-
32 votesanonymous_96.44.245.50 supported this idea ·
An error occurred while saving the comment anonymous_96.44.245.50 commentedFrom Alex:
-
0 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedMaking changes to these types of messages should be possible through custom Javascript code. We have some examples of this type of Javascript code on our help guide here: http://help.wildapricot.com/display/DOC/Changing+button+labels
I think the "Changing the Send Message button" method should work. You may need to change "value" to "innerHTML" for the code to work.
-
0 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedThese two CSS files are usually found in the template directory you are using. Editing and accessing these files are usually done when you are working with Theme Overrides (See: http://help.wildapricot.com/display/DOC/Theme+Overrides ).
For basic CSS changes, you should just be editing the User.css file.
-
0 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedHi Shelbi,
This CSS code will allow you to change the padding of the content block. The values are at their defaults:
#idPrimaryContentContainer #idPrimaryContentBlock1 div.inner {padding: 15px 23px 15px 33px;}
-
0 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedYou would have to check in your basic.css for something similar to:
#idBlogPageContainer #idBlogSummaryContainer #idBlogPostListContainer DIV.boxBodyContentContainer
{
overflow: hidden;
height: expression(this.scrollHeight> 140 ? "140px": "auto");
}html>body #idBlogPageContainer #idBlogSummaryContainer #idBlogPostListContainer DIV.boxBodyContentContainer
{
height: auto;
max-height: 140px;
}and then adjust 140px to as needed.
-
1 vote
An error occurred while saving the comment anonymous_96.44.245.50 commentedAnything like this is beyond normal system functionality so unfortunately we are not able to support such requests since our focus is on the primary system functionality and performance. For customization like this I would suggest to find a developer who can help you with CSS/ Javascript customization on your end. You can also ping our partners who specialize in this, see: www.wildapricot.com/partners
-
0 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedJason, there is no easy way of disabling this. Anything like this will require some css/javascrip tweaking on your part. We have partners who can help you with your site customization, feel free to ping them: www.wildapricot.com/partners
-
4 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedSee http://nicasiolanguagecode.wildapricot.org for DIY How-To.
-
3 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedThis can be done by adding some custom Javascript code under Settings > Global Javascript: <script type="text/javascript"> var myPage = document.getElementById('idEventPageContainer'); if (myPage){ myPage.innerHTML = myPage.innerHTML.replace(/\-? ?Free/g, ''); } </script>
-
3 votes
An error occurred while saving the comment anonymous_96.44.245.50 commentedJon, feel free to contact our partners for such customization: http://wildapricot.com/partners
An error occurred while saving the comment anonymous_96.44.245.50 commentedDanny, any folder would do. And yes, you can create additional folders as needed. The most important part to this is to use correct paths when you reference to the files.
* The url of any file you upload into Wild Apricot site is as follows: http://<your site url>/resources/<path to the uploaded file>
* <path to uploaded file> must include any sub-folders used. e.g. a file in documents folder is referenced as: "http://<your site url>/resources/documents/filename"
Unfortunately, there is currently no workaround to show member-only content in a gadget to the public. The only way to make this work would be to make the forum pages public.
We have several feature requests related to gadgets on our Wishlist forum. Feel free to add this as a feature request on the Wishlist forum here: http://forums.wildapricot.com/error-notfound