283.50pc
Partner at Liberal Art: Design + Tech for Dems + Progressive Orgs.

Steve Ofner's activity

Steve Ofner commented on Uploading images from computer 2013-06-07 14:18:27 -0700 · Flag
NB operates a bit like Drupal. Upload the image you want to files then it’s accessible via a dropdown in the wysiwyg editor’s image popup.

Steve Ofner commented on Be able to reuse URLs 2013-06-07 17:29:34 -0700 · Flag
The beauty of it is URLs survive long-term indefinitely as bookmarks and such and you can manage redirects within the top nav interface the same as an ordinary page — make them parent or child move them around, etc.

Steve Ofner commented on Allow modification of "Process Donation" button 2013-06-03 12:10:58 -0700 · Flag
You can modify your donation template, specifically this line: {% submit_tag “Button Text Here”, class:“success-button” %}

Check the link below for information on changing one page vs all donation pages and built in themes vs customised, but it’s pretty simple.

http://nationbuilder.com/theme_documentation#theme_v_page_level_editing

A.J. Carrillo tagged Steve Ofner's Content sharable or callable across Subnations with Important 2013-06-12 11:18:39 -0700

Content sharable or callable across Subnations

As we start scoping sub nations we're seeing a need to share some sort of content across subnations to keep messaging inline and to drive traffic across the subs array to the appropriate outlet. 

This may already exist, but it would be extremely useful to call content across subnations either by tag or explicitly by ID or something else. 

The major scenarios would be:

  1. a shared bit of content from the parent that can be updated once but employed on child nations 
  2. tagged content somewhere in a nation array that can is displayed on other nations like related blog posts or actions

Realize that from any nation in a group would be messy especially in large arrays. So some sort of limits would be understandable:

  • on content types sharable
  • direction of sharing within family (just down, vertical or horizontal only)
  • caching (infrequently updated not realtime would be fine) 

Basically, if we can any sort of dynamic sharing across it would be great…


Julie Niemi tagged Steve Ofner's Excerpt field on every content type. with Website 2013-06-05 15:43:15 -0700

Excerpt field on every content type.

In lieu of custom fields for content items — which seems unlikely any time soon — it would be helpful if there were some consistency in content items so that different types can more easily be aggregated in displays by tag, recentness, etc. 

As we build more complex sites, we find that we have to build complex conditional displays for different types of items as some have excerpts, some don’t, some have pre-flips, some have intros, some are posts vs pages, etc

In most cases we’re aggregating a few of the most important items on the site at a given time and it would be super useful to have more than just a headline on these aggregated lists. But the inconsistency in fields makes it hard to code and hard to train clients to use as there are different rules per page type. 

Just having an excerpt on every type (including redirects as we’ve found on large subnation arrays) would solve this if it’s not too much trouble. As excerpt is an optional field for the most part, it wouldn’t cause any major issues for less complex sites/users.

Official response from Jim Gilliam

Have you looked at the _page_excerpt.html include?  This does what you describe -- creates an excerpt specific to each type of page.


Steve Ofner commented on "Show All Blog Posts from Subpages" (instead of entire site) 2013-06-01 17:28:17 -0700 · Flag
you can this pretty easily with tags. the logic is simple and you have unlimited control of the display and conditions including boolean combos. This should get you started: http://nationbuilder.com/theme_documentation#display_content_from_pages_with_a_certain_tag_on_another_page

Include the address specificity filter from backend people map on event and other maps

The feature here: http://grab.by/kllO that filters address accuracy to city, state, country, etc. would be extremely useful across the system. We're currently experiencing almost 100% address failure internationally outside of US/UK for user created events and this would at least allow for mapping to a degree without the multistep manual correction method we're using now on several thousand events. 

If that filter could be added even at the template level or somewhere in the backend it would make life much easier as even Google directly has huge issues with street addresses as conventions vary so much from country to country. 


Steve Ofner commented on Add country code to event-export CSV 2013-02-28 10:35:11 -0800 · Flag
This should be a quick fix and key to international orgs.

Steve Ofner commented on Like to Grant Membership Levels Different Access to Site Pages 2013-02-03 07:51:37 -0800 · Flag
note that “member” would need to match your specific membership level names and it could multiple levels tested for

Steve Ofner commented on Press release archive 2013-02-03 07:39:03 -0800 · Flag
just put your press releases under a blog page type as subpages. It will aggregate and paginate the list, you can then modify the template on that list page to be more “PR” like.

Alternatively, you aggregate a list of pages using a {% for %} statement by tag but those are capped at 10 and don’t have pagination, so for most uncertain length lists blog is the way to go.

1  2  3  Next →