Browse by Tags

Tagged Content List
  • Forum Thread: Problem to get All users from assigned Role

    Hi, I got below URL to find users from particular role . It works . But issue is that It retrives only first 20 users insted of all users from assigned role. http://mysite/api/membership.ashx/users/role=mvp When I hit this url in browser I get below result. Here Total count shows 24 and page...
  • Forum Thread: Event calendar functionality in Telligent Community?

    Hi all, Are there any options to have an event calendar in Telligent Community? Searching Telligent's site and Google found a couple user-created widgets from back in the CS07 days...and claims that this functionality was in the roadmap for CS08 (the URLs to those roadmap docs no longer work...
  • Forum Thread: Community widget customizing by community owner

    Hello, Would it be possible for a community owner to edit specific widgets in his/her own community, without giving the community owner access to the control panel? We know it is possible to give registered users the rights to customize their dashboard. With the same principle we would like...
  • Forum Thread: Unable to login using windows live id on INT invironment

    Hi, We are using Live id authentication for our community server site. But getting below error while trying to sign in the site. Previously this error was not coming on the site and we didn't change any code. Thanks in advance. Faster Fene
  • Forum Reply: Re: Creating User Badges.

    Hi David, is it possible to make the badge smaller as shown below, also, is it possible to configure time-based badge, presently the user badges unlocks based on min/max posts. However, i want to have badges that are time-based (1 year, 2 year, etc) that are unlocked based on members joining...
  • Forum Thread: Different layout for different wiki/forum

    Hi, When I edit a wiki or forum within a group (root lever group) I notic other forums or wikis get changed automatically. for instance if I move a widget to a different column in wiki 1, wiki 2 will get change as well. is there anyway to save these changes seperatly for wikis and forums? Thanks...
  • Forum Thread: Validation error received by some users trying to link their TGB account to live id

    Hi , We have used associateuser form to link existing users to live id. But this functiionallity is not working with some user and giving validation error. We are getting below error in event log. Normal 0 false false false EN-US X-NONE X-NONE ...
  • Forum Thread: How to retrive data from database using APIs?

    Hi , Is there any way to retrive and update data in database using built in APIs. I am working on custmization and I want to access user info and update user data into database . I think some API are available but I am not sure about this. Please anybody can help on this with details. ...
  • Forum Reply: Re: Displaying the most commented threads on homepage

    AND here is the answer if anyone interested: I created a stored procedure in database and called it " GetMostCommentedPost ": SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[GetMostCommentedPost] AS BEGIN SELECT TOP 2 [cs_Posts].[ThreadID] ,cs_Posts.Subject ,COUNT...
  • Forum Thread: Unfiltered HTML widget content will not update on customized pages

    We have created a unfiltered html widget on the default homepage. It is locked so that the users can not remove it. We need to update the content inside of the widget and it is changing for people who have not customized their homepage, but it is not changing for those who have. Is there a way to...
  • Forum Thread: How to Show occupation on widget

    Hi , I used below code to show Bio .But I want to show occupation instead of Bio. <CSControl:UserProfileData ID="UserProfileData1" Property="Bio" runat="server" TruncateAt="30" /> Thanks, Faster Fene
  • Forum Thread: Adding a field to forum posts

    Issue: We want to allow anonymous users to save a "nickname" on a post. This is because it's difficult to keep track of all anonymous posts in a thread. We want to allow anonymous posting. The nickname can be saved as an extended attibute on posts. Then we want to display this nickname...
  • Forum Thread: Is the doco for generating a new theme entirely correct?

    This section ( replacing all references in the new theme ) talks about aspx, css, js and config files as targets for a global-replace. Should that also include "ascx" files? Otherwise, it seems ascx components will reference the original theme, which seems undesirable.
  • Forum Thread: How to add new Linkto?

    Hi, I want to add url 'http://localhost/p/systemspec.aspx' to below linkto attribute instead of 'UserFiles'. <CSControl:ConditionalContent ID="ConditionalContent1" runat="server"> <DisplayConditions><CSControl:ConfigurableContentFragmentPropertyValueComparison...
  • Forum Thread: how to add new TAB in usernavigation widget

    Hi I want to add new tab to usernavigation tab. This widget already has 7 tabs .But I want to add new tab ( this is not available in configuration window) . Please reply me. Thanks, Faster Fene
  • Forum Thread: Configuring communityserver_override.config for HtmlSanitization

    We have recently upgraded from Community 5.5 to 5.6 and have noticed the changes in the communityserver.config file when it comes to HTML sanitization. In the 5.5 version we made whatever changes we needed directly in the communityserver.config file. However, with the upgrade we are trying to adhere...
  • Forum Thread: How to add pagers to the top of “Forum – Thread” widget?

    Normal 0 false false false false EN-US JA X-NONE ...
  • Forum Thread: Unable to browse the Wiki using the table of contents

    Hi, I am unable to browse the Wiki using the table of contents. Expanding an item by clicking the ‘+’ results in a perpetual “loading…” see below Normal 0 false false false EN-US X-NONE X-NONE ...
  • Forum Thread: Default vs. contextual

    I am still having problems grasping saving default vs. contextual. I basically understand the concept but I am having problems applying the principles when there are four modes of editing the dashboard. Two configurations with two modes to save for each option Default configuration can be saved...
  • Forum Thread: How to customize existing page layout in Telligent community?

    Hi All, i am trying to customize/reorder the regions within page layout in telligent community. In one of the telligent support document i have seen that we can reorder the region within layout, however i am not able to find where to make that changes or where to declare new order of regions within...
  • Forum Thread: WLID module installation problem

    Hi , I am getting below error while installtion. When I add 'communityserver_override.config' to my project I am getting this error. Please anyone resolve this issue ? You can see below code which I have wrriten in < Override...
  • Forum Thread: Can I modify a widget's layout by editing the ascx in a custom theme?

    I've created my own theme (based off Fiji). I had hoped that changing the ContentFragments\Blogs\BlogPostList-SimpleExpandedView.ascx file under the new theme would generate different HTML (I'm just moving a statement into a <div>), but no luck. If this is not something that I should...
  • Forum Thread: queries related to user badge

    I have few questions related to user badges. I was able to create/display badges to users according to their role as well as according to the number of posts user has made on the site. However, I am not sure__ How to implement user badges that are time-based (1 year, 2 year, etc) and...
  • Forum Thread: Need help to show particuler Users on page

    Hi , I have created widget showing users for perticuler role using below code. < CSControl : UserList ID ="UserList1" runat ="server"> < QueryOverrides QueryType ="Search" Role ="MVP" PagerID ="Pager"...
  • Forum Thread: Problem to navigate directly on latest forum post in IE 8.

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