<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://telligent.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Telligent Evolution Platform Discussion - Recent Threads</title><link>http://telligent.com/community/developers/f/554.aspx</link><description>Questions about development with the Telligent Evolution Platform (included Telligent Community and Telligent Enterprise)</description><dc:language>en-US</dc:language><generator>7.x Production</generator><item><title>Velocity script to return the count of members in a group</title><link>http://telligent.com/thread/1073695.aspx</link><pubDate>Thu, 23 May 2013 20:54:01 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:a61d0e88-d6f9-42ca-8b69-b3627aa7766d</guid><dc:creator>davec1225</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073695.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073695/rss.aspx</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m writing a custom widget that is going to return the count of members of a group, my code is below. I&amp;#39;m always getting a count of 0 although I added two members to the group so I know this is incorrect. I&amp;#39;ve also tried using the $core_v2_groupUserMember.ListEffectiveGroupMembers API call and the TotalCount property of the list , but neither worked. I think it&amp;#39;s something to do with the way I&amp;#39;m processing the list but I&amp;#39;m not sure.&lt;/p&gt;
&lt;p&gt;Any help greatly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;#set($groupId = $core_v2_group.Current.Id)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt; #set($membercount = 0)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;#foreach($member in $core_v2_groupUserMember.List(&amp;quot;%{GroupId = $group.Id,&amp;nbsp; MembershipType = &amp;#39;Member&amp;#39; }&amp;quot;)) &amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;#each &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt; #set($membercount = $membercount + 1) &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;#end&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;lt;b&amp;gt;Member Count:&amp;lt;/b&amp;gt; $membercount&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>REST API Throwing 500 Error</title><link>http://telligent.com/thread/1073687.aspx</link><pubDate>Wed, 22 May 2013 16:53:54 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:b4d844f0-4a62-4915-baa2-a00ec498fb04</guid><dc:creator>davec1225</dc:creator><slash:comments>0</slash:comments><comments>http://telligent.com/thread/1073687.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073687/rss.aspx</wfw:commentRss><description>&lt;p&gt;First a little background. Our client has multiple sites with a shared user database.&lt;/p&gt;
&lt;p&gt;The task that I have is to take users from “site A”, “group A” and add them to “site B”, “group A”&lt;/p&gt;
&lt;p&gt;If users have never logged into “site B”, then they do not have an account on “site B”,&lt;/p&gt;
&lt;p&gt;they have an account on “site A” and an entry in the shared database. So I can’t simply add them to “group A’” on “site B”,&lt;/p&gt;
&lt;p&gt;I need to create a user account on “site B” &amp;nbsp;first. &lt;/p&gt;
&lt;p&gt;Using the rest api, I get a 500 error if I try and create a user that exists in the shared database.&lt;/p&gt;
&lt;p&gt;If I pass the api a user that doesn’t exist, the user is created. Obviously this has something to do with the user existing in the shared database.&lt;/p&gt;
&lt;p&gt;The only information I’m passing are the required &amp;nbsp;fields (Username, Password, PrivateEmail).&lt;/p&gt;
&lt;p&gt;There is nothing in either the event log or exceptions log at the time these errors occur. (Management console)&lt;/p&gt;
&lt;p&gt;Any insight into this would be appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Updating user profile fields e.g. "Title" or "Department" etc using c# only</title><link>http://telligent.com/thread/1073642.aspx</link><pubDate>Thu, 16 May 2013 10:55:13 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:23ed3132-42a0-485e-aad8-8d6703bff383</guid><dc:creator>Paul Deehan</dc:creator><slash:comments>11</slash:comments><comments>http://telligent.com/thread/1073642.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073642/rss.aspx</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using c# to extract user details e.g. Telligent.Evolution.Components.CSContext.Current.User&lt;/p&gt;
&lt;p&gt;I want to update user profile fields, but not all User.Profile.[name] values are shown e.g. I noticed there&amp;#39;s no reference to Title or Twitter or Department etc.&lt;/p&gt;
&lt;p&gt;Assuming I have to update these fields in this way - may from a SSO cookie - how do I access these profile fields to update them? &lt;/p&gt;
&lt;p&gt;Ideally some example code woudl be nice if possible please.&lt;/p&gt;
&lt;p&gt;Many thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Activity Story Filters Issue</title><link>http://telligent.com/thread/1073682.aspx</link><pubDate>Tue, 21 May 2013 22:25:35 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:15a15c3c-2227-4d9f-a081-bde56b7479a8</guid><dc:creator>gcraney</dc:creator><slash:comments>0</slash:comments><comments>http://telligent.com/thread/1073682.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073682/rss.aspx</wfw:commentRss><description>&lt;p&gt;We are using 6 ActivityStoryFilters. &amp;nbsp;Four use IncludedUsers=&amp;quot;All&amp;quot; and two use IncludedUsers=&amp;quot;User&amp;quot;&lt;/p&gt;
&lt;p&gt;We have been seeing inconsistent results and started running SQL profilers to intercept the stored procedure calls and study the results.&lt;/p&gt;
&lt;p&gt;The call we captured that returns the incorrect results has this WHERE clause:&lt;/p&gt;
&lt;pre class="brush: bash;fontsize: 100; first-line: 1; "&gt;WHERE	1 = 1 
			AND s.StoryId = s2.StoryId 
			AND ( s2.StoryTypeId IN (SELECT CONVERT(UNIQUEIDENTIFIER, Items) FROM dbo.te_SplitString(@QueryAllFilterIds, &amp;#39;&amp;#39;,&amp;#39;&amp;#39;))  )  OR ( ((s.StoryTypeId = &amp;#39;&amp;#39;0c7e9024-797a-48cb-8c1b-510942f01bae&amp;#39;&amp;#39;) AND (sa2.UserId = @QueryUserId)  )  OR  ((s.StoryTypeId = &amp;#39;&amp;#39;18f4cd4e-ae0b-4cba-9a67-443f2395dd94&amp;#39;&amp;#39;) AND (sa2.UserId = @QueryUserId)  )  )&lt;/pre&gt;
&lt;p&gt;After putting in some line breaks to make it readable we noticed it needed another set of parenthesis to really make sense. &amp;nbsp;After changing the clause to the following and running it we received correct results:&lt;/p&gt;
&lt;pre class="brush: bash;fontsize: 100; first-line: 1; "&gt;WHERE	1 = 1 
			AND s.StoryId = s2.StoryId 
			AND 
			(
				( s2.StoryTypeId IN (SELECT CONVERT(UNIQUEIDENTIFIER, Items) FROM dbo.te_SplitString(@QueryAllFilterIds, &amp;#39;&amp;#39;,&amp;#39;&amp;#39;))  )
				OR 
				(
					((s.StoryTypeId = &amp;#39;&amp;#39;0c7e9024-797a-48cb-8c1b-510942f01bae&amp;#39;&amp;#39;) AND (sa2.UserId = @QueryUserId)  )
					OR  ((s.StoryTypeId = &amp;#39;&amp;#39;18f4cd4e-ae0b-4cba-9a67-443f2395dd94&amp;#39;&amp;#39;) AND (sa2.UserId = @QueryUserId)  )  
				)
			)&lt;/pre&gt;
&lt;p&gt;We are on 7.1.5. &amp;nbsp;Is this a known issue? If so, is there a fix planned for future releases?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error Implementing searchable Content</title><link>http://telligent.com/thread/1073661.aspx</link><pubDate>Mon, 20 May 2013 11:23:06 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:27ed94ef-e821-45f7-a7c3-089ec724f9df</guid><dc:creator>Cody Beckner</dc:creator><slash:comments>0</slash:comments><comments>http://telligent.com/thread/1073661.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073661/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have implemented a custom content type that allows for commenting (IContentType, ICommentableContentType). &amp;nbsp;I followed the Polling application example and everything appears to be working properly. &amp;nbsp;I am able to view my content as well as submit comments against it with no (discernible) issues.&lt;/p&gt;
&lt;p&gt;However, after adding my first comment, I started seeing the following message showing up in the exception log. &amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;Message&lt;/span&gt;:&amp;nbsp;&lt;span&gt;Error&lt;/span&gt;&amp;nbsp;&lt;span&gt;while&lt;/span&gt;&amp;nbsp;&lt;span&gt;mapping&lt;/span&gt;&amp;nbsp;&lt;span&gt;comment&lt;/span&gt;&amp;nbsp;[&lt;span&gt;ContentId&lt;/span&gt;]&amp;nbsp;&lt;span&gt;&amp;#39;dbcc55ca-d380-4c51-b7e9-051b9bb324c2&amp;#39;&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&amp;nbsp;&lt;span&gt;Message&lt;/span&gt;:&amp;nbsp;&lt;span&gt;Content&lt;/span&gt;&amp;nbsp;&lt;span&gt;type&lt;/span&gt;&amp;nbsp;&lt;span&gt;does&lt;/span&gt;&amp;nbsp;&lt;span&gt;not&lt;/span&gt;&amp;nbsp;&lt;span&gt;support&lt;/span&gt;&amp;nbsp;&lt;span&gt;comments&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;
&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Components&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;CSException&lt;/span&gt;:&amp;nbsp;&lt;span&gt;Content&lt;/span&gt;&amp;nbsp;&lt;span&gt;type&lt;/span&gt;&amp;nbsp;&lt;span&gt;does&lt;/span&gt;&amp;nbsp;&lt;span&gt;not&lt;/span&gt;&amp;nbsp;&lt;span&gt;support&lt;/span&gt;&amp;nbsp;&lt;span&gt;comments&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Services&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;CommentService&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;(&lt;span&gt;ObjectState&lt;/span&gt;&amp;nbsp;&lt;span&gt;objectState&lt;/span&gt;,&amp;nbsp;&lt;span&gt;Comment&lt;/span&gt;&amp;nbsp;&lt;span&gt;comment&lt;/span&gt;,&amp;nbsp;&lt;span&gt;Int32&lt;/span&gt;&amp;nbsp;&lt;span&gt;userId&lt;/span&gt;)
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Services&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;CommentService&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Get&lt;/span&gt;(Guid&amp;nbsp;&lt;span&gt;commentId&lt;/span&gt;,&amp;nbsp;Boolean&amp;nbsp;&lt;span&gt;checkPermissions&lt;/span&gt;)
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Content&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Comments&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;CommentContentType&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;(&lt;span&gt;CommentRenderEventArgs&lt;/span&gt;&amp;nbsp;&lt;span&gt;e&lt;/span&gt;)
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Extensibility&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Version1&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;CommentRenderEventHandler&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Invoke&lt;/span&gt;(&lt;span&gt;CommentRenderEventArgs&lt;/span&gt;&amp;nbsp;&lt;span&gt;e&lt;/span&gt;)
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Events&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;CommentEventExecutor&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;OnRender&lt;/span&gt;(&lt;span&gt;Comment&lt;/span&gt;&amp;nbsp;&lt;span&gt;comment&lt;/span&gt;,&amp;nbsp;&lt;span&gt;String&lt;/span&gt;&amp;nbsp;&lt;span&gt;propertyName&lt;/span&gt;,&amp;nbsp;&lt;span&gt;String&lt;/span&gt;&amp;nbsp;&lt;span&gt;propertyHtml&lt;/span&gt;,&amp;nbsp;&lt;span&gt;String&lt;/span&gt;&amp;nbsp;&lt;span&gt;target&lt;/span&gt;)
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Extensibility&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Entities&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Version1&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Comment&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Body&lt;/span&gt;(&lt;span&gt;String&lt;/span&gt;&amp;nbsp;&lt;span&gt;target&lt;/span&gt;)
&lt;span&gt;at&lt;/span&gt;&amp;nbsp;&lt;span&gt;Telligent&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Evolution&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Api&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;Search&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;SearchIndexDocumentMapper&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;MapComment&lt;/span&gt;(&lt;span&gt;Comment&lt;/span&gt;&amp;nbsp;&lt;span&gt;comment&lt;/span&gt;)&lt;/pre&gt;
&lt;p&gt;I have tried everything I can think of to track down the issue, but I can not get the debugger to fire anywhere in my code when attached to either IIS or the Jobs service.&lt;/p&gt;
&lt;p&gt;The GUID in the message is the id of my custom content, not the comment, so I am pretty sure that it is something related to my implementation. &amp;nbsp;Any assistance would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Activity Stream Filtering</title><link>http://telligent.com/thread/1073657.aspx</link><pubDate>Fri, 17 May 2013 23:35:49 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:d0e05680-2ad5-4b57-8ef7-e2e024f2a4c8</guid><dc:creator>molarloth</dc:creator><slash:comments>0</slash:comments><comments>http://telligent.com/thread/1073657.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073657/rss.aspx</wfw:commentRss><description>&lt;p&gt;We are trying to use the Activity Stream filtering options in a &amp;nbsp;web application. We create two ActvitiyStoryFilters, one with IncludedUsers = User and a StoryTypeId, and one with IncludedUsers = All and a different StoryTypeId. We pass these filters into the ActivityStoryListOptions used in the TEApi.ActivityStories.List method.&lt;/p&gt;
&lt;p&gt;When we use a single filter with IncludedUsers = All and a StoryTypeId for forum threads, we can retrieve all forum thread items for a group, and we are not given the forum thread replies on those items. If we use single different filter with IncludedUsers = User and a StoryTypeId for a custom comments activity story, we receive forum thread replies only for threads created by the current user. However, when we pass both of these filters to the ActivityStoryListOptions, we receive all forum threads as well as all forum thread replies for every thread, not just the ones created by the current user. This only occurs after a user has created content within the group.&lt;/p&gt;
&lt;p&gt;Does creating content in a group somehow tie a user to all of the activity story types for that group? Also, why would applying two filters result in additional items that do not appear in either filter when they are used individually?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Making profile fields read only</title><link>http://telligent.com/thread/1073652.aspx</link><pubDate>Fri, 17 May 2013 13:14:18 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:cb056691-fb63-4943-aa45-9bdc71c5de5b</guid><dc:creator>Paul Deehan</dc:creator><slash:comments>2</slash:comments><comments>http://telligent.com/thread/1073652.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073652/rss.aspx</wfw:commentRss><description>&lt;p&gt;How would I go about making profile fields read only? Scenario is, all our users will sign in vias SSO Cookie &amp;quot;CSUser&amp;quot;. We don&amp;#39;t want them to edit the following profile fields:&lt;/p&gt;
&lt;p&gt;Email&lt;/p&gt;
&lt;p&gt;Name&lt;/p&gt;
&lt;p&gt;Custom Field&lt;/p&gt;
&lt;p&gt;We do want them to see the fields and values but not be able to edit them, thus a read only scenario - can&amp;#39;t find anything within this community nor via admin control panel.&lt;/p&gt;
&lt;p&gt;Using Telligent 7.5.&lt;/p&gt;
&lt;p&gt;Many thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Disabling the "request membership" modal pop-up</title><link>http://telligent.com/thread/1073614.aspx</link><pubDate>Thu, 09 May 2013 12:11:23 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:dd87ef76-d2d8-41e3-8d56-8523e38734a1</guid><dc:creator>Paul Deehan</dc:creator><slash:comments>5</slash:comments><comments>http://telligent.com/thread/1073614.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073614/rss.aspx</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve a scenario on a test site I&amp;#39;m developing whereby an anonymous user clicks a link to display a group list. If the anon user clicks one of the group lists they are presented with the access denied screen but prior to that get the request membership modal pop-up. All this does is allow the anon user to enter some text and redirect them within the modal to the register/join page - very odd.&lt;/p&gt;
&lt;p&gt;The group is set to be private listed. The everyone role has had all access removed. I therefore would expect the site to work by showing the access denied page (MessageID=31) and NOT the modal pop-up.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using 7.5 upgraded from 7.x.&lt;/p&gt;
&lt;p&gt;I found a post regarding anon users and issues upgrading from previous versions - is this potentially a similar issue that I&amp;#39;m having (&lt;a rel="nofollow" target="_new" href="http://telligent.com/community/ideas/f/532/t/1058130.aspx"&gt;telligent.com/.../1058130.aspx&lt;/a&gt;)?&lt;/p&gt;
&lt;p&gt;Ideally I just want to disable this modal. I&amp;#39;ve tried siteurl_override but whilst I can direct to a custom page it doesn&amp;#39;t stop the modal from popping up.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t mind this if I am a logged in user, but this is an anonymous user. We want anon visitors to see certain content then point them towards joinging the community rather than requesting membership when they are not a registered user.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve considered amending setting from the dashboard such as the suggestion here - &lt;a rel="nofollow" target="_new" href="http://telligent.com/support/telligent_evolution_platform/community/w/community7/24207.anonymous-posting.aspx"&gt;telligent.com/.../24207.anonymous-posting.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But of course on 7.5 such options are no longer applicable.&lt;/p&gt;
&lt;p&gt;Is there a way to stop the request membership modal when I am anon?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Moderate User REST API Endpoint?</title><link>http://telligent.com/thread/1073638.aspx</link><pubDate>Wed, 15 May 2013 16:56:46 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:a481e4a8-ad27-41dd-8dda-0b2575863f64</guid><dc:creator>Bill Corley</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073638.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073638/rss.aspx</wfw:commentRss><description>&lt;p&gt;In Enterprise 3.1, is there a REST endpoint (that I haven&amp;#39;t found) for updating a user&amp;#39;s moderation level? We have a number of users who are set to User is Not Moderated and we would like to change them all to User is Moderated. And I would like to script it rather than changing them by hand. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Are Extended attributes no longer working in 7.1.5.32650?</title><link>http://telligent.com/thread/1073634.aspx</link><pubDate>Tue, 14 May 2013 21:29:20 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:fbba538a-cdfe-4e3a-a76a-f0b26781cdf7</guid><dc:creator>molarloth</dc:creator><slash:comments>3</slash:comments><comments>http://telligent.com/thread/1073634.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073634/rss.aspx</wfw:commentRss><description>&lt;p&gt;My extended attributes aren&amp;#39;t getting added to the Telligent DB using the following code... I&amp;#39;m using telligent version 7.1.5.32650. Any idea why ? &lt;/p&gt;
&lt;p&gt;options = new ActivityStoryCreateOptions&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#123;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ContentId = e.Content.ContentId,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ContentTypeId = e.Content.ContentTypeId,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LastUpdate = DateTime.UtcNow,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TypeId = new Guid(&amp;quot;0C7E9024-797A-48CB-8C1B-510942F01BAE&amp;quot;),&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Actors = actors,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ExtendedAttributes = new List&amp;lt;IExtendedAttribute&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#123;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new TEApiEntities.ExtendedAttribute()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#123;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key = &amp;quot;BlogPostContentId&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Value = e.Content.ContentId.ToString()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#125;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#125;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#125;;&lt;/p&gt;
&lt;p&gt;_storyController.Create(options);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CSUser via cookie authentication using encryption service</title><link>http://telligent.com/thread/1073251.aspx</link><pubDate>Thu, 21 Mar 2013 11:43:22 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:5dd664e5-10e6-4d58-af7e-b03a87f58148</guid><dc:creator>Sergej Kravchenko</dc:creator><slash:comments>6</slash:comments><comments>http://telligent.com/thread/1073251.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073251/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working at Precedent and recently we just tarted to test your Telligent Suite which comes with latest hotfix for 7.1 version.&lt;/p&gt;
&lt;p&gt;However I&amp;#39;ve experienced several issues:&lt;/p&gt;
&lt;p&gt;1)	Using your encryptions service, when cookie value has a space character, your system throws an exception:&lt;/p&gt;
&lt;p&gt;&amp;quot;Exception Details: System.FormatException: Invalid length for a Base-64 char array or string.&amp;quot;&lt;/p&gt;
&lt;p&gt;Taking into account that when we include roles values, you mention in your documentation to always include “Everyone” and “Registered Users” roles, however “Registered Users” role contains space character and your system just couldn’t accept it and throws the exception described above.&lt;/p&gt;
&lt;p&gt;You are also mentioning it there - &lt;a rel="nofollow" target="_new" href="http://telligent.com/community/developers/f/296/t/1049685.aspx"&gt;telligent.com/.../1049685.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2)	If user is already registered through cookie authentication, profile is never update if we make changes in cookies value, for instance we added a new role and Telligent didn’t update profile, unless you delete a profile and it will be created again once values read from cookie.&lt;/p&gt;
&lt;p&gt;3)	Currently your system only reads 3 attributes from cookie, and they are: username, emailAddress, and roles, the other fields which are configurable in your Telligent, they are not updated when passed via cookie, for instance “name”, “title”, “department”.&lt;/p&gt;
&lt;p&gt;In regards the 1st clause I assume you have an issue in your code, when you are trying to decrypt encrypted values.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve already implemented a service, which relies on your SymmetricEncryptor and SymmetricDecryptor class, deriving from Telligent.Evolution.SecurityModules assembly.&lt;/p&gt;
&lt;p&gt;So before decrypting a value, you should convert a string to byte[] array:&lt;/p&gt;
&lt;p&gt;_decryptor.Decrypt(Convert.FromBase64String(encryptedText))&lt;/p&gt;
&lt;p&gt;Hope this helps to fix your issue.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sergejs Kravcenko.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SQL Connection  timing out on new Group creation</title><link>http://telligent.com/thread/1073617.aspx</link><pubDate>Fri, 10 May 2013 06:11:36 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:924d4ceb-625b-43d7-9011-3c074056309d</guid><dc:creator>sanjeevn</dc:creator><slash:comments>2</slash:comments><comments>http://telligent.com/thread/1073617.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073617/rss.aspx</wfw:commentRss><description>&lt;p&gt;Our server&amp;rsquo;s SQL Connection is timing out often while creating a new Group. So I was investigating where exactly the problem is happening that is causing the timeout. I would appreciate if you could review the detail analysis below and recommend a solution on how we could expedite the SQL database performance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;Basic problem:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The stored proc &lt;span&gt;dbo&lt;span&gt;.&lt;/span&gt;cs_Security_EffectivePermissions_Calculate (attached)&lt;/span&gt; roughly takes 34 seconds on our server to execute at the time of creation of a new Group. This causes the .NET SQL Connection to timeout.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I ran the Profiler tool and captured a trace for the above stored proc&amp;rsquo;s execution. In the DB Tuning Advisor tool when I analyzed the trace, it couldn&amp;rsquo;t recommend any way to improve the performance either. So I dug into the &amp;ldquo;Statement Detail Report&amp;rdquo; of the tool, and captured the attached report (StatementDetailReport.xml).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The interesting thing here is that the &amp;ldquo;StatementId = 20&amp;rdquo; takes 99% of the time in the stored proc. This statement seems to be a &amp;ldquo;delete permissions&amp;rdquo; statement, and the temp table that is being joined to also has indexes defined on it. So I am really at a loss as to why the statement would take upwards of 30 seconds to execute.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I also captured the IndexDetailReport.xml (attached) which shows the state of the indexes. The indexes on the Node Permissions table seem to be little too big, but I am not sure if this is normal or not.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you recommend some possible solutions that could speed up the DELETE statement to a sub-second speed, like most of the other statements are? I find it hard to believe that despite the indexes this statement takes so long to execute.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="http://telligent.com/cfs-file.ashx/__key/telligent-evolution-components-attachments/00-554-00-00-01-07-36-17/Temp.zip" length="18354" type="application/zip" /></item><item><title>Cookie SSO from PHP</title><link>http://telligent.com/thread/1073621.aspx</link><pubDate>Fri, 10 May 2013 16:31:39 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:7d1da30c-77f7-4a52-985f-f2539b3a0857</guid><dc:creator>NS_wcharliebrown</dc:creator><slash:comments>3</slash:comments><comments>http://telligent.com/thread/1073621.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073621/rss.aspx</wfw:commentRss><description>&lt;p&gt;I successfully added a new user using the REST API and verified the user exists.&lt;/p&gt;
&lt;p&gt;But when I try to authenticate, as that user, using Cookie SSO it fails authentication.&lt;/p&gt;
&lt;p&gt;1. Does it require SSL and secure cookies? (We don&amp;#39;t have a SSL certificate installed yet)&lt;/p&gt;
&lt;p&gt;2. Must the cookie values be encrypted? If so, using what algo and what key?&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the code I&amp;#39;m using.&lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;/p&gt;
&lt;p&gt;	$data = array(&lt;/p&gt;
&lt;p&gt;		&amp;#39;username&amp;#39;=&amp;gt; $username&lt;/p&gt;
&lt;p&gt;		,&amp;#39;emailAddress&amp;#39;=&amp;gt;$email&lt;/p&gt;
&lt;p&gt;		,&amp;#39;roles&amp;#39;=&amp;gt;&amp;#39;Everyone,Registered Users&amp;#39;&lt;/p&gt;
&lt;p&gt;		);&lt;/p&gt;
&lt;p&gt;	setcookie(&amp;quot;CSUser&amp;quot;	, http_build_query($data)	,time()+86400,&amp;#39;/&amp;#39;,&amp;#39;naturallyslim.com&amp;#39;);&lt;/p&gt;
&lt;p&gt;	header(&amp;#39;Location: &lt;a rel="nofollow" target="_new" href="http://nstown.naturallyslim.com&amp;#39;"&gt;http://nstown.naturallyslim.com&amp;#39;&lt;/a&gt;);&lt;/p&gt;
&lt;p&gt;	exit();&lt;/p&gt;
&lt;p&gt;That creates a cookie named CSUser with a value of username=NS_cb_test&amp;amp;emailAddress=wcharliebrown%40somedomain.com&amp;amp;roles=Everyone%2CRegistered+Users&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Show Blog Post REST Endpoint won't update view count</title><link>http://telligent.com/thread/1073596.aspx</link><pubDate>Mon, 06 May 2013 15:13:18 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:669d3a62-7493-4b35-827f-cc9f544eda42</guid><dc:creator>bruno</dc:creator><slash:comments>5</slash:comments><comments>http://telligent.com/thread/1073596.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073596/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;Is there any way to update the view count (number of views) for a given blog post when using the REST Api? Since the Show Blog Post REST Endpoint won&amp;#39;t update it automatically and our access is totally based on the REST Api, how can we resolve this issue?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SPLOG Accounts</title><link>http://telligent.com/thread/1073598.aspx</link><pubDate>Mon, 06 May 2013 23:00:59 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:790d6694-bdb9-47e0-9f21-8c89f61b3139</guid><dc:creator>viola</dc:creator><slash:comments>3</slash:comments><comments>http://telligent.com/thread/1073598.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073598/rss.aspx</wfw:commentRss><description>&lt;p&gt;What is the best way to stop these from being created and once they are what is the best way to get rid of them? Is there a script that can be run at the database level to remove them?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Activity Message List Widget</title><link>http://telligent.com/thread/1073613.aspx</link><pubDate>Wed, 08 May 2013 19:01:02 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:4d27a552-79fe-42be-b03c-d84217ad6dd7</guid><dc:creator>viola</dc:creator><slash:comments>2</slash:comments><comments>http://telligent.com/thread/1073613.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073613/rss.aspx</wfw:commentRss><description>&lt;p&gt;The display of user activity is not consistent. Some users information shows and others do not. What would cause this behavior and how do I fix it?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>REST API - User rank name and badge</title><link>http://telligent.com/thread/1073587.aspx</link><pubDate>Fri, 03 May 2013 20:10:32 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:87de484c-590e-4e95-bff5-619c63895ed7</guid><dc:creator>mstaszew</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073587.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073587/rss.aspx</wfw:commentRss><description>&lt;p&gt;Telligent 7&lt;/p&gt;
&lt;p&gt;In the user XML I can see the number of points a user has, but is it also possible to get the name of the user&amp;#39;s rank and the rank badge URL? Nothing&amp;#39;s jumping out at me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TC 6.1 - How to change the default "friendship" activity message?</title><link>http://telligent.com/thread/1073608.aspx</link><pubDate>Wed, 08 May 2013 00:36:12 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:5842e50d-6c2c-4ba9-81e8-60fb4ee6b8af</guid><dc:creator>sanjeevn</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073608.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073608/rss.aspx</wfw:commentRss><description>&lt;p&gt;We want to rename the &amp;quot;Friendship&amp;quot; wordage to &amp;quot;Connections&amp;quot;. Hence, all the related messages need to be reworded too. Most areas are easy to change, but I am not sure where I need to change the &amp;quot;Acitivity Message&amp;quot; text... &lt;/p&gt;
&lt;p&gt;Currently the wording is - User1 and User2 are now friends.&lt;/p&gt;
&lt;p&gt;I want to change this to - User1 and User2 are now connected.&lt;/p&gt;
&lt;p&gt;How do I do this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Plus Sign in Unfiltered HTML Widget</title><link>http://telligent.com/thread/1073607.aspx</link><pubDate>Tue, 07 May 2013 21:29:04 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:ed8872b6-7a3f-48d8-8214-dc9d35b412ba</guid><dc:creator>Will Yip</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073607.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073607/rss.aspx</wfw:commentRss><description>&lt;p&gt;We started noticing today that a plus sign (+) gets stripped out in the Unfiltered HTML widget. &amp;nbsp;Is there a configuration setting that is stripping it out? &amp;nbsp;I think we started getting this behavior after installing a 6.1 hotfix.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to determine page content roles against logged in user roles in C#</title><link>http://telligent.com/thread/1073603.aspx</link><pubDate>Tue, 07 May 2013 15:12:05 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:a085ced5-c8e3-4e3f-a130-e0015ec41c1e</guid><dc:creator>Paul Deehan</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073603.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073603/rss.aspx</wfw:commentRss><description>&lt;p&gt;If I have content that is assigned to a specific role and a user not assigned to that role I will get the access denied page messageid=31 or something like that. &lt;/p&gt;
&lt;p&gt;If I wanted to use some c# in a custom widget or as a footer control to a master page to pop-up a modal alert to tell the user they don&amp;#39;t have the required role and then soem additional code, how would I access the content assigned role.&lt;/p&gt;
&lt;p&gt;I know how to get the user&amp;#39;s roles e.g. Roles.GetUserRoleNames[string username], but how can I extract the roles assigned to content?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s quite specific what I&amp;#39;m after and thus if I can determine the content the user is trying to view is in a different role, then I can alter via a modal pop-up - similar to how a user is informed if they try to access content in a group they require membership to join.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;P :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do you display different content for a page when user is not logged in</title><link>http://telligent.com/thread/1073160.aspx</link><pubDate>Tue, 05 Mar 2013 18:45:45 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:2d8de05b-8c5c-4460-9f35-5f32f6e03678</guid><dc:creator>mwada</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073160.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073160/rss.aspx</wfw:commentRss><description>&lt;p&gt;How do I display different content on the homepage when the user is not logged?&lt;/p&gt;
&lt;p&gt;Out of the box, both logged in and not logged in version of the homepage display the activity stream, blog posts, and the group list. &amp;nbsp;When an user is not logged in, I just want to display some message about my webdsite and the register box.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>help with glowPopUpPanel</title><link>http://telligent.com/thread/1073250.aspx</link><pubDate>Wed, 20 Mar 2013 23:02:52 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:be36ead7-57f9-4dd6-91ce-40c6481f971c</guid><dc:creator>richard451</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073250.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073250/rss.aspx</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m looking for a sample of a widget using the glowPopUpPanel function. I&amp;#39;m trying to create a simple widget that displays a popup when the user is on Internet Explorer. Is there some sample code that can get me started?&lt;/p&gt;
&lt;p&gt;This is for 6.1 of community.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>In-Process API: ActivityStoryFilters SQL Exception</title><link>http://telligent.com/thread/1073560.aspx</link><pubDate>Wed, 01 May 2013 20:23:04 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:d6f8292a-5411-4a5e-a0fb-2e79a0ffbe99</guid><dc:creator>gcraney</dc:creator><slash:comments>2</slash:comments><comments>http://telligent.com/thread/1073560.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073560/rss.aspx</wfw:commentRss><description>&lt;p&gt;I receive what looks to be a SQL Exception when I try to list activities using more than one item in the Filter parameter for ActivityStoryListOptions. &amp;nbsp;The error I am receiving is: &amp;quot;Incorrect syntax near the keyword &amp;#39;AND&amp;#39;.&lt;/p&gt;
&lt;p&gt;Incorrect syntax near the keyword &amp;#39;AND&amp;#39;.&lt;/p&gt;
&lt;p&gt;Incorrect syntax near &amp;#39;)&amp;#39;&amp;quot;&lt;/p&gt;
&lt;p&gt;Here is my code:&lt;/p&gt;
&lt;p&gt;using TEApi = Telligent.Evolution.Extensibility.Api.Version1.PublicApi;&lt;/p&gt;
&lt;p&gt;var activityStoryFilters = new List&amp;lt;ActivityStoryFilter&amp;gt;()&amp;#123;&lt;/p&gt;
&lt;p&gt;	new ActivityStoryFilter()&lt;/p&gt;
&lt;p&gt;	&amp;#123;&lt;/p&gt;
&lt;p&gt;		IncludedUsers = &amp;quot;User&amp;quot;,&lt;/p&gt;
&lt;p&gt;		StoryTypeId = new Guid(&amp;quot;DF443F7C-229D-4759-A316-79607CFA3AB0&amp;quot;)&lt;/p&gt;
&lt;p&gt;	&amp;#125;,&lt;/p&gt;
&lt;p&gt;	new ActivityStoryFilter()&lt;/p&gt;
&lt;p&gt;	&amp;#123;&lt;/p&gt;
&lt;p&gt;		IncludedUsers = &amp;quot;All&amp;quot;,&lt;/p&gt;
&lt;p&gt;		StoryTypeId = new Guid(&amp;quot;66E7036F-4099-47FB-B505-90A7AE407782&amp;quot;)&lt;/p&gt;
&lt;p&gt;	&amp;#125;&lt;/p&gt;
&lt;p&gt;&amp;#125;;&lt;/p&gt;
&lt;p&gt;ActivityStoryListOptions options = new ActivityStoryListOptions()&lt;/p&gt;
&lt;p&gt;&amp;#123;&lt;/p&gt;
&lt;p&gt;	ContainerIds = groupIds,&lt;/p&gt;
&lt;p&gt;	SortBy = &amp;quot;Date&amp;quot;,&lt;/p&gt;
&lt;p&gt;	SortOrder = &amp;quot;Descending&amp;quot;,&lt;/p&gt;
&lt;p&gt;	PageSize = 100,&lt;/p&gt;
&lt;p&gt;	PageIndex = 0,&lt;/p&gt;
&lt;p&gt;	Filters = activityStoryFilters,&lt;/p&gt;
&lt;p&gt;	UserId = userId //required when filters including &amp;#39;User&amp;#39; are used&lt;/p&gt;
&lt;p&gt;&amp;#125;;&lt;/p&gt;
&lt;p&gt;PagedList&amp;lt;ActivityStory&amp;gt; activities = TEApi.ActivityStories.List(options);&lt;/p&gt;
&lt;p&gt;When I use that same code but do not add the second filter, it returns results as expected. We are on Telligent 7.1. Please advise on how to properly utilize this filter parameter that takes a list of activity story filters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Activity message for custom content is not getting displayed in the Activity Stream</title><link>http://telligent.com/thread/1073431.aspx</link><pubDate>Wed, 10 Apr 2013 22:34:42 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:81b27e93-1400-414c-b1c6-aea49cf1844e</guid><dc:creator>mwada</dc:creator><slash:comments>1</slash:comments><comments>http://telligent.com/thread/1073431.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073431/rss.aspx</wfw:commentRss><description>&lt;p&gt;I have created a custom content type in my application and I would like to add an custom activity message whenever an user creates this content type. &amp;nbsp; My custom content type class inherits IContentType and is associated with Groups. &amp;nbsp;Currently the aspx page that creates the content is under the site group (I added the page under the site-wide content management page). &amp;nbsp;I also created a custom Activity Story Type class that inherits IActivityStoryType. &amp;nbsp;This class is pretty much similar to the one in the sample polls application. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do see records being added to the te_ActivityStream_Stories table in the database but it doesn&amp;#39;t get displayed in the activity stream. &amp;nbsp;How can I go about debugging this? &amp;nbsp;Is there some setting I need to enable for the custom activity message to be displayed? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Loading custom stylesheets based on group extended attribute</title><link>http://telligent.com/thread/1073461.aspx</link><pubDate>Mon, 15 Apr 2013 22:13:35 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:bd616c41-7c45-45c0-b35d-6a11fc829cc1</guid><dc:creator>Robert Miller</dc:creator><slash:comments>10</slash:comments><comments>http://telligent.com/thread/1073461.aspx</comments><wfw:commentRss>http://telligent.com/community/developers/f/554/t/1073461/rss.aspx</wfw:commentRss><description>&lt;p&gt;We would like to load additional CSS overrides within a group based on an optional group extended attribute specifying the group&amp;#39;s &amp;quot;category&amp;quot; within the overall community. Each category will be comprised of one or more groups, so our intention is to define the CSS rules once in an external table and share the styles amongst all of the groups in the category. Is it possible to do this and have the CSS load &lt;em&gt;after&lt;/em&gt; the dynamic theme styles (dynamic-style.aspx) or would we have to modify the dynamic-style.aspx page itself to merge the theme styles with our custom styles?&lt;/p&gt;
&lt;p&gt;FYI, we&amp;#39;re currently using TC6.1 but intend to upgrade to 7.x this spring or early summer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>