Recent Discussions
Customizing the My Settings page
Hi, I am trying to figure out how to customize the elements that are part of the My Settings page such as My Bookmarks and My Subscriptions. However there is no pages in the Studio Page-editor for those. All I see is a component called tabs. Please let me know what I am missing.Solved179Views0likes5CommentsProblems with creating a custom Analytics report
Hi folks, hope that anyone can help me with my problem. I would like to create a custom Analytics report, but when I have chosen all the parameters I need and run successfully the script, the result is a standard "Closed Conversation Report" I'm using postman and picked the follwing data startTime endTime CONVERSATION_ID STATUS ASSIGEND_AGENT AUTO_TAGS_TAGS CONVERSATION_RESPONSE_HANDLE_TIME CONVERSATION_TAGS_OR_POST_TAGS CREATED_DATE CLOSED_DATE POST_PERMALINK Well the standard report contains nearly every data I need, but there is one essential thing missing: a link to the public community post. Why the public one and not the link to Care? I have to report activities to an external department where people don't have access to khoros care. Any idea what's the problem? Regards ChristophCKummer22 hours agoAdvisor15Views0likes1Comment400/404 error on POST request
Hey, I'm trying to do my very first POST API call and currently getting stuck. I know there are other solutions for what I'm trying to do, but I'm also trying to learn something rather than straight up copying & pasting. <#assign boardID = coreNode.id /> <button id="subscribe">Subscribe</button> <@liaAddScript> (function($){ $(document).ready(function(){ $("#subscribe").on( "click", function() { $.ajax({ url: "/api/2.0/subscriptions", dataType: 'json', data: { "data":{ "type":"subscription", "target":{ "type":"board", "id":"blueprints" } } }, method: 'POST' }).done(function(response) { console.log('Success'); }).fail(function() { console.log('Fail'); }) }); }); })(LITHIUM.jQuery); </@liaAddScript> When I click my button on the page, I get a 404 error in the console: GET https://community-stage.blueprism.com/api/2.0/subscriptions?data%5Btype%5D=subscription&data%5Btarget%5D%5Btype%5D=board&data%5Btarget%5D%5Bid%5D=blueprints 404 (Not Found) I assume I'm doing something wrong, but I can't figure out what. I've tried subbing the variable for the ID of the board too and the URL is the same, with the same 404 error. The only thing that's sprung to mind is that the API's don't work with the CNAME and I need to use the original domain for our staging site? Thanks in advance.SolvedKev_B3 days agoAdvisor413Views0likes4CommentsWill adding/changing a custom tag trigger a Community event?
When using the About custom tags(NOT user facing normal tags❗ ) feature of Classic community: will a custom tag being added trigger a community event as defined in the Subscribe to Community events API documentation article?137Views0likes3CommentsNot able to access V1 API's form reference index.
Not able to access V1 API's form reference index. https://developer.khoros.com/khoroscommunitydevdocs/reference/community-api-1-object-index https://devdocportal.khoros.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&branch=Album23Views1like0CommentsSeeking Advice on Restricting Access to a posts to those who have the permalink.
Hi everyone, I’m facing a challenge in Khoros and could use some advice. I need to occasionally create specific posts and share permalinks via email with a customer base. However, we don’t want these posts to be accessible to random users browsing our community site. Most importantly, we do NOT want the root folder to be accessible, so that we can prevent users from accessing the repository of posts or easily gathering all the posts that we publish over time. Any suggestions on how to achieve this would be greatly appreciated! Thank you in advance. Fergalfergalwalsh10 days agoContributor58Views0likes3CommentsHow do I get the article ID in Freemarker in a TkbArticle?
This is Community Classic. I'm trying to write a component to display something from a hidden field (canonical_url) while on the page of a TkbArticle. It doesn't appear that either page.context.message.id or env.context.message.id work in anything Tkb related. What other options do I have to retrieve this information in the context of the page itself?phoneboy10 days agoDirector69Views0likes2Comments