Welcome to the BLOX Digital (formerly TownNews) customer community! Connect with other BLOX Digital customers—and with us—to suggest features, share best practices and ask questions.

Though BLOX Digital representatives often participate in discussions, this is not a customer service site. For immediate help, call 800-293-9576 or submit a support request via our online ticketing system.

+1
Answered

Access block custom properties in UTL

Aidian 7 years ago updated by Christine Masters 7 years ago 2

Anyone know syntax for access a block's custom property in UTL?  Context would be an to use as parameter in an if statement.  It's one of the (many, many) undocumented parts of the language.  Thanks folks!

Answer
Christine Masters 7 years ago

From within the block? Use this.block.custom.(custom property name), depending on the custom property type.


It's in the docs, but kind of hidden there. There is a dev-specific part of the documentation with it.


Also, there's a little question mark in the top-right corner that has some reference stuff.



0

Article: How Hearst Newspapers changes its paywall to drive reader loyalty

Kevin M. Cox 7 years ago in BLOX CMS updated by Paul Crawford 7 years ago 1

Good read, this level of flexibility looks great:


https://digiday.com/media/hearst-newspapers-changes-paywall-drive-reader-loyalty/


"At the Albany Times-Union, the first paper to test the flexible paywall, the total number of subscribers has doubled since it started tests in September, and the overall number of new subscriber numbers for Hearst Newspapers has jumped 10 percent."

+7
Under review

Quiz asset

David Marsters 11 years ago in BLOX CMS updated by Paul Crawford 7 years ago 12
Idea for the future: An asset that would support quiz questions, multiple choice answers and then providing the user a score at the end. We've used collection assets to fake quizzes before (1 image has the question as the caption, the next image has the answer, etc.) and they've been very popular on our website, so I think an actual quiz platform that provided the answers and score would be even more popular.
Answer
Christine Masters 11 years ago
Also, can you show me a few examples?
0
Completed

Webinar recording now available | Refresh your site for spring with these best practices

Cherry Wolf (Marketing specialist) 7 years ago in BLOX CMS updated 7 years ago 1

Watch the webinar recording now


Things move fast in the digital world—blink and you may just miss something! At our March customer webinar, we review recent features and updates you may have missed, and highlight improvements you can implement on your site today.


Image 375


We showed you:

  • Behind-the-scenes advancements that make your site faster and more secure.
  • New design features and set-up options you can use to improve your site’s user experience.
  • Ad tech optimizations to help you grow local and programmatic revenue.
  • New and easy ways to boost audience engagement and time on site.
  • . . . and more!

Watch the webinar recording now

0
Under review

I'm having trouble setting up an Alexa Flash Briefing.

kathy 8 years ago in BLOX CMS updated by Christine Masters 7 years ago 9

Support says I need a proxy server. Has anyone else got this working that would point me in the right direction please?

0
Under review

Subscribe with Google question

Rob Weir 7 years ago in BLOX Total CMS updated by Christine Masters 7 years ago 1

It looks like Google is offering up some new features with its Google News product, including a way for people to subscribe to newspapers with a Google account and a saved (with Google) credit card. It looks like this would streamline subscription for a lot of users, but I assume Google would also take a cut. 

https://blog.google/topics/google-news-initiative/introducing-subscribe-google/

Has TN been involved with this at all? Looks like some large publishers are on board.  

Answer
Christine Masters 7 years ago

We have been consulted about the initiative as part of our Google partnership and as part of our AMP integration, but aren't yet part of the beta. 


We do have Single Sign-in available now through oAuth 2.0. Here is a page on how to do this: https://help.bloxcms.com/knowledge-base/applications/settings/users/federated_authentication/article_ec11c076-fab5-11e6-b45b-ef23752afc52.html


So, once authenticated, you can log into the BLOX front-end with no sign-in as long as you're signed in to Google.


(We have Facebook authentication as well, which is popular.)

0
Answered

serve HTTPS from blox app directory

Aidian 7 years ago in BLOX CMS updated by Christine Masters 7 years ago 1

Anyone know if this is possible?  Our site is now HTTPS, but assets in the app directory aren't, so they won't display.

Answer
Christine Masters 7 years ago

The /app directory should allow http or https as long as you are calling that from the original code. You would need to ensure that the reference in the code is actually pointing to https however. Protocol-less will also work, but these days we recommend just doing straight secure always, regardless of whether or not your site is secure.


In other words, if your website is asking for an image in the /app directory, it needs to say:


<img src="https://example.com/app/images/image.jpg">

instead of:


<img src="http://example.com/app/images/image.jpg">

If you're doing this already and it isn't working - please let me a link (you can create a job ticket also) so we can look.

0

Anyone have a Google Ad Experience Report yet?

Christine Masters 8 years ago in BLOX CMS updated by AlxMin 7 years ago 2

Go to webmaster tools, then Web Tools and see if you have a report yet. My "Google Sites" page has been reviewed, but none of the other sites I have access to have been reviewed.


Image 317


Anyone else? Let us know!

+1

Amber alert option

Shawn Willmon 7 years ago in BLOX Total CMS updated by Robert Armstrong 7 years ago 1

It would be nice to have an option to push a story for an Amber Alert in the area to the site.


+2

Feature request: Reader blogging platform

Thomas Martinez 7 years ago in BLOX CMS updated 7 years ago 4

How many of you would welcome a more robust "article submission form" to use as a reader blogging platform? I'm talking about the same functionality of the story asset, with hyper links, ability to submit multiple photos and place them in the text where needed, etc. 


I have seen a few requests for hyperlinks and other stuff in the "article submission form," but I think full functionality would be welcome.


Our only other option would be to open part of our admin to readers, and we really don't want to do that as that will bring in a whole other set of problems.

+1
Under review

Feature request: Import unlisted YouTube videos from owned channel

Erica Smith 7 years ago in BLOX CMS updated by Christine Masters 7 years ago 1

YouTube is working with publishers — there's a whole YouTube for Publishers program. It's also our video player, so we upload and monetize all videos through YouTube. That works great on videos that we create — we upload them and publicly publish them. We also use AP video. We can add (and monetize) the video to our site through YouTube, but not to our YouTube channel. The easy way to do that is to add those as unlisted videos. 


Syndication pulls in YouTube feeds; very handy. But only public videos. The API that Town News uses searches YouTube, similar to a user searching YouTube, so unlisted videos are invisible. To add unlisted videos to Blox, I have to manually create a YouTube asset. 


Is it possible to change that a bit so that unlisted videos on my YouTube channel also can be imported? 

0
Under review

Help with Calendar Query Rules

Marshall Hopkins 7 years ago in BLOX CMS updated by Christine Masters 7 years ago 3

Can someone help me find the accepted values for calendar query rules with dates? For example, I can see that for the rule "Creation Date/Time" I can Choose an exact date, say "Feb 1, 2018" but I also see that we are using "Today" as a value in some places. Where is the documentation for all the accepted values for these rules? Can I write "Tomorrow" or "Today +7"? 


this Calendar Query Rules doesn't seem to have it.

0
Completed

Vote now: Local Media Association R&D Partner of the Year

Cherry Wolf (Marketing specialist) 7 years ago updated 7 years ago 3

Exciting news! TownNews.com made the final list for the Local Media Association R&D Partner of the Year. Now, the voting begins.Our mission every day at TownNews.com is to help our partners grow digital revenue and audience with our tools and technology, and we would love your vote and support for this honor. Thank you. 

+3

Add Mailchimp preferences to User Dashboard

phumes 7 years ago 0

We currently use Mailchimp to send and manage our email news blasts. Our subscribers are limited to updating their preferences within mailchimp settings. We would like to add a feature to our User Dashboard (“townnewssite”.com/users/admin/) so that users can manage their Mailchimp preferences, like what is available through Constant Contact.


We need this implemented because we prefer the use of Mailchimp vs Constant Contact for its usability and design capabilities. It has become a burden for our readers to manage two different accounts and our newsroom would like to move towards more streamlined personalization features. We anticipate this improved personalization will make our users turned newsletter subscriber into paying members, which will increase our happiness with the capabilities of TownNews CMS :)

+1

Feature Request: Minify CSS/JS on the Fly

Robert Dundon 7 years ago in BLOX CMS updated 7 years ago 1

Let's say we have some CSS and JS in the global skin and UTL components. It's on the CDN as the other JS/CSS files as Core TN stuff. This works great!

However, can there be a way to access a minified version of those files? For example, if we have a file in global in resources/scripts/somefile.js (which would translate to something like https://bloximages.newyork1.vip.townnews.com/example.com/content/tncms/live/global/resources/scripts/somefile.js on the CDN) can we have a minified version like https://bloximages.newyork1.vip.townnews.com/example.com/content/tncms/live/global/resources/scripts/somefile.min.js ?

Just a humble idea by me. Thanks!