Questions tagged [community-server]

Community Server is a social software platform developed by Telligent. This has been re-branded as Telligent Community and provides social tools such as: blogs, forums, wikis, media galleries, groups and user profiles.

The last version of Community Server to be released was CS2008.5. Telligent Community started with version 5.0 and provides significant improvements in functionality over Community Server including a fully widget-sed interface, exportable layouts and themes and custom pages.

32 questions
0
votes
1 answer

Need to override method that is in a namspace with another class which constructs it

I am trying to override a method on a control in the Community Server SDK called 'InlineTagsContainerTagEditor'. When I find the source for this control, it is inside of a file with another class called 'TaggableContentTagEditableList'. Here is what…
user53885
  • 3,809
  • 11
  • 33
  • 43
0
votes
1 answer

What is the problem while running mongod.exe?

shutting down is showing what does this mean? I m having problem in running mongod.exe
0
votes
1 answer

Mongodb download option for community server not available

So I need to download Mongodb community server for my class. However, the download option itself is not present in the mongodb page! I am using windows and internet explorer to do this. The options of version, platform, package and the download…
R R
  • 1
0
votes
0 answers

Error while trying to find a role for the user 'chuacw'. Possible cause is a invalid client cookie or a user rename

I am running a blog on Community Server 2008 SP2 (this is a blog software from between 2008-2011), with ASP.NET 2.0. Comments are currently not working, and I'm looking into why it's not working. When I looked into the exception logs, I…
chuacw
  • 1,685
  • 1
  • 23
  • 35
0
votes
2 answers

Community Site with Blogs and forums - Oxite, DNN or CS?

I need to do a community site with blogs and forums, and was looking at 3 options: Oxite, DNN and community server. The frontend will be a mixture of ASP.NET and Silverlight. LiveID integration would be a plus. Any suggestions? Thanks.
theplastictoy
0
votes
2 answers

Eval inside an ASP.net repeater doesn't work inside another control

I have a Reapter control with a custom server side control inside of it. When I place the code: <%# Eval("DateAdded") %> inside the item template of the repeater it works fine, but when I place it inside the custom server control inside the…
Christian Schlensker
  • 21,708
  • 19
  • 73
  • 121
0
votes
1 answer

How to modify moderation alert settings for Community Server?

How can I setup administrator alerts in Community Server for things like - new threads, new posts, new users, etc? Thank you.
user53885
  • 3,809
  • 11
  • 33
  • 43
0
votes
4 answers

Programmatically log on to forum and then screenscrape

I'd like to login to the Forums part of community-server (e.g. http://forums.timesnapper.com/login.aspx?ReturnUrl=/forums/default.aspx) and then download a specific page and perform a regex (to see if there are any posts waiting for moderation). If…
AtliB
  • 1,263
  • 1
  • 18
  • 30
0
votes
1 answer

community server themeing, what changed from 2008 to TS 5.0?

Hoping someone has experience in both community server 2008 and TS 5.0 What are the main differences when in comes to themeing?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
0
votes
3 answers

How to prevent spam comments and registrations in Telligent Community Server?

I've added captcha from codebetter site on blog posts and registration form. Number of spam comments was decreased but 1-2 per day is a rule. Do you know how to prevent spam comments and registrations? Thanks.
sashaeve
  • 9,387
  • 10
  • 48
  • 61
0
votes
1 answer

User Username not found in membership store does not exist

Within our community server site, when I navigate to the UserList.aspx page, I get the following error every time: User Not Found, The user you requested cannot be found. When I check the event log, I see asp.net warnings as follows: Event Type:…
DVS
  • 1
0
votes
1 answer

How to enable session on just a page level not on all the website?

I am developing a website to extend community server, and i found that community server disabled the session in the web.config . Now i have a webpage that i created and must use session inside it, but i don't want to edit…
Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
0
votes
1 answer

Community server library - issue deleting a user

I have been asked to fix a Community Server forum where thousands of users were created via a script. All of their profile pages are SEOspam for prescription drugs, etc. The forum was not using email verification or admin approval for newly…
Shawn
  • 19,465
  • 20
  • 98
  • 152
0
votes
1 answer

Forms authentication in Community Server

I'm having a problem with Forms authentication in my website. At the moment when a user is not logged in they get redirected to a login page, which works fine. However, I want an unauthorised user to get redirected to a new page (welcome.aspx).…
JDx
  • 2,615
  • 3
  • 22
  • 33
0
votes
1 answer

How to change a string into integer

I have to change a string into integer var floorname = coll.collider.gameObject.name; //output:block25 var cur = floorname.Substring(5); //output: 25 var cu = parseInt(cur); But while giving print(cu); it shows value properly. but with a…
Sona Rijesh
  • 1,041
  • 7
  • 32
  • 62