Re: Template Editor - quirks

2011-05-02 Thread ArryD
Hi Kim Certainly do get this one, in v10 its well and truly alive. I generally shut down the browser and start again when this starts happening. Another classic is hitting ctrl+z and loses every change you have done, which leads to my biggest gripe - why isnt there be a save button? I usually

Re: IE8 and Smart Tree with 9 SP1 (9.0.1.76)

2011-01-05 Thread ArryD
I had issues like this with SmartTree before - someone suggested running the Fiddler web debugger tool when you use SmartTree, which worked like a charm. http://www.fiddler2.com/fiddler2/ On Jan 5, 12:07 pm, emily stange esta...@gmail.com wrote: She's been on vacation =) I'm sorry but I do

Re: What happened to the Action Menu?

2010-08-17 Thread ArryD
On Aug 12, 7:34 pm, jkinzel joelkin...@gmail.com wrote: As ArryD has said, a LOT of what used to be in the Action Menu is now done via a right click. You will also see that small bar on the right side as well but dropping content classes into containers, etc. Some things maybe in one

Re: What happened to the Action Menu?

2010-08-11 Thread ArryD
right click On Aug 4, 1:05 am, webgrl c...@zanestate.edu wrote: Currently we are on RedDot CMS Version 9, moving to Management Server version 10.  I'm trying to figure out how to use the editing features that use to be under the Action Menu in SmartEdit. In version 9, a user can log in, be

Re: Checking Filename of published file

2010-07-19 Thread ArryD
Im not sure about others on here but I would look at project variants to sort this. You could have a PHP variant for your templates and have it default to publish with the php extension, and then use publication packages deliver the correct pages as php files to the web server (or train the

Re: Checking Filename of published file

2010-07-18 Thread ArryD
Hi Daniel If you want to try RQL have a look at the listnames query. This is from the RQL documentation: Use this RQL query to list all file names of existing pages in a project. You assign file names to determine the file name of a published page. When no file name is assigned, the page is

Re: RedDot gets another new name

2010-07-11 Thread ArryD
Editorial Server - Snappy - On Jul 8, 2:04 pm, ArryD aaron.dow...@gmail.com wrote: Just when you were getting used to the snappy 'Open Text Web Solutions' titles that rolls off the tongue, they have gone and changed it again. As of 10.1 say hello to 'Open Text Web Site

Re: List - List - List doesn't work

2010-07-08 Thread ArryD
There is documentation for render tags that comes with RedDot, and if you cant obtain that for any reason check out this overview: http://www.reddotcmsblog.com/render-tags-an-overview On Jul 9, 4:24 am, Programmerboy omair.program...@gmail.com wrote: Thanks for the reply. I have never used

RedDot gets another new name

2010-07-07 Thread ArryD
Just when you were getting used to the snappy 'Open Text Web Solutions' titles that rolls off the tongue, they have gone and changed it again. As of 10.1 say hello to 'Open Text Web Site Management'. So I guess Management Server is now called Open Text Web Site Management, Management Server? --

Re: v9 Funky smarttree behaviour?

2009-12-10 Thread ArryD
Thanks for the tip Thomas that sorted it out for me. On Dec 9, 8:56 am, Thomas thomas.lo...@googlemail.com wrote: Hi Guys, The interesting part of this issue is that all needed data got delivered; CMS logfile looks the same for both cases (issue occurs/ issue does not occur), so at first

Re: CMS v10 experience?

2009-12-03 Thread ArryD
rather than a class declaration. All of that will have to be undone once this problem is fixed too... On Dec 1, 5:27 pm, Dave Bellous dave.bell...@gmail.com wrote: Aaron, What was the issue / solution with CSS? Thanks, .dave On 2009-11-30, at 10:41 AM , ArryD wrote: Hi Trev Ive

Re: LiveServer performance tweaking

2009-11-30 Thread ArryD
Henry could you please explain ow to configure Tomcat to use the native DLL? On Nov 28, 7:26 pm, Henry Lu a.k.a. Javahand javah...@gmail.com wrote: Alex-- I'm guessing your LS is installed on Windoze. If that is the correct assumption, the key to performance improvement is actually outside

Re: LiveServer performance tweaking

2009-11-30 Thread ArryD
to statically link all WIN32 API's. After download, drop the Cat native dll in its bin folder and re-start it from the command. If the complaint is gone, your Cat has been successfully naturalized and the performance will be better. Henry Lu On Mon, Nov 30, 2009 at 10:02 AM, ArryD aaron.dow

Re: using existing pages in navigation manager

2009-11-25 Thread ArryD
This might not be what your asking for but you can drag and drop existing pages to different parts of your IA structure using navigation manager. The auxiliary tree can be useful for this. The pages have to be linked within nav manager to begin with. On Nov 18, 3:50 pm, CG1234

Re: SmartTree in Version 10

2009-11-20 Thread ArryD
makes any difference. It's extremely frustrating. Cheers, Gavin 2009/11/7 ArryD aaron.dow...@gmail.com Thanks Stefan. Im working with 10.0.0.52 so putting it down to something with this version. Cheers - Aaron On Nov 6, 2:12 pm, Stefan Popp stefan.p...@semikron.com wrote

Re: Get Page ID with render tags?

2009-11-18 Thread ArryD
I guess another way of looking at this is automatically setting the ID value to a standard field element using RQL before using your render tag code. That way you can then use the value from the standard field element within your render tags. On Nov 16, 10:33 pm, rwagner wagner@gmail.com

Re: Question to community: Active Templating Language?

2009-10-26 Thread ArryD
Every project ive worked on from 5.x to 9.x has been good old ASP. I think a lot more projects from now on built using version 10 will use ASP.Net. On Oct 25, 10:57 pm, markus giesen markus.gie...@gmail.com wrote: A heredoc function in ASP would be great! There are similar ways to gain that in

Re: Publishing asset folder to different target

2009-09-15 Thread ArryD
I think you will have to setup an additional publication package for your images. That package can then at least be pointed at the different publishing target. Im not sure about making the package just publish the asset manager though. - Aaron On Sep 14, 7:59 pm, Tiffany tiffany6...@gmail.com

LiveServer CSS Content Type Problem

2009-09-03 Thread ArryD
Has anyone else encountered a problem with LiveServer returning CSS files with the wrong content type? All requests for these files (which are part of the LiveServer project) in our environment are currently being returned with the content type 'text/html' instead of 'text/ css'. As we are using

Re: Paginating in CMS without Delivery Server

2009-08-27 Thread ArryD
Hi Wayne Ive achieved this using the JQuery pagination plugin and a list element. Basically the idea is use the list and some script to write out the div classes that the JQuery script will then process. Once the script has written the out HTML the JQuery script takes over and produces the