Skip to main content

Activity

commented on How can I track RSVPs to a ticketed event when some people disable cookies in their browsers?
Can you specify what is the code to be replaced for the v2 donation pages to ensure cookies are enabled?
posted 2019-02-19 22:20:45 -0800
commented on Liquid error: facebook_uid is not a valid form field for Signup.
How does one see which fields from the signup page are read-only? I too have been struggling trying to figure out which fields can be added to the signup page and which ones cannot be.
posted 2017-10-04 11:45:17 -0700
commented on New and improved theme development with Dropbox
I sent an email to Help about this, but after I synced, there were many template files that did not download to Dropbox to begin with (maybe about 10% of files), meaning I can’t edit them. Once one syncs their NB account with Dropbox, you can no longer edit the old way, online in the Control Panel with Custom Templates.
posted 2017-04-05 13:41:51 -0700
commented on Can you unassign a point person and just have the point person not be anyone?
Danielle, Omar, and Harley — i was frustrated with the same problem but realized that it was linked to whether “volunteer” was checked on the user’s profile. When they’re marked as volunteers, they must have a Point Person — when not, they can have no assigned point person and the “x” appears.
posted 2016-08-19 11:41:45 -0700
commented on If Page.tag_slug == "
Jeff, in this example all instances of tag1 would be replaced with the appropriate tag? I cannot get this to work. Are you sure that those final if tags are correct? (it doesn’t appear to specify what variables would be set to tag1 or tag2.)
posted 2014-11-15 15:30:22 -0800
commented on How do I show last three blog posts on blog named fruit tagged with apple?
struggling with this as well, if anyone can post any documentation to filter blog posts from both a particular blog and with a particular tag. Marjorie, can you post how you were able to filter based on blog slug?
posted 2014-11-24 12:32:13 -0800
commented on teaser image for blog post above the flip
It works with the file upload
 {% for attachment in post.attachments limit:1 %}  
        <a href="%7B%7B%20post.url%20%7D%7D"><img src="%7B%7B%20attachment.url%20%7D%7D"></a>
      {% endfor %}
posted 2014-09-30 13:15:38 -0700