We have a need to set certain sites, blogs, and forums to be read-only, so that users can refer back to the archived content, but not add new content/comments or make edits to existing content.
What is the best way to approach this, perhaps through…
We are trying to build a new widget and we would like to incorporate information about our users. For instance we would like to have some of the following using the API:
Activity
Most recent posts (post date, subject, link)
Most recent joined…
I wanted to show more Analytics using the Forums - Details Widget. Currently, if you drop that widget on a Forum, it shows the total Discussions or Questions using ThreadCount property, which is fine. I wanted to include also the Total Replies as a forum…
Half my wiki pages are in alphabetical order and then the alphabet restarts with another set of pages in alphabetical order.
Does anyone know why or how that is happening? I did not change the order manually so it's odd that this is occurring.
When I try to put in the parent community group, the main site, into the field where you identify which group the Tagged Content List widget pulls from nothing pops up in the selection drop down.
The wheel spins, but nothing populates. This happens…
We launched a new Media Gallery around Nov 29-30 that is publicly accessible. Each Gallery File is a YouTube or Anchor.fm link so that it displays on the gallery file page and the user can watch the video directly in the community.
Looking at the Interactions…
Hi everyone,
Are there any way to get a free-trial version of Verint community platform.
I created .NET library for developers to interact easier with platform APIs, but it's hard for me to test where there are no free or sandbox version
Is there a way to change the font size beyond going into Format - Headings or using the source code? Some of our group owners would like a bit more flexibility with the font options to create groups and layouts that fit their needs.
Similar, is there…
We would like to call an API from a widget on load, but we do not want the request to be called by the client. We would like it to be called by the server when the widget is loaded. Is this possible? I can't seem to find any documentation on using the…
I have a user who would like to change the default view for their Notification list to "That Aren't Read". Is there a way for her to modify her settings?
Hi,
I am trying to find a way to notify the group managers when it's been a while since the question was posted an it didn't have an answer. I have to call an API to see the date the post has been posted and to verify if the difference between the current…
Hi,
We wanted to know the selected Time zone in the community which is configured by the admin
Can you please let us know what is way to get this, whether using In-Process api or REST api to get the Time zone?
Hi,
We are getting wrong values from the following API request,
Request : --location --request GET ' mycommunity.com/.../threaded.json
Screenshot:
Highlighted children array having only one object but in the Next sibling count its showing…
Hi,
We have attached two examples in which the response we got from API,
Can any one please clarify that why the child count is different?
Request: curl --location --request GET ' mycommunity.com/.../threaded.json
Example 1: Index (0) gives…
Hi,
We are using the following REST endpoint to get the list of Activity stories in the Testing / Staging environment.
List Activity Story REST Endpoint - API Documentation - Verint Community 11.x - Verint | Telligent Community
But when we compare…
Hi,
We wanted to create a forum select control in the plugin, we are able to make this control in the widgets by setting the following fields.
dataType="custom"
controlType="Telligent.Evolution.Discussions.Controls.ForumSelectionControl"
I…
Hi,
The following REST endpoints are returning empty spaces where we have emojis in the body of the content.
/ api.ashx/v2/content.json
/ api.ashx/v2/search.json
/ api.ashx/v2/stories.json
Can you please suggest us the api which will return…
We are trying to create a new webhook event by following the document : IWebhookRegistrar Plugin Type - API Documentation - Verint Community 11.x - Verint | Telligent Community
see the following screenshot, as we created the webhookevent object and…
Hi,
I wanted to provide a feature to upload a file using configurable property in the plugin.
I have done this feature in Telligent 10x, see the following code snipped.
Property property1 = new Property("PublicKey", "Certificate*", PropertyType…
Hi,
As part of the new features we are adding new custom tables and stored procedures in the community database,
Right now I am using the ADO.Net (Connection, Command, Data Reader, Data Adapter and Data Set classes) to make DML operations.
Can I…
Hi All,
I need to implement an extension method and it suppose to be 2 parameters,
but one is mandatory and another one would be optional parameter.
See the following my logic
public string SubCategoryList(int categoryId, bool isForumThread =…
I'm using the Rest API to pull search results from the Community, I wanted to get the results from a specific group,
see the following parameters that I am using.
{ "Query": " q=my search string " }
curl --location --request GET 'mycommunity…
Background:
We launched our community a little over 3 months ago as a mixture of a "new build" and migrated from our previous (Jive-x) community.
The migration was performed in-house by one of our developers (not me, but I was actively involved…