Skip to main content

Activity

commented on Are the pictures in your email blasts appearing in MS Outlook?
Make sure to set a width=“123” parameter on the <img> tag—that’ll fix this problem.
posted 2015-05-26 12:33:14 -0700
commented on endorsement
Bumping this—is_featured? is not working.
posted 2014-07-14 08:46:29 -0700
commented on site
@freshold are there any other attachment variables other than file_name and url?
posted 2015-02-25 11:23:33 -0800
commented on flash
Hey Jesse/C.J./anyone else: does _flash_notifications.html do anything? If not, I’d suggest deleting it, as it’s confusing.

I’m guessing not, because this is the default template—hardcoded names, etc.:
&lt;div id="flash_notification"&gt;
&lt;div class="headline"&gt;{{ flash.message }}&lt;/div&gt;
        &lt;div class="notification_list"&gt;

                &lt;ul&gt;
&lt;li&gt;{{ "fugue-xfn-friend" | icon }} Bob Fertik is following you &lt;span class="pc"&gt;+1pc&lt;/span&gt; &lt;span class="timeago"&gt;25 minutes ago&lt;/span&gt;
&lt;/li&gt;
                        &lt;li&gt;{{ "fugue-thumb-up" | icon }} Gong Szeto is liked your activity &lt;span class="pc"&gt;+1pc&lt;/span&gt; &lt;span class="timeago"&gt;28 minutes ago&lt;/span&gt;
&lt;/li&gt;
                &lt;/ul&gt;
&lt;div class="padtop"&gt;&lt;div class="silver-button"&gt;Close New Notifications&lt;/div&gt;&lt;/div&gt;

        &lt;/div&gt;
&lt;/div&gt;
posted 2015-01-07 08:06:19 -0800
commented on Theme API to Support Easy Theme Creation / Updates
Yeah, this is a necessity.
posted 2014-10-14 14:02:58 -0700
commented on unsubscribe
Is there no ability to add custom fields to unsubscribe pages, like “Why are you unsubscribing”? I’ve tried every iteration of custom fields I can think of, and it’s not working.

Can NB please open this page type up to people-type custom fields?
posted 2015-01-12 09:58:47 -0800
commented on page_tag
@ian try tag.tag.tag_name
posted 2014-11-22 06:56:42 -0800
commented on page
Anyone know if there’s a way to pull in a page’s template without using a partial?
E.g. if I can do {{ page.excerpt }} to render the excerpt, is there a way to do {{ page.template }}?
posted 2014-11-22 08:34:48 -0800