Martha Stone-Martin
My feedback
19 results found
-
50 votesMartha Stone-Martin supported this idea ·
-
125 votesMartha Stone-Martin supported this idea ·
-
7 votesMartha Stone-Martin supported this idea ·
-
17 votesMartha Stone-Martin supported this idea ·
-
170 votesMartha Stone-Martin supported this idea ·
-
36 votes
We're currently working on customizing level change emails.
Martha Stone-Martin supported this idea · -
5 votesMartha Stone-Martin supported this idea ·
-
87 votesDmitry Smirnov responded
We consider this as one of candidates for the next year.
Martha Stone-Martin supported this idea · -
85 votesMartha Stone-Martin supported this idea ·
-
1 vote
An error occurred while saving the comment -
19 votes
An error occurred while saving the comment Martha Stone-Martin commentedI too would love a "global find and replace". It has to do with "image creep". As the site gets bigger, and more images get uploaded, we often want to "reorganize" the picture folder to make it easier for people to find, manage and insert images. But it is very hard to do with 1) moving the files into new folder structures and then 2) walking through the site to find the broken links.
Ideally it should be an automatic update in the website/file structure. If you drag files around into new folders, the system prompts you if you want to update all the appropriate site links impacted.
Short of that, just having a a note (similar to the website/templates that tells you what pages the template is used on), that shows you were the images are used.
Thank you
Martha Stone-Martin supported this idea · -
20 votesMartha Stone-Martin supported this idea ·
-
73 votesEvgeny Zaritovskiy responded
Current proposal: https://drive.google.com/file/d/0B0f9kMyQqlBsV1UzVVYwS21ZU28/view?usp=sharing
We do not have plans yet on when we’re going to deliver on this.
Martha Stone-Martin supported this idea · -
46 votesMartha Stone-Martin supported this idea ·
-
180 votesEvgeny Zaritovskiy responded
Merged together several closely related by meaning ideas – so we can properly resolve them all together, in different live scenarios
Martha Stone-Martin supported this idea · -
163 votesMartha Stone-Martin 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.
An error occurred while saving the comment Martha Stone-Martin commentedVery much looking forward to this. As a school, we have had to create duplicate family records just to allow for both parents to receive the newsletter from WA. Agree with the note below about separate opt-in/out for each address.
Martha Stone-Martin supported this idea · -
71 votes
An error occurred while saving the comment Martha Stone-Martin commentedAs part of this feature, would like it to be possible to be able to import from excel, contacts that do not have email addresses but do not want to create a new record every
time we do an import. -
255 votesMartha Stone-Martin supported this idea ·
This is what I have been doing. Check it out on www.3crowns.org
1. create a new site page template that is basically blank. Perhaps name it "template for top navigation only" or something.
2. create the first page in your "drop down" navigation. For example, you have a top level that is visible called "About" and when you scroll over it, the first page in the secondary nav is "Welcome".
3. create another new page and using your "blank" page template and call it "About" for example.
4. organize the "welcome" page so that it "sits" under the About page using the left side of the page settings panel.
5. Now go back to the "about" page and in the edit panel on the left side, go to the "raw headers" at the bottom and add this script.
<script type="text/javascript">
try {
if (!top.adminpanel) {
window.location = "/welcome";
}
}
catch(e) {}
</script>
<noscript>
<meta http-equiv="Refresh" content="0"; URL="/welcome">
</noscript>
Save and now when you click on the "about" page it goes to the "welcome" page.
In the above example, you then replace the 2 occurrences of the word "welcome" with whatever the page name is for the page you want the user to go to when they click on this top level of navigation.