311.50pc
Artist, Writer, Political Media Consultant. The last Webmaster for EFF. I create political websites on the NationBuilder platform and I'm awesome at what I do.

Tim Wayne's activity

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!


Tim Wayne commented on Having one page show Activity Streams of all pages 2013-05-15 15:56:05 -0700 · Flag
Is private activity not shown by default?

If not, then would this hide private activity? {% for activity in site.activities limit:10 %} {% unless activity.is_private? %} {{ activity.show }} {% endunless %} {% endfor %}

Tim Wayne commented on Displaying list of endorsements which are not featured 2013-05-11 14:44:32 -0700 · Flag
I’m not seeing the liquid on Lilia’s answer. I’m just seeing the markup language.

Kathy Jacobs responded to Getting an "Broadcaster can't be blank" error on Analytics setup 2013-04-14 12:16:56 -0700

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 Jacobs

When 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.)


Ian Patrick Hines responded to Posting petition total on another page 2013-04-09 15:29:32 -0700

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 Hines

To 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


Tim Wayne commented on Making the Featured Content Slider tabs link to internal pages 2013-03-19 14:15:58 -0700 · Flag
Thanks, Jason. I hoped there was a method other than tinkering with the JS for the slider, perhaps something I may have missed in the CRM. Well, it’s good to know.

Kathy Jacobs responded to How do I change the account name on a site? 2013-03-03 12:18:25 -0800

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 Jacobs

At this time, you are not able to change the slug for your nation. 


Tim Wayne published Featured Image Slider content disappeared in FAQ 2013-02-19 17:21:24 -0800

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? 


Lilia Villa responded to How do I disable a splash screen on devices? with completed 2013-02-14 11:11:34 -0800

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 completed

Hello 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.


Tim Wayne commented on API for pushing data to NationBuilder 2013-02-12 12:01:42 -0800 · Flag
I would LOVE LOVE LOVE this feature.

1  2  3  4  Next →