ContributionsMost RecentMost LikesSolutionsReporting on Tags Hello, I'm curious if anyone has had luck in the past and/or knows how to get some specific reporting metrics on tags or custom tags. We're specifically looking for the time stamp that specific tags were used as well as which conversations they were used on. Example: Tag A was added to Topic X on 3/1/2017 @ 12:00 PM. Tag B was added to Topic X on 3/1/2017 @ 12:05 PM. I'm interested in both standard and custom tags. Possibly something that can be done via API? I've searched the Lithium Community and found info on retrieving the tag name and message, but don't see anything about the tag time stamp. /t5/Developers-Knowledge-Base/Retrieving-messages-from-a-forum-by-tag-or-author-using/ta-p/6629 Thanks in advance! SolvedRe: Custom Content Links By LanguageHTML in the text keys worked!Custom Content Links By Language Our community uses a couple custom content modules to display promotional text + links throughout the site (see example images). The text itself is localized via text keys to adjust based on a users language setting. Question: is it possible to adjust the custom content code so that corresponding link also adjusts based on a users language setting? SolvedRe: 16.3 Release Notes It looks like the updated subscription options when moving posts is only applicable to replies, not new topics (our primary use case for moving posts)... Any chance that this will be expanded at a later date? EDIT: I just created a quick idea to summarize the issue / formally log the improvement request :) http://community.lithium.com/t5/Product-Ideas/Update-subscription-options-when-moving-topics/idi-p/220183 Announcement Time Specific to User Settings Hello, We occasionally run different events in the community, and/or need to announce outages on the site that are expected to take more than a few minutes. Does anyone know of any code that I can use when adding text to the community announcement section that will pickup a users setting for time zone and potentially convert a time so that it's specific to them? Ex: 'Fusion Answer Day happening at 10 AM PT', cloud be 'Fusion Answer Day happening at 5 PM UTC' for someone with UTC selected as their time zone. Being a global company it's tough to come up with a solution that is relevant for all. Recent Blog Articles Widget We have a number of widgets setup on our community category pages which display relevant topics from forums and ideas. I'm trying to emulate the widgets to display the 3 most recent blog articles. Any thoughts based on the code used to bring in the 3 most recent ideas submitted? <#include "category-page-ideastation.ftl" /> <#assign topics_count = restadmin("/categories/id/" + coreNode.id + "/topics/style/idea/count").value> <#if (topics_count?number > 0 )> <#assign cat_obj = "/categories/id/" + coreNode.id + "/topics/style/idea/recent?restapi.response_style=view&page_size=3"> <@ideastation "no" cat_obj coreNode.id/> </#if> Re: RSS Feed for All Topics I had some how missed that in my searching but it's exactly what I was looking for. Much appreciated VarunGrazitti! RSS Feed for All Topics We have several strategic resellers / partners who would like to display our community activity on their respective sites. Specifically a listing of new topics as they come in. As opening up API access is not necessarily an option, is there any way to enable an RSS feed for the following page? http://forums.autodesk.com/t5/forums/recentpostspage/post-type/thread If not, any other suggestions? SolvedRe: IdeaExchange Data Scrub to .csv I would love more information VarunGrazitti! OlivierS, would that search export contain all of the items listed in my original post? IdeaExchange Data Scrub to .csv Hello, We're looking for a way to scrub our IdeaExchanges (individually) and export the data in a .csv file. This would include information like current status, labels, comments, and the body of the idea which is not currently available in LSI. Has or is anyone doing this today? If so, any suggestions on what it would take to make it happen?