This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notification of replies to posts you've commented on (not just ones you've posted) | |
Ability to post things like this without a URL (think the self.subreddit posts on Reddit) to spur discussion | |
Ability to see a person's submission history (ie I like the last 3 posts that Morgan put up, what else has he shared?) | |
Those are really it so far, and I totally get that this is a hacked together platform on WordPress for an MVP, but as I find myself here more and more I find more things that I love about the site and would love to use more and figured it'd be worth a conversation. Bring it on. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign emails = case.emails %} | |
{% assign threadlength = emails.size|minus:1 %} | |
{% for email in emails reversed %} | |
{% if forloop.first %} | |
{{email.new_html}} | |
{% if email.agent %} | |
{% if email.agent.signature %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
var _ubaq = _ubaq || []; | |
_ubaq.push(['trackGoal', 'convert']); | |
(function() { | |
var ub_script = document.createElement('script'); | |
ub_script.type = 'text/javascript'; | |
ub_script.src = | |
('https:' == document.location.protocol ? 'https://' : 'http://') + | |
'd3pkntwtp2ukl5.cloudfront.net/uba.js'; |