• New Hotfix 6.0.14 (build no. 4402) Released
    Article Jan 20, 2012
    The new hotfix package was released and it is available for download. You can find the hotfix packages in the  Bugtracker section  (the orange box on the right). Instructions are included, please read carefully.

  • CSS appears to quit loading after a double colon
    Forum Post Jan 10, 2012
    I have discovered that a CSS file while stop loading once it reaches a double colon (::). Problem is doulbe colons are is used in CSS. Including in a very common reset CSS included with html5boilerplate. Here's the CSS in question ::-moz-selection{ background: #0054a5; c...

  • Wireframe document type not available for folder document type
    Forum Post Nov 29, 2012
    We are using version 7 and I am trying to create a wireframe document under a folder document, however when I click New after highlighting the folder, the wireframe document is not available for selection. The only selections I have are Page, File, and Folder. I've also tried...

  • RE:Custom table file field for upload??
    Forum Post Nov 14, 2013
    Hi, Thank you for your message. Ian is correct, Unless you want to develop a custom form control for this purpose, I would recommend using the Text Attribute type together with Media selection Form control. You will enable this by selecting the Text attribude type and...

  • RE:External Links in navigation?
    Forum Post May 8, 2013
    Just a heads up found this article: Navigation Menu Universal Viewer And this syntax worked: <li style="font-weight:bold;"><a href="<%# IfEmpty(Eval("DocumentMenuRedirectUrl"),GetDocumentUrl(),Eval("DocumentMenuRedirectUrl")) %>" <%# IfEmpty(Eval("DocumentMenuJavascri...

  • RE:How to make an empty transformation
    Forum Post Aug 5, 2013
    Hello Martin, thanks for responding: I am fully open to the possibility that I set up my transformation incorrectly. I have several hierarchical transformations for menu items: Primary Navigation Sub Navigation Site Map They are all basically structured the same....

  • IfEmpty for String
    Forum Post Sep 19, 2013
    Hi, I am trying to use IfEmpty in my transformation to hide/show some field on the basis of of Some object. Its of type Long text. <div style="display:<%#IfEmpty(Eval("key"), "none", "block") %>"> </div> I used same syntx for video object type, that worked, but this ...

  • RE:Document type URL links on or off
    Forum Post Dec 10, 2013
    Is the full biography just a single field? If so, assumming it is called "FullBioField", something like this would only show the link if that field is not empty: <h2><%# IfEmpty(Eval("FullBioField"), "", "<a href=\"" + GetDocumentUrl() + "\">") %> <%# Eval("Name") %> <%#...

  • Product option selection will postback and reset options
    Question Jun 5, 2014
    I copied the following transformation from the demo e-commerce site to my own site: <%@ Register Src="~/CMSModules/Ecommerce/Controls/ProductOptions/ShoppingCartItemSelector.ascx" TagName="CartItemSelector" TagPrefix="uc1" %> <%# Localize(Eval("SKUShortDescription")) %> ...

  • Pages data type selection
    Question Feb 16, 2021
    I am trying to create a list of related documents in a page type. I have added a field, RelatedArticlesList, and assigned the Pages data type and control to it. I have a very simple query to get the list of documents out, but I keep hitting a null reference exception. My quest...

  •   ... 31 32 33 34 35 36 37 38 39 40 ...