Re: Editing content class for scripts - quotes stripped out (Management Server 10.1 - 10.1.2.310)

2012-12-05 Thread Tony Chung
I think the problems are twofold: 1) If it's an IE problem, then we really need an updated SmartTree that works in all browsers. 2) The specific problem I mention was actually after I wrote a script in a text editor, pasted it into the ASP content class shell, and saved the file. The quotes got re

Re: Creating zip files

2012-12-05 Thread Jian Huang
Hi Neil, looks like DotNetZip will do the job nicely. I have added this to my ever growing to do list, but I will prioritize it since it sounds fun. On Tuesday, December 4, 2012 11:43:44 AM UTC-5, Neil Fegen wrote: > > I've posted an idea on Solution Exchange to offer native .zip > functionali

Re: Render Tags in OpenText 11 - Replacing RQL for Inheriting Placeholder Values

2012-12-05 Thread Jian Huang
Rob, Ah, the good old image inheritance script that uses rendertag to list all ancestral images and then preexecute to use the nearest one. Easiest way to troubleshoot this is to remove the surrounding preexecution blockmark and see what code is generated. I suspect that it generated: current

Re: Check value of anchor for page in list

2012-12-05 Thread Jian Huang
Hi Joel, Regarding the first method: GetElement(anc_link).Value[Int:0].Id fails if anc_link references a link instead of a page. Plus, you will run into cache issue with this method. Second method: getting really close, but <%anc_link%> cannot be inside a if statement because the & generated

Render Tags in OpenText 11 - Replacing RQL for Inheriting Placeholder Values

2012-12-05 Thread Rob
I have migrated a project from OpenText 9 to 10.1 to 11 and found the RQL for getting the image of the parent page no longer works. We have replacement code for this written in Render Tags that works on another project in OpenText 10.1 but this code is not working on this project in OpenText 1

Re: publish issues

2012-12-05 Thread Nathan Palmer
Confirmed, and it's the bane of implementations everywhere. However, there are a few well-accepted practices you can follow to avoid problems: 1. Never use "Connect Existing Page" for links. Always use "Reference Page". 2. Take advantage of Jian Huang's wonderful plugin to find pages that

Re: Editing content class for scripts - quotes stripped out (Management Server 10.1 - 10.1.2.310)

2012-12-05 Thread Joel Kinzel
I think this is an IE problem if I recall correctly. I contacted support about this, as we noticed any URLs or E-mails we were putting in would automatically become links and would strip the quotes. The easiest thing we found was to re-type the quotes after IE does it's auto-link thing. If ther

Re: publish issues

2012-12-05 Thread Joel Kinzel
I think we will need more information. What version are you running? Are you publishing locally or via FTP? What settings are you using (all following/all related checked?)? On Tuesday, December 4, 2012 2:38:23 PM UTC-6, Curtis Kimball wrote: > > Can anyone confirm that publishing will NOT only

SmartAPI - .NET RQL library

2012-12-05 Thread Hilmar Bunjes
Hi, I just want to give a quick notice that we have released an Open Source .NET RQL library called "erminas SmartAPI" a few days ago. The library is written in C# and completely available at Github ( https://github.com/erminas/smartapi). We have also given a short tutorial and more informatio

publish issues

2012-12-05 Thread Kimball, Curtis
Can anyone confirm that publishing will NOT only follow the connection of the main link as described, but will actually publish multiple times based on every connection throughout the site. Reddot support says they don't have me in their system despite being a customer for 7 years. >Original

Check value of anchor for page in list

2012-12-05 Thread Joel Kinzel
All, I have a list with several followings pages that have an anchor element on them, sometimes it has a page connected/referenced, and other times not: List Page A (anchor has page connected/referenced) Page B (anchor does not have page connected/referenced) Page ... Page N I hav