Having one page show Activity Streams of all pages, minus private info
Hi there!
I asked this question about showing activity streams of all pages in a box on one page. I was given an answer that worked perfectly.
I am worried about something, though. There is some activity that should not be shared in an Activity Stream, such as any activity in which the "Do not publish on website" checkbox for that activity has been checked.
Would this bit of liquid make sure that private activity is not published in the "master" Activity Stream?
{% for activity in site.activities limit:10 }{% unless activity.is_private? }{{ activity.show }}{% endunless }{% endfor }Thank you!
If not, then would this hide private activity? {% for activity in site.activities limit:10 %} {% unless activity.is_private? %} {{ activity.show }} {% endunless %} {% endfor %}
On my site, I'm trying to add a new UA number to the Analytics setup page. However, upon save, I am getting an error:

Even just loading the page and saving with the original analytics number spits out the same error.
I'm just trying to switch out the old UA number with the new UA number.
Getting an "Broadcaster can't be blank" error on Analytics setup
On my site, I'm trying to add a new UA number to the Analytics setup page. However, upon save, I am getting an error:
Even just loading the page and saving with the original analytics number spits out the same error.
I'm just trying to switch out the old UA number with the new UA number.
Official response from Kathy JacobsWhen setting up the Analytics, set the broadcaster for the site to the primary broadcaster for the nation. You can then make (and save) your analytics changes. Once they are done, you can set the broadcaster for the site back to whomever you need.
(For now, we have changed the broadcaster in Site settings--> Basic to your primary broadcaster so that you can make your changes.)
Hi there!
I can post {{ page.petition.signatures_count | number_with_commas }} on a petition page and it displays the total number of petition signers.
How do I change this variable so that I can display the petition count total on another page? Like, say, my about page?
Thank you!
Posting petition total on another page
Hi there!
I can post on a petition page and it displays the total number of petition signers.
How do I change this variable so that I can display the petition count total on another page? Like, say, my about page?
Thank you!
Official response from Ian Patrick HinesTo learn more about displaying content from one page on another page, please take a look at our aptly named theme documentation: Display content from one page on another page
Educate Our State has two sites: a 501(c)3 site and a 501(c)4 site.
The 501(c)3 site's "account" name is
advocates-educateourstate.nationbuilder.com. This primarily comes into play in the url on the the donation page. The client would prefer something different, preferably shorter.
The 501(c)4 site's "account" name is educateourstate.nationbuilder.com. (again, this is only visible on it's respective donation page). The client would prefer it be something other than this, since this is the name of the 501(c)3 and it is potentionally confusing to users who want to donate.
Is it possible to change these account names without admin help? If so, how?
Thank you!
How do I change the account name on a site?
Educate Our State has two sites: a 501(c)3 site and a 501(c)4 site.
The 501(c)3 site's account name (slug) is
advocates-educateourstate.nationbuilder.com. This primarily comes into play in the url on the the donation page. The client would prefer something different, preferably shorter.The 501(c)4 site's slug is educateourstate.nationbuilder.com. (again, this is only visible on it's respective donation page). The client would prefer it be something other than this, since this is the name of the 501(c)3 and it is potentionally confusing to users who want to donate.
Is it possible to change these slug names without admin help? If so, how?
Thank you!
Official response from Kathy JacobsAt this time, you are not able to change the slug for your nation.
Featured Image Slider content disappeared
Greetings!
I had sixteen images with sixteen different captions in the Featured Content Slider on this page: http://sfiaf-festival.nationbuilder.com/home They were working up until a short time ago, but now they are all gone. They are not listed under the Settings for /home. It's as if they were deleted. But nobody except me has access (or the knowhow) to do that and I didn't do it.
Has this happened to anyone else?
Greetings!
I have a splash screen that autoplays a Youtube video.
Mobile devices never autoplay a video, so the splash screen is more of a barrier than anything else. I'd like to disable the splash screen on devices.
Is this possible?
How do I disable a splash screen on devices?
Greetings!
I have a splash screen that autoplays a Youtube video.
Mobile devices never autoplay a video, so the splash screen is more of a barrier than anything else. I'd like to disable the splash screen on devices.
Is this possible?
Official response from Lilia Villa completedHello Tim,
This is definitely possible, and there are a couple of ways to do it (though not using the NationBuilder baked-in splash page - you can request that feature here). You can create your own custom splash page that does this, or make your splash page template responsive with CSS.
Thanks.
