Re: Dateformat in RQL

2009-02-11 Thread Richard Hauer (5 Limes)
Touche. Hadn't noticed the correlation with OLE Automation date format but makes total sense given the context (i.e. CMS's COM+ architecture). I just built the conversion from the spec in the RQL manual. HTH. Regards, Richard Hauer 5 Limes Pty Limited www.5Limes.com.au

Re: RQL - Submit for Translation

2009-02-11 Thread Richard Hauer (5 Limes)
Hi Ian, This is how the CMS does it: IODATA sessionkey=[!key!] PAGE guid=[!page guid!] action=save descent=[1|0] actionflag=536870912 LANGUAGEVARIANTS guid=[!source lang guid!] LANGUAGEVARIANT mode=1 guid=[!target lang 1 guid!] / LANGUAGEVARIANT mode=1 guid=[!target lang 2

Render tags and Text elements

2009-02-11 Thread Netpark
Does anyone know how to use render tags to correctly handle a text element, which has one or more carriage returns in it's content? When I try this:- newsText = %!! Escape:HtmlDecode(Store:newsPage [Int32:newsCounter].Elements.GetElement(con_Body).Value

Re: Breadcrumbing in the Nav Manger

2009-02-11 Thread luri
Hi, Add the list element you used for your navigation (i.e list_navigation) into the foundation content classes, Wrap it around a list blockmark, Wrap everything around comment tags or div style=display:none; Now wrap everything around SmartEdit Mode blockmark. This will prevent the whole block

Re: Render tags and Text elements

2009-02-11 Thread Netpark
There is a solution (described at: http://webdjinn.com/blog/2008/12/09/escaping-reddot) which utilises Jscript to do the job. I've included the applicable portions from my working template. My thanks to Adrian Mateljan and Tom Halett for their invaluable assistance. 1. Add the following