Though TownNews.com 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.

Multiple sort directions in search results
Say you want to create a search link that sorts by start_date and then, within each date, sort by priority. Not sure there is a way to do this now with search parameters.
Would be useful to continue where a block page leaves off with a search page.

Can someone describe the Zen custom property article_rail?
I'm trying to do a minor site redesign for one of our Zen sites(since we can't switch to FLEX yet). And I'd like to see how it looks to drop the right rail from the article pages. There's a custom property article_rail. I've set it to false but it doesn't seem to do anything. Is there something I need to do to make this work?

Hi Nick!
This property adds a region that will be inside the story on article pages. Unfortunately, this was before we had Utility Regions, so in order to get to it in the block editor, you have to go to the index page and then you'll see a box that says something like, "This region will only appear on article pages." If you place blocks there, they will NOT show on the index page, but will show in the article.
Honestly, this was very confusing to customers, so we moved to Utility Regions on Flex. But, you can still employ it on Zen if needed.

Feature request: Expanding on infinite scroll
Is it possible to consider expanding infinite scroll so that when a user gets to the bottom of a story, the next story in the index loads, the URL changes and ad refreshes?
Example -- http://www.espn.com/blog/sec
The current iteration of infinite scroll where it populates related stories is great. We thinking populating new stories would go even further in piling up page views and helping a site recirculation traffic.

Join us | Get more from your online classifieds!
At our November 2016 webinar, Phil Pracht, product manager for
TownNews.com's classifieds and business directory offerings, will show
you what's new in BLOX Ad-Owl and BLOX Classifieds, and demonstrate easy
ways to drive more traffic to your classifieds. Topics will include:
- Creating and editing classified ads with our all-new ad order entry wizard--you can even include images and upsells!
- Boosting revenue with print-to-web ads, print upsells, and our new utility regions.
- Optimizing your classifieds to lift traffic and SEO.
- . . . and more!
Ready to upgrade your online classifieds? Join us on November 3rd at 10:30 AM CDT!

Feature suggestion: Larger previews of attached child images
I often find myself having to choose a lead photo from the ones our photographer has attached to an asset. However, the previews are tiny when you hover your mouse over them. And even if you open the image asset, you really have to hit the "crop" button to get a larger view. And that just shows you one image at a time.
How about a special button that can open attached child images in a special "grid view" window that will let you see their previews at a larger (adjustable?) size. Bonus points if you can rearrange the children's order from that grid window.
Of course, I'd like to see this both in CMS, but especially in TCMS.

Feature Request: Allow a sub-domain to point to Flex templates during transition from Zen
We're in the middle of our transition from Zen to Flex and my biggest complaint is that there is no publicly viewable way for people without a BLOX admin account to preview the new site. The login requirement also makes it harder for us to test it on a multitude of devices.
Now obviously this won't help us since we'll be done with the transition before it could be implemented, but I think a really cool and helpful feature would be the ability to point a sub-domain at the Flex URL map before the switchover, and NOT require an admin login.
For example: http://beta.galvnews.com
Now obviously I can redirect a URL to the appropriate preview URL right now, and have already done so. But the login requiernment prevents us from sharing the preview of the new site with a reader advisory panel or colleagues at a sister paper, etc.
What do y'all think?

Feature request: Using cookies to remember users' preferences
Feature request: The ability to ask a user which 'section' of a site they'd like to default to next time they visit a certain page.
1) What problem(s) does this idea solve?
>> It's possible our company would one day like to market 1 URL to our readers instead of 3 (one for each market we cover). This feature would help us with our messaging.
2) Why do you need this idea implemented? Provide as many problems or use cases as possible.
>> Example: Joe Smith visits theadvocate.com. He sees a window that asks if he'd like the site to remember which page he'd like to visit next time he comes to theadvocate.com. Joe says 'yes, I'd like to automatically be taken to the New Orleans section (theadvocate.com/new_orleans).
3) How often would you use this feature? >> Daily
4) How many people in your organization would use this feature? >> Everyone. About 100
5) Post on TownNews community forum >> Will do

Metered Paywall
Is anyone running a metered paywall (vs. a hard paywall)?
We’ve started discussing the pros/cons prompted by this article:
I’d appreciate any feedback y’all have on the subject.

Who else's site having issues for users on Safari w/ iOS 10+?
As TN has advised, clearing the browser cache fixes the problem (we believe). Has anyone else had the issue? It looks like this. Any success sharing cache-clearing tips to readers?

HTML assets and other assets in Facebook Instant
At the moment only related image assets are supported in Facebook Instant feeds. In the future, if the feed supported all related asset types TownNews could correctly integrate the widget as an HTML asset.
Would anyone else find this helpful? It'd allow
videos, tweet, FB posts, Instagrams posts, etc to be available in your
Instant Articles.

Please make "Broadcast" option available in Total CMS
It would also be nice to have the stories broadcast to the social media sites at the publication time set by the reporter.

We have customers that may have a TCMS site feeding multiple websites. The Broadcast channels may not line up one to one from TCMS to the website - it almost needs to be tied into the site tag somehow.

Column view choices in TCMS
I am probably not the first to suggest this feature, but for those of us in TCMS, are there plans to expand the options of column views under search results? Currently available are: Slug/Status/Sections/Authors/Priority/Start Time/Delete Time/Workflow/Print/Depth/Modify time/Modified by

Integration of Double Click for Small Business

All of date's news for a date in the past?
Just wondering if any had any input on this?
Here's the goal: Provide a datepicker interface that will select any date and display a page with all of the assets published on that day, on one page.
Approach 1: Custom search page.
Starting point is something like this: http://www.columbiatribune.com/search/?d=2016-04-09&l=100&app=editorial&type=article
Using the search parameters: http://help.bloxcms.com/knowledge-base/applications/design/templates/modules/by_application/type/search/article_33ecc2fa-6e9a-11e5-b11b-6f69a19d81ac.html
Ideally, we want to put all of a single section's news, grouped with its peers (other articles of the section) and sorted by display priority. For instance, display all of /news/ section and it's children, sorted by display priority. After that, display all of /sports/ and it's children, sorted by priority as well.
You can do this, but you can't do it on one page. You could do all of /sports/ like http://www.columbiatribune.com/search/?d=2016-04-09&type=article&c[]=sports* but you would have to ajax these onto the page in order to display multiple sections.
One way around this problem is to filter the array of search results that you get back.
searchResults = cms.search.results; articleGroup = tribune_filterAssetsByType(searchResults,'article','include'); newsGroup = tribune_filterByTopSection(newsGroup,'perspectives','exclude'); sportsGroup = tribune_filterByTopSection(articleGroup,'sports','include');
Where the filter macros just look for the appropriate sections or type and only return the correct ones. Because you're filtering by priority, this works, because you're not messing with the sorting, you're iterating in order. Behold, a list of assets of a section, sorted by priority, just like we want.
So this works great except for one sort of big caveat: When you have over 100 stories, it's incomplete. You can't return more than 100 search results at once, so you're stuck either ajaxing in the remainder after page load, which requires you writing a second version of your filtering at the script layer to do this... An inelegant solution at best.
Fantasy Approach 2: Using blocks
This isn't possible as far as I know right now. It also avoids all custom programming sorts of stuff and fits right into the "everything is a block" paradigm and that's great. If you had some way to grab url query parameters or read POST parameters out of the page request inside the block query rules, you could do some cool stuff.
Here's an example of how this might work:
In block query rules, you add "Start Date time" rule. In the operation list, there's a "From Request" and then an input to enter the name of a URL parameter.
That's all the user facing stuff that would be needed.
This blows open what is possible with blocks, IMHO. I could build my project above in 15 minutes and be done.
With this and some way to define URL routes and act on them, BLOX becomes a much more powerful framework. Say you wanted to make /archive/2015/ point to a landing page for 2015 or archive yyyy to go to any year's page, but you didn't want to define hundreds of years by hand and thousands of months under them, you need some sort of routing interface and some way to get that routing info into the Blocks.
Only actual approach 3: Using javascript
The search page has a JSON output, with f=json. That means I could load lots of search pages with whatever parameters I choose, parse the JSON, and build a page. Downsides, I need to make a version of card_summary in JS to put the things on the page.
This would be good practice for a native app as well.
Customer support service by UserEcho