<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Developer forum</title>
    <link>https://forums.adobe.com/community/business_catalyst/developer_forum?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 11:19:32 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T11:19:32Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Liquid IF and UNLESS doesn't work in modules/content holders?</title>
      <link>https://forums.adobe.com/message/6925560?tstart=0#6925560</link>
      <description>&lt;!-- [DocumentBodyStart:4ef7b9d9-a101-4b32-91e1-ecaf9556d42f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Lynda,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From the description of your setup it looks like the &lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;wholesaler&amp;nbsp; &lt;/span&gt;variable is not available in the context of the content holder or layout. Take a look at this article - &lt;a class="jive-link-external-small" href="http://docs.businesscatalyst.com/developers/liquid/custom-parameters" rel="nofollow"&gt;Passing custom parameters to modules&lt;/a&gt; and pass the value of the &lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;wholesaler variable to the contentholder module using a custom parameter, something like &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;{module_contentholder id="123" myCustomParameter="{{wholesaler}}"}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;whoch in the content holder context should be available in:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;{{params.myCustomParameter}}&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ef7b9d9-a101-4b32-91e1-ecaf9556d42f] --&gt;&lt;img src='/beacon?t=1415882007336' /&gt;</description>
      <pubDate>Thu, 13 Nov 2014 11:19:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925560?tstart=0#6925560</guid>
      <dc:date>2014-11-13T11:19:32Z</dc:date>
      <clearspace:dateToText>1 hour 14 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: New Editor (redactor) On Admin Bugs List</title>
      <link>https://forums.adobe.com/message/6925229?tstart=0#6925229</link>
      <description>&lt;!-- [DocumentBodyStart:44f0990c-8cc2-490c-9fdf-5bbe4a01aee1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes this spacing after a url is playing havoc with our clients as well. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44f0990c-8cc2-490c-9fdf-5bbe4a01aee1] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:40:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925229?tstart=0#6925229</guid>
      <dc:date>2014-11-13T07:40:54Z</dc:date>
      <clearspace:dateToText>4 hours 53 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Liquid IF and UNLESS doesn't work in modules/content holders?</title>
      <link>https://forums.adobe.com/message/6925164?tstart=0#6925164</link>
      <description>&lt;!-- [DocumentBodyStart:27344647-7edc-499f-8445-8013d214f455] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have the following liquid code in a template: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; {% case item.zoneId %}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {% when '13435' %}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {% assign wholesaler = 'True' %}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {% when '51' %}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {% assign customer = 'True' %}&lt;/p&gt;&lt;p&gt;&amp;nbsp; {% endcase %}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then elsewhere I have the following liquid:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{% if wholesaler == 'True' %}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;p&amp;gt;Text to display for wholesale secure zone.&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;{% endif %} &lt;/p&gt;&lt;p&gt;{% unless wholesaler == 'True' %}&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;p&amp;gt;Text for everyone else.&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;{% endunless %} &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The above code works great if inserted into a page. If I insert the code into a content holder and/or a layout (in my case the Large Product Layout) it doesn't work. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I assume this is simply a limitation currently but I thought I would ask in the event it could be a bug. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thoughts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27344647-7edc-499f-8445-8013d214f455] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:20:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925164?tstart=0#6925164</guid>
      <dc:date>2014-11-13T07:20:16Z</dc:date>
      <clearspace:dateToText>5 hours 13 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: New Editor (redactor) On Admin Bugs List</title>
      <link>https://forums.adobe.com/message/6925071?tstart=0#6925071</link>
      <description>&lt;!-- [DocumentBodyStart:a7aa4a00-d3d8-4c81-82bb-41d375ee6c13] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;Hyperlink Spacing Bug:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This bug has been around for a while, it actually happens wherever redactor is implemented, even in Email Campaigns with Visual Editor enabled.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Whenever you insert a hyperlink using redactor (or even build it in a campaign template), the space between the hyperlink and the following word get stripped, you even go in HTML and add the space again, save, come back and it's gone.&lt;/p&gt;&lt;p&gt;You'll have to add the non-breaking space in HTML manually after every hyperlink to ensure it stays. This is definitely not ideal for Email Campaigns with Visual Editor enabled nor for the overall representation in the entire platform having redactor across all modules.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope this can be prioritised asap as for clients with no HTML knowledge, this just gonna be a turn off.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think Imperavi pushed an update on v10+, we are using the latest version in our custom Apps and we don't have this issue. The only hassle with upgrading to v10 is that Imperavi have made a LOT of changes to the markup and even the Callbacks with classes and IDs in CSS changes on top of that. I guess an upgrade will see you guys changing all the custom plugins you have already built, but fixes may also be as frustrating?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway, I'll leave it in your hands.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a7aa4a00-d3d8-4c81-82bb-41d375ee6c13] --&gt;</description>
      <pubDate>Thu, 13 Nov 2014 06:10:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6925071?tstart=0#6925071</guid>
      <dc:date>2014-11-13T06:10:26Z</dc:date>
      <clearspace:dateToText>6 hours 22 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6923867?tstart=0#6923867</link>
      <description>&lt;!-- [DocumentBodyStart:8717c6dc-76ac-4daf-b15a-26cc43d2c109] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This will probably been when I went two levels down and tired to pass when inside another collection.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8717c6dc-76ac-4daf-b15a-26cc43d2c109] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 20:52:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6923867?tstart=0#6923867</guid>
      <dc:date>2014-11-12T20:52:35Z</dc:date>
      <clearspace:dateToText>15 hours 41 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6922688?tstart=0#6922688</link>
      <description>&lt;!-- [DocumentBodyStart:2c7b18c0-9575-48cb-bfbd-036c3662c4f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Scott Shefler wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{module_webappscount id="Properties" filter="classified" itemId="&lt;strong&gt;/Properties/States/Texas&lt;/strong&gt;" collection="collectionName" template=""} &lt;strong&gt;DOES NOT WORK&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;{module_webappscount id="Properties" filter="classified" itemId="&lt;strong&gt;123456&lt;/strong&gt;" collection="collectionName" template=""} &lt;strong&gt;DOES WORK&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I know you can just do this {module_webapps id="Properties" filter="classified" itemId="/Properties/States/Texas" collection="collectionName" template=""} {{collectionName.items | size}} or {{collectionName.items.size}}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But again the documentation is inaccurate and indicates the above should work So should add the ability to put named categories for {module_webappscount} or on the documentation should indicate that you can only use ID for classified as and or give the preferred method of getting a web app count which now might be just outputting the {module_webapps} and do either {{collectionName.items | size}} or {{collectionName.items.size}}.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Hey Scott.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is indeed a bug. &lt;span style="font-size: 13.3333330154419px;"&gt;itemId parameter should accept either the category Id or the qualified category name. &lt;/span&gt;We've logged it and fixed it, should catch the next release.&lt;/p&gt;&lt;p&gt;Thanks for the bug report!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c7b18c0-9575-48cb-bfbd-036c3662c4f0] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 16:01:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922688?tstart=0#6922688</guid>
      <dc:date>2014-11-12T16:01:55Z</dc:date>
      <clearspace:dateToText>20 hours 32 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6922378?tstart=0#6922378</link>
      <description>&lt;!-- [DocumentBodyStart:eab85099-6e27-4287-bd8b-ef8861c13746] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Scott.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;T&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Scott Shefler wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Doesn't look like you can currently pass the data source Id into a module web app tag through a collection. When I inserted the same module tag but hard coded the ID in then it works and If I try to just output the data source id outside of the module tag it works but not within the module tag. See below:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{module_webapps id="Properties" filter="all" hideEmptyMessage="true" collection="map" template=""}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{% for item in map.items %}&lt;/p&gt;
&lt;p&gt;{{item.['Property Type_id']}} &lt;strong&gt;DOES WORK&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;{module_webapps,25542,i,{{item.['Property Type_id']}},,,,,true template="/ModuleTemplates/WebApps/PropertiesTypes/name.tpl"} &lt;strong&gt;DOES NOT WORK&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;{module_webapps,25542,i,7439185,,,,,true template="/ModuleTemplates/WebApps/PropertiesTypes/name.tpl"} &lt;strong&gt;DOES WORK&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;{% endfor %} &lt;/span&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, I second what Liam said about having an option not to choose a selection from the data source in the web app. I have brought this up several months ago as what would seem like an easy update that is very crucial.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;This is a limitation of the engine. If you want to pass liquid parameters to a module, you have to use named parameters, otherwise this will not work (outputting liquid data in modules using old module syntax - with coma will not work).&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333330154419px;"&gt;{module_webapps id="25542" filter="item" itemid="{{item.['Property Type_id']}}" ....} whould work just fine.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eab85099-6e27-4287-bd8b-ef8861c13746] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:29:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922378?tstart=0#6922378</guid>
      <dc:date>2014-11-12T14:29:43Z</dc:date>
      <clearspace:dateToText>22 hours 4 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Major Bug: CRM Import and Date Custom Field</title>
      <link>https://forums.adobe.com/message/6921748?tstart=0#6921748</link>
      <description>&lt;!-- [DocumentBodyStart:8e16ddb8-856a-482e-a7b1-2774f8edbd11] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Robert,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are actually looking to use ISO date format in liquid and JSON.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cristinel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8e16ddb8-856a-482e-a7b1-2774f8edbd11] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:38:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921748?tstart=0#6921748</guid>
      <dc:date>2014-11-12T08:38:24Z</dc:date>
      <clearspace:dateToText>1 day 4 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Checking Contents of Shopping Cart using Liquid</title>
      <link>https://forums.adobe.com/message/6921673?tstart=0#6921673</link>
      <description>&lt;!-- [DocumentBodyStart:e33a69b9-d668-4b21-93a6-6d5d657ad441] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You need none of this.&lt;/p&gt;&lt;p&gt;If you do the code within the specified template for the cart that already exists, even with liquid - BC has the stuff in place and it will update.&lt;/p&gt;&lt;p&gt;If you are doing the cart information through a collection, outside of this scope, all you need to do, say with jQuery is the simple .load and partial refresh a page (google, easy to find) and you would need to hook into that on times say add to cart is fired.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e33a69b9-d668-4b21-93a6-6d5d657ad441] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 07:16:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921673?tstart=0#6921673</guid>
      <dc:date>2014-11-12T07:16:25Z</dc:date>
      <clearspace:dateToText>1 day 5 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Checking Contents of Shopping Cart using Liquid</title>
      <link>https://forums.adobe.com/message/6921463?tstart=0#6921463</link>
      <description>&lt;!-- [DocumentBodyStart:07d64dfb-9051-42c1-8f80-cf7e2c3243a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;A little Ajax would do the trick. Just retrieve the same page via Ajax, and inspect the contents for the cart.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07d64dfb-9051-42c1-8f80-cf7e2c3243a8] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 05:29:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921463?tstart=0#6921463</guid>
      <dc:date>2014-11-12T05:29:54Z</dc:date>
      <clearspace:dateToText>1 day 7 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Checking Contents of Shopping Cart using Liquid</title>
      <link>https://forums.adobe.com/message/6921411?tstart=0#6921411</link>
      <description>&lt;!-- [DocumentBodyStart:a4e8e017-1dcb-491f-a6fb-9e50a457a29e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That is fine for my purpose. I just want to know what is in their cart on page load. If they add items after page load that is okay. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4e8e017-1dcb-491f-a6fb-9e50a457a29e] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 04:18:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921411?tstart=0#6921411</guid>
      <dc:date>2014-11-12T04:18:19Z</dc:date>
      <clearspace:dateToText>1 day 8 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Checking Contents of Shopping Cart using Liquid</title>
      <link>https://forums.adobe.com/message/6921494?tstart=0#6921494</link>
      <description>&lt;!-- [DocumentBodyStart:96bc7e08-2125-4ffb-a480-b19473fd57f4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;BC allows the cart to change without an associated page load, so if you could get the cart data through Liquid it may not always be accurate.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96bc7e08-2125-4ffb-a480-b19473fd57f4] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 04:10:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921494?tstart=0#6921494</guid>
      <dc:date>2014-11-12T04:10:18Z</dc:date>
      <clearspace:dateToText>1 day 8 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Checking Contents of Shopping Cart using Liquid</title>
      <link>https://forums.adobe.com/message/6921409?tstart=0#6921409</link>
      <description>&lt;!-- [DocumentBodyStart:8024863c-00c8-4ef5-8f95-7acda3310724] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Using Liquid is it possible to check what items are in the shopping cart? If so can someone point me in the right direction? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Basically what I am looking to achieve is when a page loads check to see if certain items are in the shopping cart. If they are in the shopping cart I do something otherwise I do something else. If I can check quantities, even better. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; I am still working to grasp everything liquid. =&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8024863c-00c8-4ef5-8f95-7acda3310724] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 04:06:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6921409?tstart=0#6921409</guid>
      <dc:date>2014-11-12T04:06:40Z</dc:date>
      <clearspace:dateToText>1 day 8 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Major Bug: CRM Import and Date Custom Field</title>
      <link>https://forums.adobe.com/message/6920970?tstart=0#6920970</link>
      <description>&lt;!-- [DocumentBodyStart:ab9180b1-d738-49d7-b873-2083b3340ec2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Lucian,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Yes the site is on the beta engine, I have sent you a second email with site name and a test spreadsheet to use (as you haven't received the first one). Please let me know if the second email doesn't come through.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tarik.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab9180b1-d738-49d7-b873-2083b3340ec2] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 23:49:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6920970?tstart=0#6920970</guid>
      <dc:date>2014-11-11T23:49:58Z</dc:date>
      <clearspace:dateToText>1 day 13 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Major Bug: CRM Import and Date Custom Field</title>
      <link>https://forums.adobe.com/message/6920557?tstart=0#6920557</link>
      <description>&lt;!-- [DocumentBodyStart:ab6e574d-44e1-43b8-8421-a0f064cd4523] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I wish BC had gone with ISO 8601 as the standard date string format. There's no ambiguity.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab6e574d-44e1-43b8-8421-a0f064cd4523] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 21:34:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6920557?tstart=0#6920557</guid>
      <dc:date>2014-11-11T21:34:36Z</dc:date>
      <clearspace:dateToText>1 day 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Major Bug: CRM Import and Date Custom Field</title>
      <link>https://forums.adobe.com/message/6919220?tstart=0#6919220</link>
      <description>&lt;!-- [DocumentBodyStart:d9fe985d-d126-4cc5-b6e7-3cb8878bb5c0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Lucian,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just sent you an email with details.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9fe985d-d126-4cc5-b6e7-3cb8878bb5c0] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:57:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919220?tstart=0#6919220</guid>
      <dc:date>2014-11-11T14:57:44Z</dc:date>
      <clearspace:dateToText>1 day 22 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Major Bug: CRM Import and Date Custom Field</title>
      <link>https://forums.adobe.com/message/6919232?tstart=0#6919232</link>
      <description>&lt;!-- [DocumentBodyStart:a6684731-dd94-421f-915f-b8414b911a81] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Tarik.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this on a site in beta (4.5 site)?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a6684731-dd94-421f-915f-b8414b911a81] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:55:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919232?tstart=0#6919232</guid>
      <dc:date>2014-11-11T14:55:01Z</dc:date>
      <clearspace:dateToText>1 day 22 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Major Bug: CRM Import and Date Custom Field</title>
      <link>https://forums.adobe.com/message/6919015?tstart=0#6919015</link>
      <description>&lt;!-- [DocumentBodyStart:d5c28670-5f24-4bcc-8b32-bbfe10e9664c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Guys,&lt;/p&gt;&lt;p&gt;This one really got me working &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; but few tests proves it's a major bug that needs fixing asap I guess?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Two major issues here: (Custom Field Date &amp;amp; Time)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Issue 1:&lt;/p&gt;&lt;p&gt;1. I added a Date &amp;amp; Time Custom field to the CRM&lt;/p&gt;&lt;p&gt;2. Using a CSV file through Import/Advanced, I had the date 02-Jan-2010&lt;/p&gt;&lt;p&gt;3. The field in the CRM shows 01-Feb-2010&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Issue 2:&lt;/p&gt;&lt;p&gt;Some records in the CRM had already dates filled in "this custom Date &amp;amp; Time" field.&lt;/p&gt;&lt;p&gt;If we try to update the records due to a change, the field simply becomes blank regardless of what we do.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you guys look into this please?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d5c28670-5f24-4bcc-8b32-bbfe10e9664c] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 14:06:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6919015?tstart=0#6919015</guid>
      <dc:date>2014-11-11T14:06:50Z</dc:date>
      <clearspace:dateToText>1 day 22 hours ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Does CRM API v3 support Extended CRM fields at this time?</title>
      <link>https://forums.adobe.com/message/6915507?tstart=0#6915507</link>
      <description>&lt;!-- [DocumentBodyStart:20e3f2a3-417b-4917-8d94-bd0f4b41e73a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Karim (and all),&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've added this request as an idea. You can able to vote on it now: &lt;a class="jive-link-idea" data-containerId="4983" data-containerType="14" data-objectId="4019" data-objectType="3227383" href="https://forums.adobe.com/ideas/4019"&gt;Extended CRM fields API v3&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cristinel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20e3f2a3-417b-4917-8d94-bd0f4b41e73a] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:47:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6915507?tstart=0#6915507</guid>
      <dc:date>2014-11-10T14:47:21Z</dc:date>
      <clearspace:dateToText>2 days 22 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6914465?tstart=0#6914465</link>
      <description>&lt;!-- [DocumentBodyStart:0d6b6ff8-6a4e-477c-b119-ee99fb957dcd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;thanks stephen,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;yeah .. the json flag is an alternative option but I still have to run a secondary load to pull it in and then have to wait for the data to become available before I can run any scripts that are dependant.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d6b6ff8-6a4e-477c-b119-ee99fb957dcd] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 02:59:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6914465?tstart=0#6914465</guid>
      <dc:date>2014-11-10T02:59:13Z</dc:date>
      <clearspace:dateToText>3 days 10 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6914371?tstart=0#6914371</link>
      <description>&lt;!-- [DocumentBodyStart:76ffcacd-c970-4763-91da-4f5db54cc239] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Gary,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I like your ideas here, having a repository of JSON data auto created by BC sounds like a handy idea.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#8217;ve been using a similar concept by almost including all my Liquid code inside /_System/includes/ and inside this folder I place specific &amp;#8220;functions&amp;rdquo; and random resources to create collections and run specific tasks. It&amp;#8217;s not 100% ideal, it&amp;#8217;s a manual process, but it works (at times).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What Liam was suggesting is you can get a JSON output on whatever page you&amp;#8217;re after by simply applying &amp;amp;JSON=true at the end of the html page (I&amp;#8217;m sure you were always aware of this). But this is not what you were after, I know.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76ffcacd-c970-4763-91da-4f5db54cc239] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 01:50:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6914371?tstart=0#6914371</guid>
      <dc:date>2014-11-10T01:50:12Z</dc:date>
      <clearspace:dateToText>3 days 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6914217?tstart=0#6914217</link>
      <description>&lt;!-- [DocumentBodyStart:f5c06c58-9272-4949-a427-715da6485e87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I&amp;#8217;m not sure if you understood my question Liam.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to access the JSON data but NOT have it print in the HTML. Hence why I was asking if we could have some facility to push the JSON to localStorage on the server, or special a JS variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pushing the {{this}} &amp;amp;&amp;amp; {{globals}} to a page variable allows me to access the data from an external js file.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5c06c58-9272-4949-a427-715da6485e87] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 01:14:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6914217?tstart=0#6914217</guid>
      <dc:date>2014-11-10T01:14:48Z</dc:date>
      <clearspace:dateToText>3 days 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Editor fixes should be a bit of a priority</title>
      <link>https://forums.adobe.com/message/6914144?tstart=0#6914144</link>
      <description>&lt;!-- [DocumentBodyStart:365b1349-01ea-48e1-b399-09c46cf7cb6b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey BC team,&lt;/p&gt;&lt;p&gt;I know you are flat out with a million and one things to do, but I think the editor needs to be a bit of a priority in addressing the issues and some of the bits missing from it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;For you, it may not seem a priority over liquid, API things etc, but since you guys have set BC.Next live for new stuff, especially with Muse people are using the editor to make content and having a variety of issues, many already covered as bugs and issues in the developer forums. This is an issue.&lt;/p&gt;&lt;p&gt;I have seen several forum threads in just the last two week in regard to the editor, I first was telling people they turned on the beta, most had not and I realised and remembered the cases you guys have all this on. Such people will not be using liquid and so wont encounter those issues, but the extra paragraphs and breaks, a few missing features, the class dropdown not working and the other bugs and issues are causing people issues.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:365b1349-01ea-48e1-b399-09c46cf7cb6b] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 22:47:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6914144?tstart=0#6914144</guid>
      <dc:date>2014-11-09T22:47:45Z</dc:date>
      <clearspace:dateToText>3 days 14 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Does CRM API v3 support Extended CRM fields at this time?</title>
      <link>https://forums.adobe.com/message/6913943?tstart=0#6913943</link>
      <description>&lt;!-- [DocumentBodyStart:b82c375a-cd0c-4fab-a60d-79cf4e286352] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I agree as well. We've been using Extended CRM fields with clients and need to be able to utilize the API's to further enhance their experience.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b82c375a-cd0c-4fab-a60d-79cf4e286352] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 22:14:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6913943?tstart=0#6913943</guid>
      <dc:date>2014-11-09T22:14:23Z</dc:date>
      <clearspace:dateToText>3 days 14 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Does CRM API v3 support Extended CRM fields at this time?</title>
      <link>https://forums.adobe.com/message/6913640?tstart=0#6913640</link>
      <description>&lt;!-- [DocumentBodyStart:acd237c3-8319-4780-a2db-0cf5effc85dc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just wanted to add my support for this as well.&amp;nbsp; The extended CRM fields feature is one of the most powerful things about BC and one of those things that makes it stand out compared to other options.&amp;nbsp; So I hope better support for it is planned as a top priority.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:acd237c3-8319-4780-a2db-0cf5effc85dc] --&gt;</description>
      <pubDate>Sun, 09 Nov 2014 17:35:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6913640?tstart=0#6913640</guid>
      <dc:date>2014-11-09T17:35:27Z</dc:date>
      <clearspace:dateToText>3 days 19 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6909129?tstart=0#6909129</link>
      <description>&lt;!-- [DocumentBodyStart:ac2de48d-b034-4d1d-9bf3-5ed883e51f59] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Doesn't look like you can currently pass the data source Id into a module web app tag through a collection. When I inserted the same module tag but hard coded the ID in then it works and If I try to just output the data source id outside of the module tag it works but not within the module tag. See below:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{module_webapps id="Properties" filter="all" hideEmptyMessage="true" collection="map" template=""}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{% for item in map.items %} &lt;/p&gt;&lt;p&gt;{{item.['Property Type_id']}} &lt;strong&gt;DOES WORK&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{module_webapps,25542,i,{{item.['Property Type_id']}},,,,,true template="/ModuleTemplates/WebApps/PropertiesTypes/name.tpl"} &lt;strong&gt;DOES NOT WORK&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{module_webapps,25542,i,7439185,,,,,true template="/ModuleTemplates/WebApps/PropertiesTypes/name.tpl"} &lt;strong&gt;DOES WORK&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;{% endfor %} &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, I second what Liam said about having an option not to choose a selection from the data source in the web app. I have brought this up several months ago as what would seem like an easy update that is very crucial.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac2de48d-b034-4d1d-9bf3-5ed883e51f59] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 16:20:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6909129?tstart=0#6909129</guid>
      <dc:date>2014-11-07T16:20:04Z</dc:date>
      <clearspace:dateToText>5 days 20 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6908795?tstart=0#6908795</link>
      <description>&lt;!-- [DocumentBodyStart:845cc729-1ecd-4231-b936-4ca8d99f59f0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;{module_webappscount id="Properties" filter="classified" itemId="&lt;strong&gt;/Properties/States/Texas&lt;/strong&gt;" collection="collectionName" template=""} &lt;strong&gt;DOES NOT WORK&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{module_webappscount id="Properties" filter="classified" itemId="&lt;strong&gt;123456&lt;/strong&gt;" collection="collectionName" template=""} &lt;strong&gt;DOES WORK&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know you can just do this {module_webapps id="Properties" filter="classified" itemId="/Properties/States/Texas" collection="collectionName" template=""} {{collectionName.items | size}} or {{collectionName.items.size}}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But again the documentation is inaccurate and indicates the above should work So should add the ability to put named categories for {module_webappscount} or on the documentation should indicate that you can only use ID for classified as and or give the preferred method of getting a web app count which now might be just outputting the {module_webapps} and do either {{collectionName.items | size}} or {{collectionName.items.size}}.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:845cc729-1ecd-4231-b936-4ca8d99f59f0] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:14:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908795?tstart=0#6908795</guid>
      <dc:date>2014-11-07T14:14:14Z</dc:date>
      <clearspace:dateToText>5 days 22 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6908495?tstart=0#6908495</link>
      <description>&lt;!-- [DocumentBodyStart:f2e93b8d-0803-465a-852e-bb43585fd385] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You have all the page json stuff if you remember Gary. Any page can be set to show its contents as JSON.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f2e93b8d-0803-465a-852e-bb43585fd385] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 11:21:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908495?tstart=0#6908495</guid>
      <dc:date>2014-11-07T11:21:13Z</dc:date>
      <clearspace:dateToText>6 days 1 hour ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>faq limit issue when selecting from a specific category.</title>
      <link>https://forums.adobe.com/message/6908355?tstart=0#6908355</link>
      <description>&lt;!-- [DocumentBodyStart:b3dd549d-99c9-402b-972b-2c8e1d52816b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am struggling with putting a limit onto FAQ listing when I select it from a category.. the module doesn't give an option to limit when category is selected, it shows all the listing of FAQs when categoty is selected&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help or if you have an idea to workaround it please let me know.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3dd549d-99c9-402b-972b-2c8e1d52816b] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 10:01:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908355?tstart=0#6908355</guid>
      <dc:date>2014-11-07T10:01:33Z</dc:date>
      <clearspace:dateToText>6 days 3 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6908029?tstart=0#6908029</link>
      <description>&lt;!-- [DocumentBodyStart:5b21f581-645b-409c-ae7b-a4c560983fe5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there any possible way have a flag or something to push the page's {{this|json}} &amp;amp;&amp;amp; {{globals|json}} to something like localStorage from the server?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This would allow us to access the data array in external JS files without have to render the json data in html on the page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or is there currently another trick to achieve the same effect?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b21f581-645b-409c-ae7b-a4c560983fe5] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 07:12:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908029?tstart=0#6908029</guid>
      <dc:date>2014-11-07T07:12:18Z</dc:date>
      <clearspace:dateToText>6 days 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6907826?tstart=0#6907826</link>
      <description>&lt;!-- [DocumentBodyStart:9f640b6d-1858-4bdb-8072-e97f2a52e82d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;JSON issue:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pages you create and set as json do indeed render a json output.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But there are some issues with this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. jQuery Ajax call where you specify the dataType will fail because the headers are still in html&lt;/p&gt;&lt;p&gt;2. If you have no datatype specified with your jQuery Ajax call it will try to consume the data as json but will again fail because the headers are still html&lt;/p&gt;&lt;p&gt;3. Modules in a page as part of the json do not render, the { is converted into its html entity at the start preventing it to render (BC seems to be escaping it before it realises it is a module and needs to be rendered)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only way to pass the json is to set the dataType as html.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f640b6d-1858-4bdb-8072-e97f2a52e82d] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 05:40:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6907826?tstart=0#6907826</guid>
      <dc:date>2014-11-07T05:40:45Z</dc:date>
      <clearspace:dateToText>6 days 7 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6904433?tstart=0#6904433</link>
      <description>&lt;!-- [DocumentBodyStart:7ffddabe-3a9e-4907-9a93-969139fd8fa6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Paramater passing:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You can pass a parameter into a module list layout, but this will not come through in the detail.&lt;/p&gt;&lt;p&gt;Is it possible to have passed paramaters in the list &amp;amp; Detail view?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ffddabe-3a9e-4907-9a93-969139fd8fa6] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:44:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904433?tstart=0#6904433</guid>
      <dc:date>2014-11-06T06:44:22Z</dc:date>
      <clearspace:dateToText>1 week 6 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Looping and storing into arrays</title>
      <link>https://forums.adobe.com/message/6904302?tstart=0#6904302</link>
      <description>&lt;!-- [DocumentBodyStart:de5b22b7-3303-4de3-88f9-42cb8a9fb0f4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Well Rob, you have {module_data... So if you want to go even further You can turn to that and you can defiantly do the where. I think bringing that to all modules would be some serious overkill work, you would be basically replicating that functionality.&lt;/p&gt;&lt;p&gt;That is how I am classing _data - This is your hardcore module to use when you want to do some serious s*** but as I have said in other threads, We should not be turning to that all the time when we just need something like categories in list view. That would also be over kill in those situations.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But then when you do use _data it would be good to get some results, map it to an array and then use that for something else.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:de5b22b7-3303-4de3-88f9-42cb8a9fb0f4] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 06:00:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904302?tstart=0#6904302</guid>
      <dc:date>2014-11-06T06:00:38Z</dc:date>
      <clearspace:dateToText>1 week 7 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Looping and storing into arrays</title>
      <link>https://forums.adobe.com/message/6904300?tstart=0#6904300</link>
      <description>&lt;!-- [DocumentBodyStart:96711efb-6c43-4d46-9e8e-6a73e35b593f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Those would be great.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I'd really like to see, is basic filters on module_ tags, so we can reduce the set of returned elements &lt;strong&gt;before&lt;/strong&gt; the infernal pagination limit is hit. (Wasn't this already mentioned somewhere?)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;E.g., in your example, only the first &lt;em&gt;x&lt;/em&gt; hundred webapp items can be looped over to test for classification/name/whatever. We should instead be able to say something like {module_webapp collection="myitems" where="item.classificationName EQ foobar"}, so we'll get matching items even though they wouldn't have appeared in the first page of unfiltered results.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96711efb-6c43-4d46-9e8e-6a73e35b593f] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 05:37:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904300?tstart=0#6904300</guid>
      <dc:date>2014-11-06T05:37:39Z</dc:date>
      <clearspace:dateToText>1 week 7 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6904299?tstart=0#6904299</link>
      <description>&lt;!-- [DocumentBodyStart:3c2ab17c-f6a1-4714-a276-897c51d4baa3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;{module_webapps id="12312" filter="all" resultsPerPage="30" hideEmptyMessage="true" render="collection" collection="myCollection" template=""}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you run a module as a collection it creates white space markup in your code.&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6904299-692080/Screenshot+2014-11-06+16.32.40.png"&gt;&lt;img alt="Screenshot 2014-11-06 16.32.40.png" class="jive-image image-1" height="68" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6904299-692080/Screenshot+2014-11-06+16.32.40.png" style="height: auto;" width="596"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Html:&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6904299-692081/Screenshot+2014-11-06+16.32.58.png"&gt;&lt;img alt="Screenshot 2014-11-06 16.32.58.png" class="jive-image image-2" height="50" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6904299-692081/Screenshot+2014-11-06+16.32.58.png" style="height: auto;" width="540"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It has not been used yet but you can see it renders a white space which effects your markup appearance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c2ab17c-f6a1-4714-a276-897c51d4baa3] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 05:33:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904299?tstart=0#6904299</guid>
      <dc:date>2014-11-06T05:33:54Z</dc:date>
      <clearspace:dateToText>1 week 7 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Looping and storing into arrays</title>
      <link>https://forums.adobe.com/message/6904298?tstart=0#6904298</link>
      <description>&lt;!-- [DocumentBodyStart:38838392-0fb4-46ec-bd93-c35e7d9b94a8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Anyone managed this yet, or BC team - you got any thoughts....?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There could be cases and situations like this one and in this case either a solution or just having a loop array filter would be nice also...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Issue:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;You have a web app with classifications. You want to people in a company. You want to show board members (Classification) in one section and the rest of the team in another.&lt;/p&gt;&lt;p&gt;The Rest of the team will show the board members because you do not have classifications in list view.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Solution 1:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;BC to provide classifications in list view liquid/collection&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Solution 2: (And something we probably may need too)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;It would be great to loop through a collection and store into an array&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{% assign myarray = [] -%}&lt;/p&gt;&lt;p&gt;{module_webapp collection="myitems"}&lt;/p&gt;&lt;p&gt;{% for item in myitems-%}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {% myarray | map: item.name-%}&lt;/p&gt;&lt;p&gt;{% endfor -%}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{{myarray}}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would be handy to be able to store items in an array. You can already map an array, have a manually made array you can loop through, have a string you map into an array via a cookie etc.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38838392-0fb4-46ec-bd93-c35e7d9b94a8] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 05:27:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904298?tstart=0#6904298</guid>
      <dc:date>2014-11-06T05:27:12Z</dc:date>
      <clearspace:dateToText>1 week 7 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6904208?tstart=0#6904208</link>
      <description>&lt;!-- [DocumentBodyStart:b0bbed2c-9bb7-44a9-90e2-c6d6adff1b9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Collection Item issue:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can get the size of a collection - theCollection.items.size - Like with other things though this returns a string. You would expect a number so you can use it and apply math to it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0bbed2c-9bb7-44a9-90e2-c6d6adff1b9e] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 04:47:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904208?tstart=0#6904208</guid>
      <dc:date>2014-11-06T04:47:20Z</dc:date>
      <clearspace:dateToText>1 week 8 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6904206?tstart=0#6904206</link>
      <description>&lt;!-- [DocumentBodyStart:8604d3fa-28fd-4779-b6e3-d14b81fd0eb7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Admin / Collection conflict issue:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you grab a module in the admin and insert it, the field for number of items is set to 10.&lt;/p&gt;&lt;p&gt;When you insert the module by default it does not include the property for resultsPerPage. It only does when you put in a new value into the field.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you try using collection/render etc no items are returned because it requires resultsPerPage.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Fix Suggestion:&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;by default results PerPage should include a value, this would save some hassles.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8604d3fa-28fd-4779-b6e3-d14b81fd0eb7] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 04:25:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904206?tstart=0#6904206</guid>
      <dc:date>2014-11-06T04:25:58Z</dc:date>
      <clearspace:dateToText>1 week 8 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6904141?tstart=0#6904141</link>
      <description>&lt;!-- [DocumentBodyStart:e7457093-3543-44fe-8d21-2a0b7f3226d7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Another solution would be to use the following:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;{module_secureurl includeProtocol="true" URLencode="true" collection="my_custom_collection_name" template=""}&lt;/p&gt;&lt;p&gt;&amp;lt;form action="{{my_custom_collection_name.secureUrl}}/FormProcess.aspx"&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7457093-3543-44fe-8d21-2a0b7f3226d7] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 03:24:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904141?tstart=0#6904141</guid>
      <dc:date>2014-11-06T03:24:26Z</dc:date>
      <clearspace:dateToText>1 week 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6904139?tstart=0#6904139</link>
      <description>&lt;!-- [DocumentBodyStart:ce1b7a7b-fe9c-423b-92b5-64a0cf70cd22] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, hope this hasn't been mentioned before but here goes...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Found a bug when adding new {module} tags into HTML tag attributes and editing inside the online editors.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;When passing {modules}:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{module_secureurl includeProtocol="true" URLencode="true"} &lt;strong&gt;&amp;lt;&amp;lt; --- correct&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{module_secureurl includeProtocol='true' URLencode='true'} &amp;lt;&amp;lt; ---- incorrect&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;When passing modules inside an HTML tag attribute such as &amp;lt;form action=""&amp;gt;&lt;/strong&gt;:&lt;/p&gt;&lt;p&gt;&amp;lt;form action='{module_secureurl includeProtocol="true" URLencode="true"}/FormProcessv2.aspx'&amp;gt; &lt;strong&gt;&amp;lt;&amp;lt; --- works&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;form action="{module_secureurl includeProtocol='true' URLencode='true'}/FormProcessv2.aspx'&amp;gt; &amp;lt;&amp;lt; --- broken&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, when a customer edits the form or page or contentholder etc (I may end up using {% include %})&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You cannot have use single quotes for attributes in the online editors where clients visit as the editor converts &amp;lt;form action='/FormProcessv2.aspx'&amp;gt; to &amp;lt;form action="/FormProcessv2.aspx"&amp;gt;&lt;/p&gt;&lt;p&gt;So you have to use old school {module_secureurl,includeProtocol,URLencode} instead of {module_secureurl includeProtocol="" URLencode=""}&lt;/p&gt;&lt;p&gt;&amp;lt;form action="{module_secureurl,includeProtocol,URLencode}/FormProcessv2.aspx"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Proposed solutions&lt;/strong&gt;:&lt;/p&gt;&lt;p&gt;Either allow {module_secureurl includeProtocol='true' URLencode='true'} to render correctly, or&lt;/p&gt;&lt;p&gt;Allow single quotes in the new editor. &amp;lt;form action='/FormProcessv2.aspx'&amp;gt; or&lt;/p&gt;&lt;p&gt;Both.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Stephen&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce1b7a7b-fe9c-423b-92b5-64a0cf70cd22] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 03:10:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904139?tstart=0#6904139</guid>
      <dc:date>2014-11-06T03:10:40Z</dc:date>
      <clearspace:dateToText>1 week 9 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6903911?tstart=0#6903911</link>
      <description>&lt;!-- [DocumentBodyStart:86fa6af2-b1aa-4625-9d9d-7b2110d3e53b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Tag cloud tag object:&lt;/p&gt;&lt;p&gt;Currently returns the ID and name and one other object item.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To be useable you need to construct the tag cloud tag with url, the name and also know how popular it is (the class that is generated) and that class is currently not part of the object.&lt;/p&gt;&lt;p&gt;You can lowercase the name to form the tag cloud url, but it may be worth just including that for ease of use for people.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ideal&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Name&lt;/p&gt;&lt;p&gt;- Url&lt;/p&gt;&lt;p&gt;- Class&lt;/p&gt;&lt;p&gt;- ID&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:86fa6af2-b1aa-4625-9d9d-7b2110d3e53b] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 01:39:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903911?tstart=0#6903911</guid>
      <dc:date>2014-11-06T01:39:05Z</dc:date>
      <clearspace:dateToText>1 week 11 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6903552?tstart=0#6903552</link>
      <description>&lt;!-- [DocumentBodyStart:ad528812-a0c9-46f9-966b-05e0fa9078d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a web app with two image custom fields.&lt;/p&gt;&lt;p&gt;This is the output:&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6903552-691984/Screenshot+2014-11-06+10.06.25.png"&gt;&lt;img alt="Screenshot 2014-11-06 10.06.25.png" class="jive-image image-1" height="117" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6903552-691984/Screenshot+2014-11-06+10.06.25.png" style="height: 107px; width: 620px;" width="675"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You can see that the second custom image field has basically spazzed out and it just renders html and set's its source as the first one. It was not doing this before, this appears to be a new bug.&lt;/p&gt;&lt;p&gt;- This occurs if the second custom image field is blank&lt;/p&gt;&lt;p&gt;- If the secondary custom field has an image it renders normally.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;What I expect to be happening:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;- Custom image field values should be blank (empty)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad528812-a0c9-46f9-966b-05e0fa9078d2] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 23:11:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903552?tstart=0#6903552</guid>
      <dc:date>2014-11-05T23:11:40Z</dc:date>
      <clearspace:dateToText>1 week 13 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6903481?tstart=0#6903481</link>
      <description>&lt;!-- [DocumentBodyStart:95716ba8-076d-4ad2-a76c-5c30ecb6e178] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;mything="{{company.phone}}" then in the module..&lt;/p&gt;&lt;p&gt;{{params.mything}}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:95716ba8-076d-4ad2-a76c-5c30ecb6e178] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 22:00:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903481?tstart=0#6903481</guid>
      <dc:date>2014-11-05T22:00:57Z</dc:date>
      <clearspace:dateToText>1 week 15 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6903480?tstart=0#6903480</link>
      <description>&lt;!-- [DocumentBodyStart:b8174529-8da5-4964-a92f-772322dc5c37] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can pass as a variable into those modules scott&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b8174529-8da5-4964-a92f-772322dc5c37] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 22:00:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903480?tstart=0#6903480</guid>
      <dc:date>2014-11-05T22:00:21Z</dc:date>
      <clearspace:dateToText>1 week 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6903297?tstart=0#6903297</link>
      <description>&lt;!-- [DocumentBodyStart:4f7a5e04-3e0f-469d-b9e2-4f6e78b44d60] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Can we get the {module_json} file to render inside content holders/modules from placing it on the template. For example we have a json file that is storing all company information like phone, adddress, etc. Would be great to be able to add {module_json json="/_System/Json/company.json" template="" collection="company"} to each template then from anywhere we can call {{company.phone}}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Right now it only works to call {{company.phone}} from on the template itself or within a page. Not from within content holders or modules.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f7a5e04-3e0f-469d-b9e2-4f6e78b44d60] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 21:36:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6903297?tstart=0#6903297</guid>
      <dc:date>2014-11-05T21:36:06Z</dc:date>
      <clearspace:dateToText>1 week 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6902944?tstart=0#6902944</link>
      <description>&lt;!-- [DocumentBodyStart:dae226ed-0a51-4a9a-bd72-fdddd100caf1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It is documented Scott, but like the BC module date, BC actually does not expose the server date in the system. I am not sure why, I forgot what Cristinel told me now. As you know the module just renders some javascript and string date for the users date / time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What do you think of the type idea though Scott, that should solve a heap of issues I think.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dae226ed-0a51-4a9a-bd72-fdddd100caf1] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:23:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6902944?tstart=0#6902944</guid>
      <dc:date>2014-11-05T20:23:29Z</dc:date>
      <clearspace:dateToText>1 week 16 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Trying to use Liquid to filter a Webapp by another Webapps data</title>
      <link>https://forums.adobe.com/message/6902777?tstart=0#6902777</link>
      <description>&lt;!-- [DocumentBodyStart:35b3f032-f9bd-4af5-9e28-214157a27237] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here's the scenario.&amp;nbsp; I have a customer who wants me to build a very simple task system for their employees, where the employer can assign HR related tasks to an employee.&amp;nbsp; The employee would login and see only the tasks assigned to them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a Webapp "Intranet - Employee" and another Webapp "Intranet - Employee Tasks".&amp;nbsp; In the "Intranet - Employee Tasks" Webapp, I have a field with the datasource linked to the Webapp "Intranet - Employee".&amp;nbsp; I have an Secure Zone called "Intranet".&amp;nbsp; I have a page in the Secure Zone titled "Intranet - "Employee".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;On the page "Intranet - Employee", I have the following module using Liquid:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{module_webapps id="23727" filter="all" render="collection"}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the "Intranet - Employee Tasks" Webapp layout, I have the following:&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="intranet-task-list-item"&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{% for item in items %} &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="name"&amp;gt;{{item.name}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="intro"&amp;gt;{{item.['task intro']}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="type"&amp;gt;{{item.['task type']}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{%endfor%}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works fine.&amp;nbsp;&amp;nbsp; It shows all of the tasks, not just the ones assigned to the logged in employee. Now I want to filter by the user that's logged in.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This module call gets the Item Id I want to filter by:&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{module_webappscustomer id="23725" filter="all" useBackupTemplate="true"}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;In the "Intranet - Employee" Webapp backup template, I have one tag: {tag_itemid}.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, how do I filter the second Webapp "Intranet - Employee Tasks" by the Item Id.&amp;nbsp; Here's how I started, but it's not working:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On the page "Intranet - Employee":&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{module_webapps id="23727" filter="all" render="collection" emplid="{{module_webappscustomer id="23725" filter="all" useBackupTemplate="true"}}"}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the "Intranet - Employee Tasks" Webapp layout, I have the following:&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="intranet-task-list-item"&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{% for item in items %} {%if {{item.['employee_id']}} == this.params.emplid %}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="name"&amp;gt;{{item.name}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="intro"&amp;gt;{{item.['task intro']}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="type"&amp;gt;{{item.['task type']}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="employee"&amp;gt;{{item.['employee']}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="employee id"&amp;gt;{{item.['employee_id']}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;div class="testing for id"&amp;gt;testingfor: {{params.emplid}}&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;{%endif %} {%endfor%}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;&amp;lt;/div&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is something like this possible?&amp;nbsp; I've very new to Liquid, so maybe I'm missing something big.&amp;nbsp; If I take out the if statement, I can see that the parameter gets passed to the layout.&amp;nbsp;&amp;nbsp; Also, if I pass a text variable, instead of using the module_webappscustomer ..., the if statement works.&amp;nbsp; But, I cannot get them both the work together.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to assign a variable first?&amp;nbsp; Is there a better way to link the two Webapps?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for the help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:35b3f032-f9bd-4af5-9e28-214157a27237] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 19:35:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6902777?tstart=0#6902777</guid>
      <dc:date>2014-11-05T19:35:29Z</dc:date>
      <clearspace:dateToText>1 week 17 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: BC.Next Requests</title>
      <link>https://forums.adobe.com/message/6901825?tstart=0#6901825</link>
      <description>&lt;!-- [DocumentBodyStart:5e5efb1b-c46e-4321-abe6-627e2087a686] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Awesome if this is already possible but if not I would like to request the ability to get the current date and time in globals. Something as simple as getting the current date and filtering out the year for the copyright would be great. I'm sure there are many more use cases for grabbing this kind of information but that is just a small one. I know shopify allows it buy doing something like this {{ 'now' | date: "%Y" }}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e5efb1b-c46e-4321-abe6-627e2087a686] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:37:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6901825?tstart=0#6901825</guid>
      <dc:date>2014-11-05T15:37:54Z</dc:date>
      <clearspace:dateToText>1 week 21 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: New Editor (redactor) On Admin Bugs List</title>
      <link>https://forums.adobe.com/message/6901506?tstart=0#6901506</link>
      <description>&lt;!-- [DocumentBodyStart:1aa634b0-794e-4550-ac8d-dd43ee209572] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Cristinel.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1aa634b0-794e-4550-ac8d-dd43ee209572] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:28:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6901506?tstart=0#6901506</guid>
      <dc:date>2014-11-05T13:28:13Z</dc:date>
      <clearspace:dateToText>1 week 23 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: New Editor (redactor) On Admin Bugs List</title>
      <link>https://forums.adobe.com/message/6901475?tstart=0#6901475</link>
      <description>&lt;!-- [DocumentBodyStart:3fb882ad-780b-4841-a3eb-b06b9d79aecf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Nope, but in the same time don't want to duplicate content. We're following all discussions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cristinel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fb882ad-780b-4841-a3eb-b06b9d79aecf] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 13:25:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6901475?tstart=0#6901475</guid>
      <dc:date>2014-11-05T13:25:10Z</dc:date>
      <clearspace:dateToText>1 week 23 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

