<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:docs="http://schemas.google.com/docs/2007" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" xmlns:itms="http://phobos.apple.com/rss/1.0/modules/itms/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:twitter="http://api.twitter.com" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">
  <channel>
    <title>Ben From Around the Internet</title>
    <link>http://feed.informer.com/digests/NN6I1GVKAG/feeder</link>
    <description>All public posts by Ben from all around the Internet.</description>
    <copyright>Respective post owners and feed distributors</copyright>
    <pubDate>Mon, 19 Oct 2015 13:55:40 +0000</pubDate>
    <generator>Feed Informer http://feed.informer.com/</generator>
    <atom:link href="http://feed.informer.com/digests/NN6I1GVKAG/feeder" rel="self" type="application/rss+xml"/>
    <xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
      <title>RE: URLs added to a post are linking the whole of the comment</title>
      <link>https://community.telligent.com/community/11/f/ask-the-community/1151554/urls-added-to-a-post-are-linking-the-whole-of-the-comment/1621111</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:ab037013-0f76-ee42-f014-29168941d0fb</guid>
      <pubDate>Mon, 22 Jan 2024 17:42:00 +0000</pubDate>
      <description>Could you provide reproduction steps so we can validate this is resolved in newer versions?</description>
    </item>
    <item>
      <title>RE: How to Add Multiple Users to a Group Chat</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151592/how-to-add-multiple-users-to-a-group-chat/1621110</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:e78b0902-e624-4493-8793-b29cc1fb34b1</guid>
      <pubDate>Mon, 22 Jan 2024 17:40:00 +0000</pubDate>
      <description>To create a group chat, drag a user form the online friend list onto an existing chat to create a chat with the added user.</description>
    </item>
    <item>
      <title>RE: Unable to create API Keys</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151584/unable-to-create-api-keys/1621109</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:05e8010a-bb01-c739-db7a-1af22a65c447</guid>
      <pubDate>Mon, 22 Jan 2024 17:32:00 +0000</pubDate>
      <description>At which step are you unable to see the expected options? Do you see the &amp;quot;Manage application API keys&amp;quot; option on the Options tab of your Settings page?</description>
    </item>
    <item>
      <title>RE: Excluding a group from search results, or ranking the results lower</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151571/excluding-a-group-from-search-results-or-ranking-the-results-lower/1621108</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:e18dd32d-355e-573f-e9ed-d758555d9e53</guid>
      <pubDate>Mon, 22 Jan 2024 17:29:00 +0000</pubDate>
      <description>You can remove results in the query via the syntax: &amp;quot;{QUERY_TERM}&amp;quot; NOT group:{GROUP_ID} where {QUERY_TERM} is the term being searched for and {GROUP_ID} is the ID of the group to exclude.</description>
    </item>
    <item>
      <title>RE: Is it possible to create a new report in 'Reporting' for a widget?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151575/is-it-possible-to-create-a-new-report-in-reporting-for-a-widget/1621107</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:a961786c-8c39-1bfa-088e-1fe173f36234</guid>
      <pubDate>Mon, 22 Jan 2024 17:24:00 +0000</pubDate>
      <description>The reporting and view tracking capabilities currently in Community are related to content and not specific URLs/pages. To tracks specific pages/URLs, you could rely on an external/generic analytics tool such as Google Analytics, URL request log analytics, or implement a custom solution within Community.</description>
    </item>
    <item>
      <title>RE: Are + Being Stripped out when being passed into Velocity functions</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151566/are-being-stripped-out-when-being-passed-into-velocity-functions/1621106</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:d8ec09db-4bcd-52d7-f220-140d1a5f2249</guid>
      <pubDate>Mon, 22 Jan 2024 17:18:00 +0000</pubDate>
      <description>No, content is not sanitized between Velocity and execution. You can verify this by executing the following code int he script sandbox: $core_v2_exceptions.Log(&amp;quot;this + that&amp;quot;) And seeing the resulting exception in the Exception Log: I&amp;#39;ve not noticed it before, but is it possible that the preview is resolving the + to a space as with URI encoding? That&amp;#39;s an odd behavior if that&amp;#39;s the case.</description>
    </item>
    <item>
      <title>RE: How do we give mobile the full RTE experience? Menus and Options are Missing</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151549/how-do-we-give-mobile-the-full-rte-experience-menus-and-options-are-missing/1620940</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:6d8e9760-d0ff-413f-2cb5-78ef1914197a</guid>
      <pubDate>Wed, 13 Dec 2023 19:01:00 +0000</pubDate>
      <description>[quote userid=&amp;quot;279661&amp;quot; url=&amp;quot;~/community/12/f/ask-the-community/1151549/how-do-we-give-mobile-the-full-rte-experience-menus-and-options-are-missing/1620937&amp;quot;]What other areas may be affected by the mobile browser user agent pattern beyond the RTE?[/quote] The mobile pattern configured on Editor Options is only used to determine which configuration (desktop or mobile) to provide. It is not used by other functionality. [quote userid=&amp;quot;279661&amp;quot; url=&amp;quot;~/community/12/f/ask-the-community/1151549/how-do-we-give-mobile-the-full-rte-experience-menus-and-options-are-missing/1620937&amp;quot;]That&amp;#39;s great because I can&amp;#39;t access the pencil on mobile either![/quote] Sorry, I was specifically talking about standardizing the editor UI. On mobile/touch-enabled devices, you can open the management panel by swiping from the left side of the screen.</description>
    </item>
    <item>
      <title>RE: Plugin with method that fires every time</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151562/plugin-with-method-that-fires-every-time/1620939</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:8457e293-b91b-4624-8ee5-a2dbfb46f374</guid>
      <pubDate>Wed, 13 Dec 2023 18:59:00 +0000</pubDate>
      <description>Could you identify what data you need related to the event (if any) and any other details about your use case?</description>
    </item>
    <item>
      <title>RE: How to find out who added/set up a member?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151561/how-to-find-out-who-added-set-up-a-member/1620934</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:9071ab22-508e-3759-c43f-057d99d121e7</guid>
      <pubDate>Tue, 12 Dec 2023 19:59:00 +0000</pubDate>
      <description>Users created through Administration &amp;gt; Membership &amp;gt; Members &amp;gt; Add Member will be properly attributed to the creator in the audit record in Administration &amp;gt; Monitoring &amp;gt; Auditing</description>
    </item>
    <item>
      <title>RE: Is there a way to use Unfiltered HTML+ within a blog post or any other type of publication?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151550/is-there-a-way-to-use-unfiltered-html-within-a-blog-post-or-any-other-type-of-publication/1620933</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:abf2c15c-d675-53e4-36e0-ef8a99541703</guid>
      <pubDate>Tue, 12 Dec 2023 19:51:00 +0000</pubDate>
      <description>+1 on Alex&amp;#39;s suggestion to use Embeddables. Content is filtered to prevent malicious markup from being included by implementing the restrictions defined by Content Filtering configuration. Embeddables provide a way (via privilege) to define unrestricted functionality (the Embeddable) that can be configured (via Embeddable configuration) in a safe way without exposing full/unrestricted markup and script support to content creators. Progressive Enhancement would be another option If the script can be defined generally (included via an Unfiltered widget locked in a group/application/site footer, for example) such that, on HTML insertion or page load it could detect safe content that could be enhanced without direct script interaction (a wrapping class, an HTML element type, etc), the unique content-related data could be defined by the content creator and the privileged script included as part of the theme enhances that content with additional functionality when the script is available to run (note that the script would not affect, for example, email representations of the content).</description>
    </item>
    <item>
      <title>RE: How do we give mobile the full RTE experience? Menus and Options are Missing</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151549/how-do-we-give-mobile-the-full-rte-experience-menus-and-options-are-missing/1620932</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:113df776-a47d-7643-b4d6-156bb95050f6</guid>
      <pubDate>Tue, 12 Dec 2023 19:42:00 +0000</pubDate>
      <description>The full set of editor options may not currently work well in mobile browsers (especially in situations where selection state is required--non-block-level actions, for example). You can provide the full experience, however, by adjusting the mobile browser user agent pattern in Administration &amp;gt; Site &amp;gt; Editor Options and changing &amp;quot;Mobile Browser User Agent Pattern&amp;quot; We are reviewing updates to the editor to provide the same UI for all browsers in a future release.</description>
    </item>
    <item>
      <title>RE: Default Unchecked Delete Children on Delete Reply</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151547/default-unchecked-delete-children-on-delete-reply/1620931</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:af858aa4-91c5-4fd5-96bc-61ee8be86e23</guid>
      <pubDate>Tue, 12 Dec 2023 19:40:00 +0000</pubDate>
      <description>This is not currently exposed as a configuration option.</description>
    </item>
    <item>
      <title>RE: Activity Stories not created for some users</title>
      <link>https://community.telligent.com/community/10/f/ask-the-community/1151546/activity-stories-not-created-for-some-users/1620930</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:70df9299-0807-c835-64e9-2b0b2d09c3d6</guid>
      <pubDate>Tue, 12 Dec 2023 19:39:00 +0000</pubDate>
      <description>Yes, the options in Administration &amp;gt; Activity Stream can allow individual users to control when activity stories are created: Controlled - Opt-in: The story is not collected by default unless the user chooses to enable it. Controlled - Opt-out: The story is collected by default but the user can choose to disable it. Always On - Visible: The story is always on and users can see that it is always on (but cannot change the enablement) Always On - Hidden: The story is always created and the user cannot opt-in/out Always off: The story is never created. Also, once a story is created, administrators and the author of the related content can delete the story. That deletion affects all users.</description>
    </item>
    <item>
      <title>RE: The best widget for listing content that is updated when there's activity on the content?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151540/the-best-widget-for-listing-content-that-is-updated-when-there-s-activity-on-the-content/1620929</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:07831198-f867-54c8-1aab-e5a8354cfdb4</guid>
      <pubDate>Tue, 12 Dec 2023 19:36:00 +0000</pubDate>
      <description>There isn&amp;#39;t an existing widget that implements this logic directly (aside from the Activity Story Stream, but that&amp;#39;s also a pretty complicated widget). If you&amp;#39;re open to implementing a new widget, I would recommend using the Activity Story API since it does implement this behavior. You can choose how the data is presented to meet your needs.</description>
    </item>
    <item>
      <title>RE: Does the List Media Gallery API call omit Disabled?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151541/does-the-list-media-gallery-api-call-omit-disabled/1620928</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:fe5c5124-83b4-3c2d-e94f-dec4776351b4</guid>
      <pubDate>Tue, 12 Dec 2023 19:30:00 +0000</pubDate>
      <description>Currently, listing galleries there are disabled is not possible through the API. To view disabled galleries, go to the parent group and view galleries through the management panel &amp;gt; Manage Group &amp;gt; Applications.</description>
    </item>
    <item>
      <title>RE: over imposed image on Event widget. Can I get rid if it? Its automatically added from the link when i create the event so sometimes isnt a relevant picture</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151528/over-imposed-image-on-event-widget-can-i-get-rid-if-it-its-automatically-added-from-the-link-when-i-create-the-event-so-sometimes-isnt-a-relevant-picture/1620859</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:a70addea-2c6d-8107-8f17-4bfd7e386535</guid>
      <pubDate>Fri, 17 Nov 2023 16:17:00 +0000</pubDate>
      <description>There have been changes to web previews in 12+. The rendering can be completely replaced by updating the web preview UI Component: community.telligent.com/.../webpreview-ui-component</description>
    </item>
    <item>
      <title>RE: Can I Preview an Article Draft?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151532/can-i-preview-an-article-draft/1620851</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:67256aa4-5ae1-581d-8b6f-6dd31fcafed7</guid>
      <pubDate>Thu, 16 Nov 2023 15:24:00 +0000</pubDate>
      <description>[quote userid=&amp;quot;279661&amp;quot; url=&amp;quot;~/community/12/f/ask-the-community/1151532/can-i-preview-an-article-draft&amp;quot;]I don&amp;#39;t appear to be able to &amp;#39;view&amp;#39; a draft of an article?[/quote] The closest you can get is viewing the history within the editor, selecting the draft and then clicking &amp;quot;View&amp;quot; below the history list. This will render the article below the history list within the full page (which is closer to the final rendered location than the preview modal).</description>
    </item>
    <item>
      <title>RE: Tag Encoding for URLS</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151533/tag-encoding-for-urls/1620850</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:2e29c2d2-1dab-82b5-1b97-5f8e0856d443</guid>
      <pubDate>Thu, 16 Nov 2023 15:17:00 +0000</pubDate>
      <description>If you&amp;#39;re linking to the a tag page, you can generate the URL via scripting which will also handle the encoding of the tag. It appears that the encoding used for tags (tags, CFS files, paths) is not exposed directly to scripting. For path components (like tags), the encoding replaces non-alphanumeric characters: Spaces are replaced with + Periods are replaced with - Other non-alphanumeric characters are encoded using their unicode bytes as hex values (two hex digits per byte) surrounded with _ This encoding is mostly historic to work around issues with IIS and lossless text encoding. I&amp;#39;ve logged a bug to expose UrlEncodeFileComponent, UrlEncodePathComponent, and UrlDecodePathComponent (UrlDecodeFileComponent already exists) on $core_v2_encoding; TE-18410: Expose Url Encode/Decode Path/File Component to Scripting</description>
    </item>
    <item>
      <title>RE: Which REST API should be used to add a user to a role?</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151517/which-rest-api-should-be-used-to-add-a-user-to-a-role/1620846</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:604147e0-c16f-9e11-de8b-a3081c63e5e2</guid>
      <pubDate>Wed, 15 Nov 2023 19:14:00 +0000</pubDate>
      <description>The same REST endpoint is used for creating a role and creating a role-user relationship. The differentiation is via the Include=&amp;quot;user&amp;quot; option. I agree this is confusing. [quote userid=&amp;quot;281283&amp;quot; url=&amp;quot;~/community/12/f/ask-the-community/1151517/which-rest-api-should-be-used-to-add-a-user-to-a-role/1620842&amp;quot;]But is it the same call if the role already exists? [/quote] Yes.</description>
    </item>
    <item>
      <title>RE: over imposed image on Event widget. Can I get rid if it? Its automatically added from the link when i create the event so sometimes isnt a relevant picture</title>
      <link>https://community.telligent.com/community/12/f/ask-the-community/1151528/over-imposed-image-on-event-widget-can-i-get-rid-if-it-its-automatically-added-from-the-link-when-i-create-the-event-so-sometimes-isnt-a-relevant-picture/1620845</link>
      <source url="https://community.telligent.com/search?q=username%3Abtiedt">Search results for 'username:btiedt'</source>
      <guid isPermaLink="false">urn:uuid:001396ff-d816-9ed0-fb09-71f965d6bb2c</guid>
      <pubDate>Wed, 15 Nov 2023 18:54:00 +0000</pubDate>
      <description>I&amp;#39;m not able to reproduce this issue. What is the full version number of Community that you&amp;#39;re using and are there styling customizations? Could you share the URL of the preview that is overflowing?</description>
    </item>
  </channel>
</rss>