telligent

Community Server the new version do you recommend it? can you integrate new modules to it?

I am planning to use community sever for one of our projects, i used it in the past but we had a lot of problems customizing it and understanding how things work, im affraid to get into that again, and i would like to add some things to it but i dont know how flexible it is. ...

How to resolve timeout errors I do have with Community Server?

We are using in our company Telligent Community Server 2007.1 SP2, and we are having a LOT of timeouts from this tool, it is just not satisfying anybody. Our CS was 2007 SP1, having many timeouts. So a person from Telligent suport suggested an upgrade to the current version, 2007.1 SP2. We did it, actually I think it is worse than befor...

Why isn't telligent's RSS.Net fork parsing dates?

I'm using Telligent's RSS.Net fork to parse an XML Stream. The stream is well-formed and most of the desired elements are being parsed, but for some reason the pubData element isn't. Inspecting the feed contents shows the pubData element nicely displayed, no issues with the RSS or the element contents. But... As I said, no parsing, ei...

SQL error: String or binary data would be truncated

I'm doing an integration on a community platform called Telligent. I'm using a 3rd-party add-on called BlogML to import blog posts from an XML file (in BlogML format) into my local Telligent site. The Telligent platform comes with many classes in their SDK so that I can programmatically add content, such as blog posts. E.g. myWeblogServ...

Is a new object that's created in a static property getter only created once?

I'm creating a static helper class for web services I'm writing. I'm tapping into the API of Telligent and therefore creating these Telligent "service" objects that allow me to do things with the platform. For example, I'm creating a MembershipSerice object in my helper class so I can do membership stuff with the same object. In my helpe...

How do I authorize users on Telligent Community Server 2008.05 into another site?

Hello, I have a group of users with accounts on a Community Server 2008.5 installation, and I would like them to be able to log in on that site and automatically be logged into a Drupal installation as well (on a separate machine). I believe I'll be able to figure out the Drupal site using the many external authorization tutorials, but...

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? ...

Determine if a JavaScript file is already included via a user control

I'm building several user controls (ASCX) for my website and several of them are very similar in what they do. (As a side note, I must create unique UC's even if they're similar because I'm creating widgets for the new Telligent Community themeing system). For example, two of them are different but use the same front-end code to create a...

CommunityServer RSS Feeds - any URL Parameters available?

I'm working with an existing Telligent Community Server install and would like to access all previous entries via RSS for initial indexing in our new search engine. Is there any way to do this - URL parameters for example which allow more than the last 10 entries to be returned? ...

Multiple Controls on a Page with Multiple Instances of Javascript

I have created a Web Control in ASP for use in integrating with Telligent CommunityServer. The control is written in ASP with some 10 lines of C# backend for controlling visibility of the UI elements based on permissions, but I'd say 90% of the functionality is straight-up Javascript. The control works beautifully, until you drop two i...

How to add returnUrl parameter to Reply button in Community Server post

I've never used Community Server and have to modify some code. On a post the user has the ability to reply to a message in the forums or a blog post however they need to be logged in first. When not logged in it takes them to the login page but the returnUrl field isn't added to the login url so when they do log in they aren't redirected...