<?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>Developer Space</title><link>http://telligent.com/community/developers/default.aspx</link><description>Want to extend the Telligent Evolution platform? Collaborate with other developers and product experts here.</description><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Forum Post: RE: List Avatars - endpoint?</title><link>http://telligent.com/community/developers/f/554/p/1070117/1355246.aspx#1355246</link><pubDate>Fri, 10 Feb 2012 17:14:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355246</guid><dc:creator>Patrick Mason</dc:creator><description>&lt;p&gt;So the reality is we don&amp;#39;t provide a method to retrieve those avatars via either API. &amp;nbsp;Now we do have an enhancement on the books to be able to update an avatar both via REST and via In-Process Api which I will see if can get some attention for an upcoming version (no promises :) ). &amp;nbsp;Selectable Avatar retrieval I am a little on the fence. &amp;nbsp;I am thinking maybe adding a CFS LIst method might be a more universal approach that I will pass along internally for thoughts.&lt;/p&gt;</description></item><item><title>Forum Post: Mirrored Feeds (RSS) - changed feed item not updating blog post.</title><link>http://telligent.com/community/developers/f/554/t/1070221.aspx</link><pubDate>Fri, 10 Feb 2012 16:22:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1070221</guid><dc:creator>Aaron Cope</dc:creator><description>&lt;p&gt;In prototyping this solution, we noticed that if we change an underlying feed item&amp;#39;s properties, Telligent does not update the blog post with those properties. Is this by design?&lt;/p&gt; &lt;p&gt;If we need to change the external URL (mapped to blog post&amp;#39;s TitleUrl), do we have to change the feed item URL, delete the blog post and then wait for the new feed item to be picked up?&lt;/p&gt; &lt;p&gt;-Aaron&lt;/p&gt;</description></item><item><title>Forum Post: RE: Rest API Setting user's Timezone on add not working</title><link>http://telligent.com/community/developers/f/554/p/1070189/1355243.aspx#1355243</link><pubDate>Fri, 10 Feb 2012 16:08:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355243</guid><dc:creator>larisa kraus</dc:creator><description>&lt;p&gt;jluenebu&lt;/p&gt; &lt;p&gt;did workaround from Patrick help to resolve your problem?&lt;/p&gt;</description></item><item><title>Forum Post: RE: REST API - create blog post and blog post comment</title><link>http://telligent.com/community/developers/f/554/p/1070219/1355242.aspx#1355242</link><pubDate>Fri, 10 Feb 2012 16:05:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355242</guid><dc:creator>Dan Hounshell</dc:creator><description>&lt;p&gt;It is pulled from the Current User (CSContext.Current.User). Current user can be set a couple different ways. When using REST (via AJAX) while on-site and already authenticated it will be populated from whatever authentication method used by the site. If using REST off-site or programatically it will be populated by the appkey &amp;amp; username (or the username being impersonated) that is set when building the REST request. &lt;/p&gt;</description></item><item><title>Forum Post: RE: Automatic subscription to a file download</title><link>http://telligent.com/community/developers/f/554/p/1070198/1355241.aspx#1355241</link><pubDate>Fri, 10 Feb 2012 15:58:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355241</guid><dc:creator>larisa kraus</dc:creator><description>&lt;p&gt;sthaynes,&lt;/p&gt; &lt;p&gt;Unfortunately, there is not a way to do this through the supported platform API. &amp;nbsp;We will take this as a feature request to expose subscriptions through the platform API. Thank you.&lt;/p&gt;</description></item><item><title>Forum Post: RE: Adding post click event to 'j.telligent.evolution.widgets.blogPostList.rating'</title><link>http://telligent.com/community/developers/f/554/p/1070207/1355236.aspx#1355236</link><pubDate>Fri, 10 Feb 2012 14:00:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355236</guid><dc:creator>Michael Monteleone</dc:creator><description>&lt;p&gt;Patrick, I would suggest adding a call to your callback within the callback passed to the evolutionStarRating jQuery Plugin. &amp;nbsp;&lt;/p&gt; &lt;p&gt;So, for example, on line 75 of the BlogPost widget&amp;#39;s ui.js, a callback is passed for handling the &amp;#39;onRate&amp;#39; event in the evolutionStarRating. &amp;nbsp;You could add a call to your code within that callback. &amp;nbsp;Alternatively, if you wanted to ensure your function is only called after a successful rating has completed, you could add your call within ratePost&amp;#39;s ajax request&amp;#39;s success handler at line 51. &amp;nbsp;&lt;/p&gt;</description></item><item><title>Forum Post: RE: Upgrade blog/wiki/forum/media post screen?</title><link>http://telligent.com/community/developers/f/554/p/1070175/1355229.aspx#1355229</link><pubDate>Thu, 09 Feb 2012 21:31:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355229</guid><dc:creator>synergyauto</dc:creator><description>&lt;p&gt;As it turns out, after adding the checkbox to the edit widget I was able to do the following in the save function of ui.js:&lt;/p&gt; &lt;p&gt;data.MyCheckbox = document.getElementById(&amp;#39;myCheckbox&amp;#39;).checked&lt;/p&gt; &lt;p&gt;and then I can access it in the Request.Form vars inside of the CS Module! :)&lt;/p&gt;</description></item><item><title>Forum Post: RE: Custom Error Handling</title><link>http://telligent.com/community/developers/f/554/p/1070192/1355225.aspx#1355225</link><pubDate>Thu, 09 Feb 2012 19:50:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355225</guid><dc:creator>larisa kraus</dc:creator><description>&lt;p&gt;marking reply as suggested&lt;/p&gt;</description></item><item><title>Wiki: Telligent Evolution 6.x Developer Documentation</title><link>http://telligent.com/community/developers/w/developer6/default.aspx</link><pubDate>Thu, 09 Feb 2012 19:18:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:314</guid><dc:creator>Anonymous</dc:creator><description /></item><item><title>Forum Post: For using widget Studio</title><link>http://telligent.com/community/developers/f/474/t/1070196.aspx</link><pubDate>Thu, 09 Feb 2012 14:27:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1070196</guid><dc:creator>Yogesh Shinde</dc:creator><description>&lt;p&gt;How i Should download Telligent widget Studio&lt;/p&gt;</description></item><item><title>Forum Post: SQL Edition for a specific OS</title><link>http://telligent.com/community/developers/f/272/t/1070195.aspx</link><pubDate>Thu, 09 Feb 2012 13:45:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1070195</guid><dc:creator>Vasanta</dc:creator><description>&lt;p&gt;What would be the SQL Server 2008 &amp;nbsp;edition(Developer/Express/Enterpride) &amp;nbsp;for Windows 2008 R2 Data Center Edition?&lt;/p&gt;</description></item><item><title>Forum Post: RE: Pattern for glowPatternedTextBox</title><link>http://telligent.com/community/developers/f/554/p/1070181/1355213.aspx#1355213</link><pubDate>Thu, 09 Feb 2012 13:19:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355213</guid><dc:creator>Ben Tiedt</dc:creator><description>&lt;p&gt;I&amp;#39;ve updated the &lt;a href="http://telligent.com/community/developers/w/developer6/20714.patterned-text-box.aspx"&gt;documentation &lt;/a&gt;to include more detail on the pattern configuration property:&lt;/p&gt; &lt;p style="margin-left:30px;"&gt;&lt;span&gt;The pattern to use for the text box. &amp;nbsp;Two types of pattern definitions are supported (any text between a pattern definition is considered static and uneditable):&lt;/span&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Numeric range pattern: &amp;lt;X-Y&amp;gt; where X and Y are integers. &amp;nbsp;Any value between X and Y (inclusive) is considered valid.&lt;/li&gt; &lt;li&gt;Selection range pattern: &amp;lt;Value1,Value2,Value3,Value4,Value5&amp;gt; where any defined textual value is considered valid.&lt;/li&gt; &lt;li&gt;Examples: &lt;ul&gt; &lt;li style="list-style-type:none;"&gt;Date:&amp;nbsp;&lt;span&gt;&amp;lt;Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec&amp;gt; &amp;lt;1-31&amp;gt;, &amp;lt;1900-3000&amp;gt;&lt;/span&gt; &lt;ul&gt; &lt;li&gt;Time:&amp;nbsp;&lt;span&gt;&amp;lt;1-12&amp;gt;:&amp;lt;00-59&amp;gt; &amp;lt;AM,PM&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Unit:&amp;nbsp;&lt;span&gt;&amp;lt;0-1600&amp;gt; &amp;lt;px,pt,%,pc,in,mm,cm,em,ex&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Short-hand Date:&amp;nbsp;&lt;span&gt;&amp;lt;01-12&amp;gt;/&amp;lt;01-31&amp;gt;/&amp;lt;1900-3000&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p style="padding:0;margin:0;"&gt;&lt;/p&gt;</description></item><item><title>Wiki Page: Patterned text box</title><link>http://telligent.com/community/developers/w/developer6/20714.patterned-text-box.aspx</link><pubDate>Thu, 09 Feb 2012 13:17:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:20714</guid><dc:creator>Ben Tiedt</dc:creator><description>&lt;p id="jqueryfnglowpatternedtextbox"&gt;&lt;div class="table-of-contents"&gt;&lt;h2 class="title"&gt;In this Article&lt;/h2&gt;&lt;div class="hierarchy-list-header"&gt; &lt;/div&gt;&lt;ul class="hierarchy-list"&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#jQuery_fn_glowPatternedTextBox"&gt;jQuery.fn.glowPatternedTextBox&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#Usage"&gt;Usage&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#Options"&gt;Options&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#Events"&gt;Events&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#Methods"&gt;Methods&lt;/a&gt;&lt;div class="hierarchy-list-header"&gt; &lt;/div&gt;&lt;ul class="hierarchy-list"&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#getPatternValues"&gt;getPatternValues&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#getPatternValueOptionIndex"&gt;getPatternValueOptionIndex&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#getPatternValueOption"&gt;getPatternValueOption&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#setPatternValues"&gt;setPatternValues&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#val"&gt;val&lt;/a&gt;&lt;/li&gt;&lt;li class="hierarchy-item"&gt;&lt;a href="#disabled"&gt;disabled&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="hierarchy-list-footer"&gt; &lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="hierarchy-list-footer"&gt; &lt;/div&gt;&lt;/div&gt;&lt;a name="jQuery_fn_glowPatternedTextBox"&gt;&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;&lt;a name="jQuery_fn_glowPatternedTextBox"&gt;&lt;/a&gt;jQuery.fn.glowPatternedTextBox&lt;/h3&gt; &lt;p&gt;Decorates a text input with patterned input functionality&lt;/p&gt; &lt;h3 id="usage"&gt;&lt;a name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt; &lt;pre class="brush: jscript;fontsize: 100; first-line: 1; "&gt;$(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(options) &lt;/pre&gt; &lt;p&gt;where &amp;#39;SELECTOR&amp;#39; contains the text input element(s) which will be patterned and the options object can contain:&lt;/p&gt; &lt;h3 id="options"&gt;&lt;a name="Options"&gt;&lt;/a&gt;Options&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;pattern&lt;/code&gt;: The pattern to use for the text box. &amp;nbsp;Two types of pattern definitions are supported (any text between a pattern definition is considered static and uneditable): &lt;ul&gt; &lt;li style="list-style-type:none;"&gt; &lt;ul&gt; &lt;li&gt;Numeric range pattern: &amp;lt;X-Y&amp;gt; where X and Y are integers. &amp;nbsp;Any value between X and Y (inclusive) is considered valid.&lt;/li&gt; &lt;li&gt;Selection range pattern: &amp;lt;Value1,Value2,Value3,Value4,Value5&amp;gt; where any defined textual value is considered valid.&lt;/li&gt; &lt;li&gt;Examples: &lt;ul&gt; &lt;li&gt;Date:&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec&amp;gt; &amp;lt;1-31&amp;gt;, &amp;lt;1900-3000&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Time:&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;1-12&amp;gt;:&amp;lt;00-59&amp;gt; &amp;lt;AM,PM&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Unit:&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;0-1600&amp;gt; &amp;lt;px,pt,%,pc,in,mm,cm,em,ex&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;li&gt;Short-hand Date:&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;01-12&amp;gt;/&amp;lt;01-31&amp;gt;/&amp;lt;1900-3000&amp;gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;default: &lt;em&gt;empty string&lt;/em&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;code&gt;allowBlanks&lt;/code&gt;: Whether to allow blank entries. &lt;ul&gt; &lt;li&gt;default: &lt;code&gt;true&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;code&gt;blankCharacter&lt;/code&gt;: Pattern character which represents blanks. &lt;ul&gt; &lt;li&gt;default: &lt;code&gt;-&lt;/code&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;code&gt;onValidation&lt;/code&gt;: Callback function which can provide custom logic for handling the input of a patterned text box. Called whenever a segment of the pattern is iterated up or down. Callback returns an array of selected indexes corresponding to each region in the patterned text box. Callback is passed: &lt;ul&gt; &lt;li&gt;jQ - the patternedTextBox instance jQuery selection&lt;/li&gt; &lt;li&gt;regions - String array of current regions.&lt;/li&gt; &lt;li&gt;type - &amp;#39;next&amp;#39; or &amp;#39;previous&amp;#39; string - The direction of selection.&lt;/li&gt; &lt;li&gt;modifiedIndex - Current index of regions being iterated.&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;/ul&gt; &lt;h3 id="events"&gt;&lt;a name="Events"&gt;&lt;/a&gt;Events&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;glowPatternedTextBoxChange&lt;/code&gt; - Triggered when the text box changes value.&lt;/li&gt; &lt;/ul&gt; &lt;h3 id="methods"&gt;&lt;a name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt; &lt;h4 id="getpatternvalues"&gt;&lt;a name="getPatternValues"&gt;&lt;/a&gt;getPatternValues&lt;/h4&gt; &lt;p&gt;Returns a string array of the selected pattern values.&lt;/p&gt; &lt;pre class="brush: jscript;fontsize: 100; first-line: 1; "&gt;var patternValues = $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;getPatternValues&amp;#39;) &lt;/pre&gt; &lt;h4 id="getpatternvalueoptionindex"&gt;&lt;a name="getPatternValueOptionIndex"&gt;&lt;/a&gt;getPatternValueOptionIndex&lt;/h4&gt; &lt;p&gt;Returns the index of a given pattern value within a given pattern identified by its pattern index.&lt;/p&gt; &lt;pre class="brush: jscript;fontsize: 100; first-line: 1; "&gt;var patternIndex = 2;  var value = &amp;#39;vale&amp;#39;;  var valueIndex = $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;getPatternValueOptionIndex&amp;#39;, patternIndex, value) &lt;/pre&gt; &lt;h4 id="getpatternvalueoption"&gt;&lt;a name="getPatternValueOption"&gt;&lt;/a&gt;getPatternValueOption&lt;/h4&gt; &lt;p&gt;Returns the value of a given pattern index within a given pattern identified by its pattern index.&lt;/p&gt; &lt;pre class="brush: jscript;fontsize: 100; first-line: 1; "&gt;var patternIndex = 2;  var valueIndex = 3;  var valueOption = $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;getPatternValueOptionIndex&amp;#39;, patternIndex, valueIndex); &lt;/pre&gt; &lt;h4 id="setpatternvalues"&gt;&lt;a name="setPatternValues"&gt;&lt;/a&gt;setPatternValues&lt;/h4&gt; &lt;p&gt;Applies selected pattern indices to each pattern.&lt;/p&gt; &lt;pre class="brush: bash;fontsize: 100; first-line: 1; "&gt;var patternValues = [4,3,9]; $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;setPatternValues&amp;#39;, patternValues); &lt;/pre&gt; &lt;h4 id="val"&gt;&lt;a name="val"&gt;&lt;/a&gt;val&lt;/h4&gt; &lt;p&gt;Gets and/or sets the current value of the patterned text box.&lt;/p&gt; &lt;pre class="brush: jscript;fontsize: 100; first-line: 1; "&gt;var value = $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;val&amp;#39;); $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;val&amp;#39;, newValue); &lt;/pre&gt; &lt;h4 id="disabled"&gt;&lt;a name="disabled"&gt;&lt;/a&gt;disabled&lt;/h4&gt; &lt;p&gt;Gets and/or sets whether the current patterned text box is disabled.&lt;/p&gt; &lt;pre class="brush: jscript;fontsize: 100; first-line: 1; "&gt;var disabled = $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;disabled&amp;#39;);  $(&amp;#39;SELECTOR&amp;#39;).glowPatternedTextBox(&amp;#39;disabled&amp;#39;, true); &lt;/pre&gt;</description></item><item><title>Forum Post: RE: ThreadList QuertOverrides not working</title><link>http://telligent.com/community/developers/f/554/p/1070168/1355183.aspx#1355183</link><pubDate>Wed, 08 Feb 2012 14:11:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355183</guid><dc:creator>edinP</dc:creator><description>&lt;p&gt;Thanks Alex that solved my problem. It was because of the sticky posts! Thanks again :)&lt;/p&gt;</description></item><item><title>Forum Post: RE: glowLookUpTextBox</title><link>http://telligent.com/community/developers/f/554/p/1070162/1355182.aspx#1355182</link><pubDate>Wed, 08 Feb 2012 14:04:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355182</guid><dc:creator>pfitzpatrick</dc:creator><description>&lt;p&gt;Iarisa/Alex,&lt;/p&gt; &lt;p&gt;thanks for the code. Works like a champ now.&lt;/p&gt; &lt;p&gt;thanks&lt;/p&gt; &lt;p&gt;Patrick&lt;/p&gt;</description></item><item><title>Forum Post: RE: Site - Search Widget Question</title><link>http://telligent.com/community/developers/f/554/p/1069893/1355062.aspx#1355062</link><pubDate>Fri, 03 Feb 2012 18:23:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355062</guid><dc:creator>Ben Tiedt</dc:creator><description>&lt;p&gt;The filter applies to results shown inline (in the pop-up below the search box). &amp;nbsp;The search results page does not support filtering by multiple groups.&lt;/p&gt;</description></item><item><title>Forum Post: RE: Email Validation and ignore the default text</title><link>http://telligent.com/community/developers/f/554/p/1070107/1355052.aspx#1355052</link><pubDate>Fri, 03 Feb 2012 14:18:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1355052</guid><dc:creator>Patrick Mason</dc:creator><description>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;meta content="Microsoft Word 14 (filtered medium)" /&gt; &lt;!--[if gte mso 9]&gt;  &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;   &lt;![endif]--&gt;   &lt;div class="WordSection1"&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;Glad it worked out for you!&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;Patrick Mason&lt;br /&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#5F665F;"&gt;Development Lead- Extensibility&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:9.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;o: 214.420.1329 &lt;br /&gt; &lt;a href="http://www.telligent.com/"&gt;&lt;b&gt;&lt;span style="color:blue;"&gt;telligent.com&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; pfitzpatrick [mailto:bounce-pfitzpatrick@communities.telligent.com] &lt;br /&gt; &lt;b&gt;Sent:&lt;/b&gt; Friday, February 03, 2012 8:08 AM&lt;br /&gt; &lt;b&gt;To:&lt;/b&gt; discussion_evolution@communities.telligent.com&lt;br /&gt; &lt;b&gt;Subject:&lt;/b&gt; RE: [Telligent Evolution Platform Discussion] Email Validation and ignore the default text&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Thanks Patrick,&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;did as you suggested and it seems to be working fine. I pulled the regular expression from the control panel for checking emails to keep it consistent!&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;P&lt;/span&gt;&lt;/p&gt; &lt;/div&gt; &lt;div&gt; &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Forum Post: RE: What is the best way to share assets between widgets?</title><link>http://telligent.com/community/developers/f/554/p/1070116/1354998.aspx#1354998</link><pubDate>Thu, 02 Feb 2012 14:59:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1354998</guid><dc:creator>Patrick Mason</dc:creator><description>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;meta content="Microsoft Word 14 (filtered medium)" /&gt; &lt;!--[if gte mso 9]&gt;  &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;   &lt;![endif]--&gt;   &lt;div class="WordSection1"&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;There really is no easy way of doing this and it really goes against the principle that a widget should be self-contained and not dependent on other widgets(with  the exception of group editable widgets).&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;The best approach is to always keep javascript a widget depends on with the widget itself, however if you need many widgets to reference a global file then  you should import that file as a supplementary file in the theme.&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;Patrick Mason&lt;br /&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#5F665F;"&gt;Development Lead- Extensibility&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&lt;br /&gt; &lt;/span&gt;&lt;span style="font-size:9.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;o: 214.420.1329 &lt;br /&gt; &lt;a href="http://www.telligent.com/"&gt;&lt;b&gt;&lt;span style="color:blue;"&gt;telligent.com&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-size:11.0pt;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1F497D;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Tahoma&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; Cody Beckner [mailto:bounce-cbeckner@communities.telligent.com] &lt;br /&gt; &lt;b&gt;Sent:&lt;/b&gt; Thursday, February 02, 2012 8:48 AM&lt;br /&gt; &lt;b&gt;To:&lt;/b&gt; discussion_evolution@communities.telligent.com&lt;br /&gt; &lt;b&gt;Subject:&lt;/b&gt; [Telligent Evolution Platform Discussion] What is the best way to share assets between widgets?&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I&amp;#39;m sure this is a simple question and I am just missing the answer somewhere in the documentation.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I am trying to figure out a way to share a javascript file between multiple widgets without editing a master page or something similar.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I have a visual studio solution set up following the guidlines at &lt;a href="http://telligent.com/community/developers/w/developer6/creating-a-factory-default-widgets-plugin.aspx"&gt; http://telligent.com/community/developers/w/developer6/creating-a-factory-default-widgets-plugin.aspx&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I am going to have about 20&amp;#43; widgets that are all going to lean on the same js file.&amp;nbsp;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Right now, if I come up with a new version of that file I will need to move it into the asset folder for each widget.&amp;nbsp; While I can automate that as a post-build task, I am trying to see if there  is a way to tell one widget to grab another widget&amp;#39;s assets OR if there is way via the API/Theming&amp;nbsp;to register a custom JS file.&lt;/span&gt;&lt;/p&gt; &lt;/div&gt; &lt;div&gt; &lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Forum Post: RE: Adding custom permissions</title><link>http://telligent.com/community/developers/f/554/p/1070097/1354981.aspx#1354981</link><pubDate>Thu, 02 Feb 2012 08:49:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1354981</guid><dc:creator>Cody Beckner</dc:creator><description>&lt;p&gt;Thanks for the help. &amp;nbsp;I&amp;#39;ll see if I can accomplish what I&amp;#39;m after using the roles.&lt;/p&gt;</description></item><item><title>Forum Post: RE: Pulling integrated site content into Telligent Widget (6.0)</title><link>http://telligent.com/community/developers/f/554/p/1070095/1354976.aspx#1354976</link><pubDate>Wed, 01 Feb 2012 20:47:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1354976</guid><dc:creator>Aaron Cope</dc:creator><description>&lt;p&gt;alex, yeah that makes sense. i tried it that way and also using an iframe. it&amp;#39;s pretty slow and i can imagine it getting worse and presenting an awful user experience when i have 6-7 of these on one telligent page. i suppose i&amp;#39;ll just recreate these identical components as telligent widgets.&lt;/p&gt; &lt;p&gt;you agree?&lt;/p&gt;</description></item></channel></rss>
