-
If you use Explorer 6.2, 7 and probably other versions, the forum embed feature does not work. If you log in and post, you get a: Out test is here: http://thorborg.tv/hvem-skal-med-thorborgs-talkshow It works with Firefox. We have made a whole new site, where we need the feature, so I hope that you have…
-
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"…
Posted to
Developers
(Forum)
by
Suren
on
Fri, Dec 26 2008
Filed under: REST API, forum, api, forums, Thread, Client API, ForumList, REST, Forum Thread Query, CS 2008.5 SP1, Forum List, Thread Subject, API Bug
-
The RSS feeds in CS is not coming through correctly. For example, I am subscribed to Forum 1 and Forum 2. On Firefox LiveFeed and Outlook feed functionality, all the posts from Forum 1 is also showing in Forum 2's feed, and vice versa. We tried this with dev.communityserver.com as well as our own…
-
Hello, We seem to have prolbems with our forum posts showing up in different areas. I have attached two screenshots. the first shows the root of the forum, without the offending thread in the forum list. The second shows the forum post when navigated to from the tag cloud. Why would the post be referenced…
-
Which administrative roles have access to see the "User Voting Report" in the forum poll? We thought it would be a ForumAdministrator, but users with this role did not see the User Voting Report link. The documentation refers to "If you have administrative privileges and access to the…
-
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 tried…
-
Hi I'd like to query my forum for the 5 last posts made The rest API works fine when just pulling the entire list out, but now i'd like to trim that output This is what I tryed and obviously failed.. ForumsService service = new ForumsService ( "http://mySite/" , "account"…
-
Hello, I am attempting to retrieve the posts to a forum to be displayed on the root site (CS is running as a separate application than the web site, www.mysite.com/community/boards) Code: ForumsService csService = new ForumsService("http://mysite.com/community/boards/", "user", "userAPIkey"…
-
Hi. I'm running a CS2007 instance. How do I enable "display user avatars" for all users? At the moment, avatars are only shown to users which have this option checked. How can it be applied to all users so that it always displays avatars? Thanks.
-
I have the following control on profile page to display the forum posts topics of that particular user. <CSControl:PlaceHolder runat="server"> <DisplayConditions Operator="And"> <CSControl:ApplicationPropertyValueComparison runat="server" ApplicationType="Forum"…