<?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 - Bug List thread</title>
    <link>https://forums.adobe.com/community/business_catalyst/developer_forum?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 12 Nov 2014 20:52:35 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-12T20:52:35Z</dc:date>
    <dc:language>en</dc:language>
    <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;&lt;img src='/beacon?t=1415882055092' /&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 42 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 5 minutes 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: 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: 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>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: 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: Bug List thread</title>
      <link>https://forums.adobe.com/message/6899496?tstart=0#6899496</link>
      <description>&lt;!-- [DocumentBodyStart:0790c052-db32-4ebc-974c-c30a2b96bbfa] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Scott,&lt;/p&gt;&lt;p&gt;Cristinel has pointed out in another thread that the caching only works for pages and templates. It does not work in modules and includes. This includes the blog for example.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0790c052-db32-4ebc-974c-c30a2b96bbfa] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:13:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6899496?tstart=0#6899496</guid>
      <dc:date>2014-11-04T21:13:18Z</dc:date>
      <clearspace:dateToText>1 week 2 days 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/6898275?tstart=0#6898275</link>
      <description>&lt;!-- [DocumentBodyStart:fb43bace-043f-4bb6-bd26-b9143b90ee2b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Actually I have an update to my previous post about browser caching. I have identified what's going on. Anything that is in a content holder is not appending the unique identifier.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fb43bace-043f-4bb6-bd26-b9143b90ee2b] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 15:48:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6898275?tstart=0#6898275</guid>
      <dc:date>2014-11-04T15:48:17Z</dc:date>
      <clearspace:dateToText>1 week 2 days 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/6898274?tstart=0#6898274</link>
      <description>&lt;!-- [DocumentBodyStart:e1e4c0aa-93b8-4c2e-9e6f-1b8e5b3d7d0e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This is in regards to the new browser caching. Would you guys be able to document somewhere the known limitations right now? I'm noticing that some images are being appended with the a unique identifier while others aren't. I can't seem to pinpoint why. Do you guys know? Also, my script files before the closing body tag do not append the unique identifier. Only if I put them in the head of the document. Also, can we manually append "?bc_t=" to set the http cache headers if BC automatically doesn't detect them? We'd probably have to update the unique identifier every time we make a change but do you recommend this or no? Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e1e4c0aa-93b8-4c2e-9e6f-1b8e5b3d7d0e] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 15:42:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6898274?tstart=0#6898274</guid>
      <dc:date>2014-11-04T15:42:20Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6896541?tstart=0#6896541</link>
      <description>&lt;!-- [DocumentBodyStart:18725c33-64ba-4142-8ae9-7e18822ab62e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Liam, I'll mess around and see.&lt;/p&gt;&lt;p&gt;I also have discovered like many others that the categories need improving. We should be able to retrieve and assign by name as well, not just the id. It would also be beneficial to be able to output the classification ID instead of just the name on the webapp item layout. something like {classification_id}. Right now I have discovered that it is impossible to retrieve a specific category ID without having to loop through all of the categories to do a name match. This is fine with just a few categories, however, when you have potentially hundreds it becomes a not so desirable method. Are there any plans to improve this? either through API retrieval/update. Or on the front end by being able to display a classification ID or through a new {module_data} for webapps perhaps?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18725c33-64ba-4142-8ae9-7e18822ab62e] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 01:07:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6896541?tstart=0#6896541</guid>
      <dc:date>2014-11-04T01:07:27Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6893599?tstart=0#6893599</link>
      <description>&lt;!-- [DocumentBodyStart:771ce1b0-6271-429e-a844-344d0106bdcd] --&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_menu menuID="1697428" template="/ModuleTemplates/Menu/accountlinks.tpl"}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Specifying a template for the menu doesn't seem to be working. Renders just the regular old menu when doing so. Your documentation indicates this should work so if it's not supported yet should say so on the documentation.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;This is one instance the documentation is ahead of the game &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;. We already have a build that has support for that, but it's not deployed yet. Most likely will make it in the next release.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:771ce1b0-6271-429e-a844-344d0106bdcd] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 07:27:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6893599?tstart=0#6893599</guid>
      <dc:date>2014-11-03T07:27:56Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6893597?tstart=0#6893597</link>
      <description>&lt;!-- [DocumentBodyStart:1826404e-4552-40f4-8bc0-544894552248] --&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;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Not sure if this is a bug or how things are done in liquid but in a list layout of a web app:&lt;/span&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{{customfield}} - &lt;strong&gt;Custom field with no space will render like this&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;{{this.["custom field"]}} - &lt;strong&gt;Custom field with space will render like this&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;{{["custom field"]}} - &lt;strong&gt;Custom field with space will NOT render.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Why do I need "this" for custom fields with spaces but not for fields with out spaces?&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Liquid is not designed to support variable names with spaces. It works with the this syntax because that is a collection and it access it using a &lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;hash key ("custom field") which is a string where you can use spaces.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1826404e-4552-40f4-8bc0-544894552248] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 07:25:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6893597?tstart=0#6893597</guid>
      <dc:date>2014-11-03T07:25:50Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6893306?tstart=0#6893306</link>
      <description>&lt;!-- [DocumentBodyStart:ea241ef2-40e2-4966-b960-81105c656147] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yeah, There is something you do for that... I can not remember right now though. Hopefully someone chimes in... You got to specify it similarly.&lt;/p&gt;&lt;p&gt;Dam, Sorry really busy, I actually done this because I built a category exporter app for our use. I do not know without looking at my laptop&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea241ef2-40e2-4966-b960-81105c656147] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 05:23:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6893306?tstart=0#6893306</guid>
      <dc:date>2014-11-03T05:23:17Z</dc:date>
      <clearspace:dateToText>1 week 3 days 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/6893305?tstart=0#6893305</link>
      <description>&lt;!-- [DocumentBodyStart:e4e56c49-bdc9-48f7-a25d-c06725593484] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes Liam, it was the syntax. I just noticed however, using the API to create categories, when specifying a "parent id", it creates the category, but it does not place it on the second level underneath the parent that was specified. It creates it at the root level. Here is the code (basically same as documentation). Any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var request = $.ajax({&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; url: "/api/v2/admin/sites/current/categories",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type: "POST",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processData: false,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; headers: {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Authorization": $.cookie('access_token')&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; contentType: "application/json",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data: JSON.stringify({&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "catName",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "parent": "93061"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; })&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4e56c49-bdc9-48f7-a25d-c06725593484] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 05:19:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6893305?tstart=0#6893305</guid>
      <dc:date>2014-11-03T05:19:38Z</dc:date>
      <clearspace:dateToText>1 week 3 days 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/6892807?tstart=0#6892807</link>
      <description>&lt;!-- [DocumentBodyStart:b11ce65f-d9a3-4626-9c37-7ba9d28e53ee] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not sure what it was, but was classified your secondary?&lt;/p&gt;&lt;p&gt;Yeah, so it is very similar to how it is in an import export in a folder tree output.&lt;/p&gt;&lt;p&gt;Was it that syntax?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b11ce65f-d9a3-4626-9c37-7ba9d28e53ee] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 23:47:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892807?tstart=0#6892807</guid>
      <dc:date>2014-11-02T23:47:13Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6892772?tstart=0#6892772</link>
      <description>&lt;!-- [DocumentBodyStart:be2f958d-db3c-4688-a971-71efb8318940] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You're right Liam. Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be2f958d-db3c-4688-a971-71efb8318940] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 23:03:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892772?tstart=0#6892772</guid>
      <dc:date>2014-11-02T23:03:17Z</dc:date>
      <clearspace:dateToText>1 week 4 days 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/6892448?tstart=0#6892448</link>
      <description>&lt;!-- [DocumentBodyStart:5e6f0d53-955e-4764-99ec-1e6ee6053915] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;{module_webapps id="23198" filter="c" sortType="date" itemId="firstlevel/secondlevel" hideEmptyMessage="true"}&lt;/p&gt;&lt;p&gt;?&lt;/p&gt;&lt;p&gt;This works for me.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e6f0d53-955e-4764-99ec-1e6ee6053915] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 21:01:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892448?tstart=0#6892448</guid>
      <dc:date>2014-11-02T21:01:53Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6892379?tstart=0#6892379</link>
      <description>&lt;!-- [DocumentBodyStart:f5f1ec63-a767-4faf-8092-1bf228035195] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just came across what seems to be another bug. When displaying web app items by classification, everything works just fine when using an id, however, when using the "name" of the classification instead of ID it only renders if the name of the category is a level 1 tier/main category.&amp;nbsp; If it is a sub category, it will not render.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This renders fine if "shop" is a top level category. If it is a sub-level category, it does not. &lt;/p&gt;&lt;p&gt;{module_webapps id="25143" filter="classified" itemId="shop"}&lt;/p&gt;&lt;p&gt;{module_webapps,25143,c,shop,,,,,,,}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5f1ec63-a767-4faf-8092-1bf228035195] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 20:01:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892379?tstart=0#6892379</guid>
      <dc:date>2014-11-02T20:01:09Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6888388?tstart=0#6888388</link>
      <description>&lt;!-- [DocumentBodyStart:81410f0e-094e-4a06-a4cb-5645443a6c33] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Scott, they mentioned about the Menu stuff at Max if you remember.&lt;/p&gt;&lt;p&gt;Since the menu module has its own layouts and multiple folders it works differently. For a new layout you just declare it and have the new folders. OR you can run it as a collection.&lt;br/&gt;So that will be a bit different. If you want multiple menu layouts you can already do it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81410f0e-094e-4a06-a4cb-5645443a6c33] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 22:42:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6888388?tstart=0#6888388</guid>
      <dc:date>2014-10-31T22:42:55Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6888007?tstart=0#6888007</link>
      <description>&lt;!-- [DocumentBodyStart:238f28e1-48ff-42b0-b13a-43f72f697f8e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Not sure if this is a bug or how things are done in liquid but in a list layout of a web app:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{{customfield}} - &lt;strong&gt;Custom field with no space will render like this&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{{this.["custom field"]}} - &lt;strong&gt;Custom field with space will render like this&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;{{["custom field"]}} - &lt;strong&gt;Custom field with space will NOT render.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why do I need "this" for custom fields with spaces but not for fields with out spaces?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:238f28e1-48ff-42b0-b13a-43f72f697f8e] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 20:02:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6888007?tstart=0#6888007</guid>
      <dc:date>2014-10-31T20:02:43Z</dc:date>
      <clearspace:dateToText>1 week 6 days 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/6887574?tstart=0#6887574</link>
      <description>&lt;!-- [DocumentBodyStart:16d08ae1-a76e-4af7-96b9-9ec39e94db57] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;{module_menu menuID="1697428" template="/ModuleTemplates/Menu/accountlinks.tpl"}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Specifying a template for the menu doesn't seem to be working. Renders just the regular old menu when doing so. Your documentation indicates this should work so if it's not supported yet should say so on the documentation.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16d08ae1-a76e-4af7-96b9-9ec39e94db57] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:39:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6887574?tstart=0#6887574</guid>
      <dc:date>2014-10-31T17:39:53Z</dc:date>
      <clearspace:dateToText>1 week 6 days 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/6886365?tstart=0#6886365</link>
      <description>&lt;!-- [DocumentBodyStart:639529bc-4353-4352-93c1-ff3bfbc68c49] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Good work&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:639529bc-4353-4352-93c1-ff3bfbc68c49] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:19:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886365?tstart=0#6886365</guid>
      <dc:date>2014-10-31T10:19:53Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6886143?tstart=0#6886143</link>
      <description>&lt;!-- [DocumentBodyStart:a299b6ab-b060-4c81-b823-c8218685f5d9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes, there is a problem with the 2 modules (&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 13.3333330154419px;"&gt;module_blogsitepost and module_blogpostlist) - they are both affected by the same bug.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 13.3333330154419px;"&gt;We already have a fix and will be deployed ASAP.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a299b6ab-b060-4c81-b823-c8218685f5d9] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 08:28:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886143?tstart=0#6886143</guid>
      <dc:date>2014-10-31T08:28:21Z</dc:date>
      <clearspace:dateToText>1 week 6 days 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/6886140?tstart=0#6886140</link>
      <description>&lt;!-- [DocumentBodyStart:17936c6c-2191-418d-b037-46f92dbf9425] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Liam Dilley wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does look like an as of today bug.&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another bug (sorry guys, there just seems to be so many)&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This does it with modules as well..&lt;/p&gt;
&lt;p&gt;If you have two instances of a thing:&lt;/p&gt;
&lt;p&gt;{tag_cataloguelist,20,,,,true,true}&lt;br/&gt;{tag_cataloguelist,20,,,,true,true template="" collection="catalogList"}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Both sets will fail to render as you have decalred a collection, they are not treated seperatly. So if in one instances you wanted to run as per normal and another something else... BC wont render the other tag/module.&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- If you have both items with different collections, only the last will render.&lt;/p&gt;
&lt;p&gt;- If the last item is a normal tag/module and the first is a collection neither will render as a collection&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Hey Liam. Tags currently do not have support for template="" collection="" or render="item|collection".&lt;/p&gt;&lt;p&gt;We're looking at a solution to have more control of the tags in the overall (that actually behave like modules), but this is not solved yet.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:17936c6c-2191-418d-b037-46f92dbf9425] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 07:57:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886140?tstart=0#6886140</guid>
      <dc:date>2014-10-31T07:57:31Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6885325?tstart=0#6885325</link>
      <description>&lt;!-- [DocumentBodyStart:009d7774-c27f-4a2e-acf6-041486ebe01f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does look like an as of today bug.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Another bug (sorry guys, there just seems to be so many)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This does it with modules as well..&lt;/p&gt;&lt;p&gt;If you have two instances of a thing:&lt;/p&gt;&lt;p&gt;{tag_cataloguelist,20,,,,true,true}&lt;br/&gt;{tag_cataloguelist,20,,,,true,true template="" collection="catalogList"}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Both sets will fail to render as you have decalred a collection, they are not treated seperatly. So if in one instances you wanted to run as per normal and another something else... BC wont render the other tag/module.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- If you have both items with different collections, only the last will render.&lt;/p&gt;&lt;p&gt;- If the last item is a normal tag/module and the first is a collection neither will render as a collection&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:009d7774-c27f-4a2e-acf6-041486ebe01f] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 01:17:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6885325?tstart=0#6885325</guid>
      <dc:date>2014-10-31T01:17:32Z</dc:date>
      <clearspace:dateToText>1 week 6 days 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/6885143?tstart=0#6885143</link>
      <description>&lt;!-- [DocumentBodyStart:b7968885-b99a-4cd6-9757-a342f079624d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Liam but yeah i already tried that same result &lt;br/&gt;{module_blogsitepost,12618,2, template="/Layouts/Blog/custom.tpl"}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the KB says you can just use &lt;span style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.5em;"&gt;{module_blogsitepost,numberOfPosts} thats all i used before and it was working that documentation might be dated though.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://kb.worldsecuresystems.com/134/bc_1345.html" rel="nofollow"&gt;Modules - Quick Reference&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7968885-b99a-4cd6-9757-a342f079624d] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 23:01:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6885143?tstart=0#6885143</guid>
      <dc:date>2014-10-30T23:01:25Z</dc:date>
      <clearspace:dateToText>1 week 7 days 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/6885129?tstart=0#6885129</link>
      <description>&lt;!-- [DocumentBodyStart:70142d09-9313-4c03-9e9a-eb38b09a2668] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Will need to look at this then&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:70142d09-9313-4c03-9e9a-eb38b09a2668] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 23:00:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6885129?tstart=0#6885129</guid>
      <dc:date>2014-10-30T23:00:14Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6885196?tstart=0#6885196</link>
      <description>&lt;!-- [DocumentBodyStart:aef5eef8-e72d-412f-830d-da5a0734e3e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It is a bug Liam. We were just reporting it to support as well. It worked yesterday but not today, either with the legacy format or the new format. I even tried your code and it doesn't use the custom layout.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aef5eef8-e72d-412f-830d-da5a0734e3e8] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:55:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6885196?tstart=0#6885196</guid>
      <dc:date>2014-10-30T22:55:21Z</dc:date>
      <clearspace:dateToText>1 week 7 days 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/6885127?tstart=0#6885127</link>
      <description>&lt;!-- [DocumentBodyStart:bfcfebfd-76d0-441c-8b1d-93adf3f2349f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this Paul:&lt;/p&gt;&lt;p&gt;{module_blogpostlist,-1,5, template="/_System/CustomLayouts/blog-list-latest.tpl"}&lt;/p&gt;&lt;p&gt;Liquid Beta enabled site&lt;/p&gt;&lt;p&gt;Works fine.&lt;/p&gt;&lt;p&gt;Yours does not because you have not entered the correct number of commas in your module.&lt;/p&gt;&lt;p&gt;They are...&lt;/p&gt;&lt;p&gt;{module_blogpostlist,ID,count,tag}&lt;/p&gt;&lt;p&gt;So you either need to format it into the new module syntax OR correctly format it.&lt;/p&gt;&lt;p&gt;You need to specify the ID of the blog or -1 for all, you need to specify the amount and if you have no tags you still need the comma.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So to re-iterate - this is not a bug, you just not got the correct attributes on it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bfcfebfd-76d0-441c-8b1d-93adf3f2349f] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:48:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6885127?tstart=0#6885127</guid>
      <dc:date>2014-10-30T22:48:52Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6885124?tstart=0#6885124</link>
      <description>&lt;!-- [DocumentBodyStart:df00925a-972c-4a6a-8b7f-c463c2865feb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Editor issue: This video shows how the editor is not applying formatting when you select it to.&lt;/p&gt;&lt;p&gt;&lt;iframe frameborder="0" height="350" src="https://www.youtube.com/embed/WJhKazrTd-o?wmode=transparent" width="425"&gt;
&lt;/iframe&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df00925a-972c-4a6a-8b7f-c463c2865feb] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:42:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6885124?tstart=0#6885124</guid>
      <dc:date>2014-10-30T22:42:56Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6884949?tstart=0#6884949</link>
      <description>&lt;!-- [DocumentBodyStart:bcdbdd60-0964-45d9-b9c8-97562fba826c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #3f4549; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 15px;"&gt;{module_blogsitepost} with Liquid beta enabled is currently not loading custom templates &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #3f4549; font-family: 'Helvetica Neue', arial, sans-serif; font-size: 15px;"&gt;{module_blogsitepost,2 template="/Layouts/Blog/custom.tpl"} for example is not working it is just loading the standard template.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bcdbdd60-0964-45d9-b9c8-97562fba826c] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:22:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6884949?tstart=0#6884949</guid>
      <dc:date>2014-10-30T22:22:23Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6884841?tstart=0#6884841</link>
      <description>&lt;!-- [DocumentBodyStart:2b7fecf8-41b1-4959-9024-4f6eb8c11852] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;More surprised they actually work as no one has shown to do that.&lt;/p&gt;&lt;p&gt;But that will be more render time like that so if you do that it will always be slower or in fact incorrect because you may have the if run before it renders the value.&lt;/p&gt;&lt;p&gt;Even with shopify they never document to do it that way.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b7fecf8-41b1-4959-9024-4f6eb8c11852] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:22:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6884841?tstart=0#6884841</guid>
      <dc:date>2014-10-30T21:22:50Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6884715?tstart=0#6884715</link>
      <description>&lt;!-- [DocumentBodyStart:4f791755-d43d-43a9-a4a0-753fe5353d9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Lucian Cozma wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes Daryl, that is a valid use-case that is supported and will remain as is.&lt;/p&gt;
&lt;p&gt;Basically for all modules that currently support template="" and collection="" you are able to suppress the output of the module and then use the variable captured using the "collection" parameter as you see fit afterwards.&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px; min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And I encourage you to use that instead of the liquid capture (whenever possible, of course), since that will be faster than doing the actual render of the module and then assigning a variable to it. By suppressing the output you actually help the rendering engine by not actually rendering that module, but just capturing the data.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Ok, just was a bit concerned because {&lt;span style="color: #333333; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;module_customerfield,123456,9876543&lt;/span&gt;} in this case doesn't really have a "template" to suppress so to speak. So in actuality you're just suppressing the value of the field which is why I though it might not be officially supported.&amp;nbsp; Also since there is no actual template to render, I think Liam might be right that capture should be just as fast. But I would like some clarification.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f791755-d43d-43a9-a4a0-753fe5353d9e] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:38:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6884715?tstart=0#6884715</guid>
      <dc:date>2014-10-30T20:38:02Z</dc:date>
      <clearspace:dateToText>1 week 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6884581?tstart=0#6884581</link>
      <description>&lt;!-- [DocumentBodyStart:960143ee-5d23-41ab-98bb-955780404d73] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Liam Dilley wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is none yet Daryl. No issues caused&lt;/p&gt;
&lt;p&gt;With your IF it actually wont work in several cases if you try and do it with the braces and all documentation you will see out there will not have them.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;In cases where you do an operation on them (plus, minus, etc.), aren't you going to need the braces anyway?&amp;nbsp; This is what I meant when I said I want to be consistent.&amp;nbsp; Also makes it easier to tell find the liquid variables in my editor. &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:960143ee-5d23-41ab-98bb-955780404d73] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:08:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6884581?tstart=0#6884581</guid>
      <dc:date>2014-10-30T20:08:49Z</dc:date>
      <clearspace:dateToText>1 week 7 days 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/6882037?tstart=0#6882037</link>
      <description>&lt;!-- [DocumentBodyStart:29807bb3-fc64-4416-8a26-465f773292cd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;If you have a module inside a detail view of a web app you can do the following:&lt;/p&gt;&lt;p&gt;{module_webapps id="23097" filter="i" itemId="{tag_related 1_id}" resultsPerPage="5" hideEmptyMessage="true" template="/_System/CustomLayouts/related-article.tpl"}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You have the ID available in Liquid like this - {{this.['Related 1_id']}}&lt;/p&gt;&lt;p&gt;This will render the correct ID&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{module_webapps id="23097" filter="i" itemId="{{this.['Related 1_id']}}" resultsPerPage="5" hideEmptyMessage="true" template="/_System/CustomLayouts/related-article.tpl"}&lt;/p&gt;&lt;p&gt;&lt;br/&gt;This though will not render anything.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:29807bb3-fc64-4416-8a26-465f773292cd] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:41:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882037?tstart=0#6882037</guid>
      <dc:date>2014-10-30T06:41:41Z</dc:date>
      <clearspace:dateToText>2 weeks 6 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6882035?tstart=0#6882035</link>
      <description>&lt;!-- [DocumentBodyStart:4b17ffc2-5105-4d73-aa1a-d2e669544a4d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;{{this|json}} used within a template, detail view of a web app, page etc returns an invalid json output&lt;/p&gt;&lt;p&gt;&amp;lt;script&amp;gt;console.log({{this|json}});&amp;lt;/script&amp;gt; for example on a web app detail view will hit into issues because of html marrkup&amp;nbsp; - &amp;lt; for example.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b17ffc2-5105-4d73-aa1a-d2e669544a4d] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:19:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882035?tstart=0#6882035</guid>
      <dc:date>2014-10-30T06:19:58Z</dc:date>
      <clearspace:dateToText>2 weeks 6 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6882034?tstart=0#6882034</link>
      <description>&lt;!-- [DocumentBodyStart:99ea93d1-effc-402a-b191-cec84e9b035f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey guys, This is not a new bug but one that is ever increasingly a big issue.&lt;/p&gt;&lt;p&gt;The data source field on web apps - You can never have it blank. The dropdown always selects the first item. There needs to be a blank default option in the dropdown for data source and then the user chooses one.&lt;/p&gt;&lt;p&gt;If you use this to then say it is always mandatory no matter what is not manageable.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99ea93d1-effc-402a-b191-cec84e9b035f] --&gt;</description>
      <pubDate>Thu, 30 Oct 2014 06:17:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6882034?tstart=0#6882034</guid>
      <dc:date>2014-10-30T06:17:53Z</dc:date>
      <clearspace:dateToText>2 weeks 6 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6880947?tstart=0#6880947</link>
      <description>&lt;!-- [DocumentBodyStart:76e9a015-cab4-4b12-ae49-2b76624b1264] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There is none yet Daryl. No issues caused&lt;/p&gt;&lt;p&gt;With your IF it actually wont work in several cases if you try and do it with the braces and all documentation you will see out there will not have them.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76e9a015-cab4-4b12-ae49-2b76624b1264] --&gt;</description>
      <pubDate>Wed, 29 Oct 2014 21:25:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6880947?tstart=0#6880947</guid>
      <dc:date>2014-10-29T21:25:45Z</dc:date>
      <clearspace:dateToText>2 weeks 15 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/6879102?tstart=0#6879102</link>
      <description>&lt;!-- [DocumentBodyStart:a69b084b-7724-4ade-bd70-559843626666] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;In terms of your if by the way as well...&lt;br/&gt;&lt;span style="color: #000000; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;{%if aNumber &amp;gt;= anotherNumber %}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span style="color: #000000; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;You do not need the braces as your in a liquid operator.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Thanks for the tip Liam. :-)&amp;nbsp;&amp;nbsp; Although I think I would just prefer the consistency unless there are some downsides I'm not aware of.&amp;nbsp; It seems the documentation usually includes the braces.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a69b084b-7724-4ade-bd70-559843626666] --&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:47:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6879102?tstart=0#6879102</guid>
      <dc:date>2014-10-29T13:47:12Z</dc:date>
      <clearspace:dateToText>2 weeks 23 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6879100?tstart=0#6879100</link>
      <description>&lt;!-- [DocumentBodyStart:9abb43e2-e053-48d7-a15d-7c5314b2f3c7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Liam Dilley wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I would also get in the habit of doing - {% -%} to suppress the whitespace&lt;/span&gt;&lt;/p&gt;

&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't see any documentation on suppression of whitespace.&amp;nbsp; Can you point me to it?&amp;nbsp; I would actually like to suppress whitespace throughout an entire template if that's possible and if there aren't any unforeseen issues that might cause.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9abb43e2-e053-48d7-a15d-7c5314b2f3c7] --&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:46:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6879100?tstart=0#6879100</guid>
      <dc:date>2014-10-29T13:46:15Z</dc:date>
      <clearspace:dateToText>2 weeks 23 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6876847?tstart=0#6876847</link>
      <description>&lt;!-- [DocumentBodyStart:8b0c5247-68c2-4c28-9193-975f7aefc4f8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;For a single data field Lucian? That seems very oTT to me, if anything all single data outputs like a custom field need to have an output option rather then going through collection="" template=""&lt;/p&gt;&lt;p&gt;And then you have other cases such as module_today for the date which renders javascript (Liquid's date feature not working in BC) so how would you use that as well for example, only capture the render works.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8b0c5247-68c2-4c28-9193-975f7aefc4f8] --&gt;</description>
      <pubDate>Tue, 28 Oct 2014 20:45:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6876847?tstart=0#6876847</guid>
      <dc:date>2014-10-28T20:45:26Z</dc:date>
      <clearspace:dateToText>2 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6875376?tstart=0#6875376</link>
      <description>&lt;!-- [DocumentBodyStart:e542ad60-474d-43c6-9518-bfc2adfa6250] --&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_url param="type"} Does not work when inserted in attribute elements.&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;div data-tagurl=&lt;strong&gt;"&lt;/strong&gt;{module_url param=&lt;strong&gt;"&lt;/strong&gt;type&lt;strong&gt;"&lt;/strong&gt;}&lt;strong&gt;"&lt;/strong&gt;&amp;gt; Does not work&lt;/p&gt;
&lt;p&gt;&amp;lt;div data-tagurl=&lt;strong&gt;'&lt;/strong&gt;{module_url param=&lt;strong&gt;"&lt;/strong&gt;type"}&lt;strong&gt;'&lt;/strong&gt;&amp;gt; Does not work&lt;/p&gt;
&lt;p&gt;&amp;lt;div data-tagurl=&lt;strong&gt;"&lt;/strong&gt;{module_url param=&lt;strong&gt;'&lt;/strong&gt;type&lt;strong&gt;'&lt;/strong&gt;}&lt;strong&gt;"&lt;/strong&gt;&amp;gt; Does not work&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;These all render &lt;span style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&amp;lt;!-- module_url param="type" could not be parsed because the parameters are invalid. --&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I place it on the page regularly it renders fine.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;This is a valid bug.&lt;/p&gt;&lt;p&gt;May I recommend a temporary workaround for this? Use {{globals.get.type}} instead of module_url.&lt;/p&gt;&lt;p&gt;That should work without any issues until we fix this bug.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e542ad60-474d-43c6-9518-bfc2adfa6250] --&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:18:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6875376?tstart=0#6875376</guid>
      <dc:date>2014-10-28T14:18:39Z</dc:date>
      <clearspace:dateToText>2 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bug List thread</title>
      <link>https://forums.adobe.com/message/6875101?tstart=0#6875101</link>
      <description>&lt;!-- [DocumentBodyStart:f681a6f5-516f-477e-bd74-570ee37acf4e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Daryl Barnes wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Lucian Cozma wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;Liam Dilley wrote:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="memberLabelPrefix"&gt;&lt;/span&gt;&lt;span class=" "&gt;&lt;strong&gt;User stuff:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=" "&gt;1.user object under globals does not contain username when logged in&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=" "&gt;2. {{globals.get.username}} or {{this.globals.get.username}} does not appear to work, I thought this was the method to get the username.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Re #1: username will be added in the globals.user variable int he next release (along with entityId): globals.user.username and globals.user.entityId&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Re #2:&amp;nbsp; globals.get contains GET parameters passed via URL, so it will not contain user information.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lucian, I don't think this is documented but I was able to do this:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{module_customerfield,123456,9876543 collection="aNumber" template=""}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Using {this | json} I found out this successfully suppresses the output of the field and allowed me to access and assign the value of the field to a liquid variable and perform logic on it like so:&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{% assign aNumber = aNumber.value %}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{%if {{aNumber}} &amp;gt;= {{anotherNumber}} %}&lt;/p&gt;
&lt;p&gt;Do something...&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{%endif%}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is pretty awesome because you can't use the {module_customerfield} itself in a liquid&lt;strong&gt; if&lt;/strong&gt; statement.&amp;nbsp; But since it's not documented can you tell me if this is expected to stay?&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Yes Daryl, that is a valid use-case that is supported and will remain as is.&lt;/p&gt;&lt;p&gt;Basically for all modules that currently support template="" and collection="" you are able to suppress the output of the module and then use the variable captured using the "collection" parameter as you see fit afterwards.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And I encourage you to use that instead of the liquid capture (whenever possible, of course), since that will be faster than doing the actual render of the module and then assigning a variable to it. By suppressing the output you actually help the rendering engine by not actually rendering that module, but just capturing the data.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f681a6f5-516f-477e-bd74-570ee37acf4e] --&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:56:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6875101?tstart=0#6875101</guid>
      <dc:date>2014-10-28T12:56:59Z</dc:date>
      <clearspace:dateToText>2 weeks 2 days 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/6873075?tstart=0#6873075</link>
      <description>&lt;!-- [DocumentBodyStart:cd6fccd2-9eb3-4b41-810d-20971f4bece8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can use less&amp;nbsp; Daryl by using capture.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{% capture youVal -%}&lt;span style="color: #000000; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;{module_customerfield,123456,9876543}&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;{% endcapture -%}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;You would then have that value and can run accordingly with out OTT use of collection and template &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;br/&gt;I would also get in the habit of doing - {% -%} to suppress the whitespace&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;In terms of your if by the way as well...&lt;br/&gt;&lt;span style="color: #000000; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;{%if aNumber &amp;gt;= anotherNumber %}&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span style="color: #000000; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;You do not need the braces as your in a liquid operator.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cd6fccd2-9eb3-4b41-810d-20971f4bece8] --&gt;</description>
      <pubDate>Mon, 27 Oct 2014 22:28:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6873075?tstart=0#6873075</guid>
      <dc:date>2014-10-27T22:28:08Z</dc:date>
      <clearspace:dateToText>2 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

