RE: TinyMCE and JCE for Website Management Server 10.1

2013-08-13 Thread Killingsworth, Chad A
I believe almost all of your questions are answered in the installation instructions: http://webpress.missouristate.edu/TinyMCE3.5.htm WSM only allows you to set an external editor as the project default - you cannot add a new choice. Users can still switch their preferred editor from the

RE: HtmlConvertTable.txt

2011-02-23 Thread Killingsworth, Chad A
Use a text-editor that supports UTF-8 encoding. Our HtmlConvertTable file is UTF-8 encoded and works great with Unicode characters. Chad Killingsworth Assistant Director of Web New Media Missouri State University From: reddot-cms-users@googlegroups.com

RE: HtmlConvertTable.txt

2011-02-23 Thread Killingsworth, Chad A
, that particular character breaks but all others convert correctly. On Wed, Feb 23, 2011 at 1:25 PM, Killingsworth, Chad A chadkillingswo...@missouristate.edumailto:chadkillingswo...@missouristate.edu wrote: Use a text-editor that supports UTF-8 encoding. Our HtmlConvertTable file is UTF-8 encoded

RE: Authenticate via OpenID

2011-02-17 Thread Killingsworth, Chad A
We use single-sign-on, but not OpenID. However the solution would be the same. Have a web page outside of RedDot that requires and completes OpenID authentication. Once authenticated, use and build the digest for digest authentication to RedDot. The help page invoked from the Edit Settings menu

RE: Using Asp/RQL to set content of a Standard Field

2011-01-07 Thread Killingsworth, Chad A
any docs you could point me to on converting from asp execution to AJAX? I'm just wondering how much work the conversion would be. Also, is there any flaw to this given what I've described? David R On Jan 6, 3:34 pm, Killingsworth, Chad A chadkillingswo...@missouristate.edu wrote: Pre

New Version of TinyMCE Released

2010-09-13 Thread Killingsworth, Chad A
There is a new version of TinyMCE for RedDot CMS now available with several fixes and features. In addition the editor has now been tested on CMS 7.5, 9 and 10 and includes installation instructions for each version.

RE: RQL Error - Please Login

2010-08-17 Thread Killingsworth, Chad A
This is really specific, but in IE if you open a new window with JavaScript and specify modal=1 as an option, you will frequently lose your session (it's an IE bug). This can occur in RedDot within some of the rich text editors. However, it's unlikely that this is your issue. Chad

RE: Outputting values of an Info placeholder from within a render spot

2010-07-09 Thread Killingsworth, Chad A
You have to keep in mind the order of processing: first Render Tags, then pre-execute. Your pre-executing section should be entirely contained with your htmltext blocks. You look like you are closing and then reopening the block which won't work. I've edited your code below - but haven't

RE: Outputting values of an Info placeholder from within a render spot

2010-07-09 Thread Killingsworth, Chad A
Forced experience is about par for the course with RQL. You may need to move your !IoRangePreExecute block marks OUTSIDE of the render spot. So it looks something like: !IoRangePreExecutereddot:cms htmltext % script code % /htmltext /reddot:cms!IoRangePreExecute I'm fairly certain I

RE: RQL for User's last project

2010-07-08 Thread Killingsworth, Chad A
GUID? (I want to try and stick with using the login web service since OT seems to be heading that way) If it's not possible, yes, I'll revert the the administration RQL call. On Jul 7, 4:16 pm, Killingsworth, Chad A chadkillingswo...@missouristate.edu wrote: When you log a user in (ADMINISTRATION

RE: RQL for User's last project

2010-07-07 Thread Killingsworth, Chad A
When you log a user in (ADMINISTRATION action=login), the RQL response lists the available modules. It also has a LASTMODULES node which lists all of the projects. The LASTMODULES/MODULE node that has a last=1 attribute is the last project. Chad Killingsworth Assistant Director of Web New

RE: Digest Authentication for -RedDot- OTCMS

2010-06-17 Thread Killingsworth, Chad A
We use it and it seems to work just as advertised. Chad Killingsworth Assistant Director of Web New Media Missouri State University -Original Message- From: reddot-cms-users@googlegroups.com [mailto:reddot-cms-us...@googlegroups.com] On Behalf Of Dave Bellous Sent: Thursday, June 17,

RE: Counting the number of li/li elements within a ul/ul tag and outputting the number to the page in RedDot

2010-04-30 Thread Killingsworth, Chad A
This will return the number of pages connected to a container: %!! Context:CurrentPage.Elements.GetElement(MyContainerName).Value.Count !!% Chad Killingsworth Assistant Director of Web New Media Missouri State University -Original Message- From: reddot-cms-users@googlegroups.com

RE: Render Tags: Get Value of Anchor when Assigned Url

2010-04-01 Thread Killingsworth, Chad A
I did not come up with a direct way to do this. I even spent some time with a reflector to look at the .Net assemblies to see if there was an undocumented method. For my immediate need, I was simply checking to see if the link had been assigned a value. I was able to use conditional blocks for

RE: More RQL problems

2010-01-07 Thread Killingsworth, Chad A
That query works perfectly for me. Are you sure that your loginguid is correct in that it represents an active session for a user with permissions to server manager? Chad Killingsworth Assistant Director of Web New Media Missouri State University -Original Message- From:

RE: RQL Commands

2009-12-16 Thread Killingsworth, Chad A
? This is goin got drive me nuts.       On Dec 14, 4:29 pm, Killingsworth, Chad Achadkillingswo...@missouristate.edu chadkillingswo...@missouristate.edu  wrote:        Login GUIDS and Session GUIDs are stored in ASP Session variables.         Now for the fun part where you realize

RE: RQL Commands

2009-12-16 Thread Killingsworth, Chad A
, surely Open Text have had numerous complaints about this issue. Did your webservice interface with the dll I presume, this might be a route I will have to take if no other option is available. On Dec 16, 3:12 pm, Killingsworth, Chad A chadkillingswo...@missouristate.edu wrote: To deal

RE: RQL Commands

2009-12-15 Thread Killingsworth, Chad A
Be very very careful with this strategy. This path can make it pretty easy to obtain someone else's session. Chad Killingsworth Assistant Director of Web New Media Missouri State University -Original Message- From: reddot-cms-users@googlegroups.com

RE: RQL Commands

2009-12-14 Thread Killingsworth, Chad A
Login GUIDS and Session GUIDs are stored in ASP Session variables. Now for the fun part where you realize that since ASP.Net and ASP do not share the same session objects - you have a tricky problem. Chad Killingsworth Assistant Director of Web New Media Missouri State University

RE: RQL Commands

2009-12-14 Thread Killingsworth, Chad A
...@googlegroups.com] On Behalf Of TonyGayter Sent: Monday, December 14, 2009 10:35 AM To: RedDot CMS Users Subject: Re: RQL Commands Hmmm, I had forgotton that, Surely they store it somewhere though? This is goin got drive me nuts. On Dec 14, 4:29 pm, Killingsworth, Chad A chadkillingswo

RE: Page Titles

2009-09-23 Thread Killingsworth, Chad A
Navigation Manager has to be enabled for the project (which does have some ramifications), but I don't believe you have to have to be using it to actually create navigation for that particular tag. Chad Killingsworth Assistant Director of Web New Media Missouri State University

RE: License restrictions: admins or SmartTree?

2009-05-07 Thread Killingsworth, Chad
to access SmartTree. While they are in SmartTree, I am unable to... however, the moment they exit SmartTree (either log out or go into SmartEdit), I am then able to access SmartTree On Thu, May 7, 2009 at 6:52 AM, Killingsworth, Chad chadkillingswo...@missouristate.edu wrote: Actually the license

RE: Text editor settings

2009-04-09 Thread Killingsworth, Chad
If you are willing to switch editors, the TinyMCE editor allows you to do this - although it is a global permission. In addition, it's permissions will also remove the tags that are in pasted content. Consequently, this is exactly the permissions our editor has in force - an H3 is the highest

RE: Text editor settings

2009-04-09 Thread Killingsworth, Chad
be following it closely. I would love to go that way, especially since the built-in editor is so poor. Do you ever envisage a situation where it's a simple 'one-click' install, or does this involve a LOT of configuration (I'm fearing the latter)? On Apr 9, 2:20 pm, Killingsworth, Chad chadkillingswo

RE: Alternative Editor

2009-01-23 Thread Killingsworth, Chad
in my opinion! On Jan 23, 4:33 am, Killingsworth, Chad chadkillingswo...@missouristate.edu wrote: The Ephox editor has been available for some time. It has 2 major downfalls: 1. It's Java Based 2. It has a separate licensing fee Both issues were deal breakers for us. I have