Browse by Tags

Tagged Content List
View more results: All Community | Telligent Enterprise
  • Forum Thread: Changing the GIF's in the Forum Post Expandable Pop-Up Menu to PNG's

    Hi, I need to change these GIF's to PNG's and cannot locate the correct spot in the SDK to do so. For example for the Favorites Menu, located on a Post, I want to have different icons for Add this User... Add this Post.. etc. What's the best way to search through the SDK to find...
  • Forum Thread: Post Notification for your own posts

    The default behavior for community server is that if you're watching a thread and you post on it, that you get a notification that a new post has been added. Is there any way to turn this off so that you are excluded from being notified of your own posts? Jason
  • Forum Thread: Request Access to Forum

    Hi. We are creating forums that are only available to users within certain roles, however, anyone can see the list of forums. The problem I forsee as we launch this is that there is no way for a new user to request access to a certain forum. I.e. A user wants to be a part of the Mom's Group forum...
  • Forum Thread: How do you get the latest forum posts from ALL forums

    Does anyone have a code sample demonstrating getting the most recent forum posts from all forums on site? Thanks
  • Forum Thread: How could I provide an alternative list of forums in a separate directory?

    Let's say I'd like to have an area on my site that is for just forums designated as question & answer discussions. Instead of going in mysite.com/forums like the rest of the discussions, they'd be under mysite.com/QnA. What would be the best way of doing this? My first thought was to...
  • Forum Reply: Re: How do you get the latest forum posts from ALL forums

    I figured it out.. hope this helps others ForumThreadQuery forumQuery = new ForumThreadQuery (); //forumQuery.GroupID = 9; //uncomment if you want results only for a particular forum forumQuery.PageSize = 3; forumQuery.ForumID = -1; forumQuery.SortOrder = SortOrder .Descending;...
  • Forum Thread: Error adding Forum Post

    All of the sudden I am getting errors on all of my forums when I click the add post button. The bolded text below is what is being sent to the url? It is like it is adding the same url twice? Any ideas? /forums/AddPost.aspx?ForumID=15 ,/CS2007/forums/AddComment.aspx?ForumID=15
  • Forum Thread: Thread "Subject"

    Greetings, I am using API to get all the threads, I am getting an error when trying to get the subject for the threads. it is blank for all the records. can any one help me in this issue????? ForumsService service = new ForumsService(" http://localhost:100/ ", "admin", "nt584hmp"...
  • Forum Thread: View Count with REST API

    I am wondering if there is a way to get the view count for a thread in a forum using the REST API? Does this functionality even exist anymore? From looking through previous forums posts here it looks like ti used to exist. Thanks
  • Forum Thread: How to display forums from outside a group in the group's home page?

    Hello everyone I am in the middle of a CS implementation. We successfully imported our forums inside the CS 2008.5 and we are organizing our community in different groups. Since groups can only have one forum and we have a legacy of several forums per group, we decided to keep forums outside the...
  • Forum Thread: Problem in <CSForum:ForumData/> control

    We are using community server forums in which we are allowing signed in user who has joined a perticuler group can add a new post but if user is not signed in or if he has not joined the group is not allowed to "write a new post". But when we click to add a new post in these exceptional scenarios...
  • Forum Reply: Re: Fetching a list of forums in a group

    Alex, After upgrading to CS2008.5 SP1, the version of the dll file now is 4.0.0.0 - it has actually reverted to an older version!! Also, it seems to have totatlly changed the API code in it! Can you please point me to a path where I can download just the new DLLs from? Regards, Paras Wadehra
  • Forum Thread: REST API ForumPermission POST ADD UPDATE Help "API Object does not exist (use POST to create this object), invalid Uri"

    I can successfully create a new Role with the API. I can successfully GetPermission of the Role created. I now want to set specific permissions for that role and add the forum permission to a specific forum. ForumPermission fp = service.GetPermission(newRole.Name);...
  • Forum Thread: RSS feed for tag pages?

    Suppose we have a URL such as "/tags/mytag/default.aspx". It returns a web page with the items related to the tag "mytag". Is it possible to get an RSS of these items? Thanks.
  • Forum Thread: REST expansion

    Hi, I've downloaded the 2008.5 SDK etc.etc and cannot find where to add XML to the REST API. I want to add an Endpoint attribute to the UserInfo element in the forums API. Could someone help, please? Thanks, Matt.
  • Forum Thread: API: Include attachments in posts

    Hi, I use the API to make some posts... I can read the attachments in emails form an email box and I want to add these attachments in posts via API... I found the function POST /api/forums.ashx/[forums/{ForumId}/]posts/{PostId}/attachment in the url but I cannot figure out a way to use it so as...
  • Forum Thread: Embedding a forum in a non-CS page

    Hello all, I'm currently trying to extend Community Server 2008 in what appears to be an uncommon way, and after 12 hours of experimentation, scanning forums, stumbling through the API and control documentation and googling I haven't been able to find a viable solution. If any of you have...
  • Forum Thread: Getting content from a closed group

    Hi all, if i create a Private (unlisted) group, and i enable the forum facility, and make a post to it. I would like to display on the main homepage - not the group's home page a list of all recent forum posts including the ones to my private group. I can see this information showing up...
  • Forum Thread: forum stats

    are there any rss feeds that are already created that i can grab the forum stats such as how many posts there have been etc or is there a good way to do this? i want to get teh stats and show them on a seperate site. well it is the front end of the main site.
  • Forum Thread: GET Latest Forum Post

    How can i get latest forumpost through API for a forum!
  • Forum Thread: To upgrade or not? Help!

    Hi - Just spent the last few months developing a CS 2008.5 site. However - we're really running into a problem in that the client needs multiple forums and media galleries in groups (which we are using to create a sub-communities). I see the new version allows multiple forums, galleries etc per...
  • Forum Thread: What Am I Missing? - Moderate ForumPost via C# and API

    I like to consider myself fairly handy, but the Forums API has me stumped as to how to moderate a post. Say that the forum id is 1 and the post id is 2 and ForumsService.GetModeratedPosts(1) returns, as expected a PagedList of ForumPosts... then what... I tried setting IsPublished = true...
  • Forum Thread: REST API example doesn't work for me (demo license expiration issue?)

    Hi there, I'm using the Get Active Forums Threads sample REST call (great documentation by the way, although it took some finding!). I've replaced the API key with one issued by TE . I'm doing this initial test with the admin account. Here are the lines I've changed...
  • Forum Reply: Re: Displaying the most commented threads on homepage

    Hi I would really appreciate if anyone could help with with this...
  • Forum Thread: Is it possible to configure browse forum widget to show forums from particular group?

    Normal 0 false false false EN-US X-NONE X-NONE ...