Re: Senior Web Developer opportunity

2013-10-23 Thread RedDotExpert
It is from The Alzheimer's Association. On Wednesday, October 23, 2013 4:10:12 PM UTC-4, Tony Chung wrote: > > It's amazing that so many people are posting on behalf of the Alzheimer's > Association National Office. It seriously degrades the credibility of the > job posting when the organization

Re: i have installed congtent server, where can i update mappings getting error message

2012-03-15 Thread RedDotExpert
Hi Raj, Out of curiosity, I looked at your google groups history. Most of it was shameless stock spamming. Then recently you decided to change career focus and tried to be a developer or troll because you are so good at it that I can't tell if you are incompetent as a developer or too good to be

Re: Translation Workflow in Reddot.

2012-03-12 Thread RedDotExpert
Based on your previous posts, it is becoming clear that you have not attended proper CMS training. If I were your client, I would be worried that you bit off more than you can chew. On Monday, March 12, 2012 12:07:21 PM UTC-4, Sami Dubey wrote: > > Dear All, > > I have a scenario for translati

Re: Language variants within a project.

2012-02-23 Thread RedDotExpert
X language variants do not cause publishing issue. Publishing issues are related to project implementation and publishing configuration. Not out of box, but you can build one. Yes, please see RQL manual and Server Manager manual. On Feb 23, 7:28 am, Sami Dubey wrote: > Hi All, > > How many lan

Re: How to create a zip file using RedDot CMS

2012-02-22 Thread RedDotExpert
It sounds like custom functionality. Since it is urgent, and it seems you have already have the requirements, you will need to either write it yourself or hire someone. On Feb 22, 3:13 am, mohamed farook wrote: > Hi, I would like to know if there is any script / logic in RedDot CMS > to create a

Re: RedDot statement and querystring

2011-11-14 Thread RedDotExpert
Hi Andry, I am teaching a CMS class at a discounted price, please let me know if you are interested. In the mean time, please help yourself with some free course materials from www.google.com and http://www.reddotcmsblog.com/. On Nov 14, 6:29 am, Andry wrote: > Hi guys, > > Has anyone worked wi

Re: Image Creation in Liveserver

2011-08-19 Thread RedDotExpert
Somebody is able to RTFM today. On Aug 19, 10:57 am, "Nik S." wrote: > Hi, > > If you are inquiring about integrating Captcha into Delivery Server > (formerly LiveServer) forms, this question has been addressed here > before:http://groups.google.com/group/reddot-cms-users/browse_thread/thread/...

Re: Navigation Manager strategy to hide page siblings

2010-09-10 Thread RedDotExpert
Hello, This used to be a best practice but was removed because it was difficult to train the end user/administrator upon project documentation and hand over due to the complexity of the implementation (too many conditionals in too many locations). Alternatively, since it is possible use jquery/ja

Re: Render tag to find out whether Container is connected or not

2010-02-19 Thread RedDotExpert
<%con_body%> On Jan 28, 12:04 pm, Dave Bellous wrote: > Chandrakanth, > > This is the method I've used in the past: > > > >         valuea="Context:CurrentPage.Elements.GetElement(con_MyContainer).Value[Int:0].Headline" > operator="==" valueb="Escape:Null"> >         There is no conta

Re: Comparison

2010-02-17 Thread RedDotExpert
First of all, A+ on the comparison. It simply states the facts without any mixed personal options. Also, whoever evaluated the CMS system clearly understands the limit of the system, and willing to accept its quirks and workarounds. On Feb 16, 10:27 am, jkinzel wrote: > Hi, > > My university ha

Re: CMS reports plug-in - report administration

2010-02-17 Thread RedDotExpert
: > Also, last I looked, it wasn't compatible if you were using Oracle as your > CMS backend. > > On 17 February 2010 13:25, RedDotExpert wrote: > > > Hello, from what I heard, the reports web app is divided into 2 > > backend calls, via RQL and SQL. > > > Ca

Re: RQL: problem after upgrading from 7.5.0.22 to 7.5.2.35

2010-02-17 Thread RedDotExpert
you then put in response.write in various steps and triangulate where it fails? If you are still having problem, please feel free to email me your code. On Feb 17, 3:19 am, Bart wrote: > I'm not preexecuting the RQL, so I guess the problem lies elsewhere. > > On Feb 17, 4:19 am

Re: users to upload photos

2010-02-16 Thread RedDotExpert
This sounds like a Social Network or WEB 2.0 functionality. Usually, editing is done in CMS and published to LiveServer for dynamic content delivery. Please correct me if I am wrong, it seems that the method of interaction is somewhat reversed in the requirement, site visitor interacting with the

Re: CMS reports plug-in - report administration

2010-02-16 Thread RedDotExpert
Hello, from what I heard, the reports web app is divided into 2 backend calls, via RQL and SQL. Can you do user specific detail report? If no, then the SQL connection is not working. On Feb 8, 5:55 pm, gk wrote: > Does anyone else use the RedDot CMS Reporting Plug-in? > > We've installed it as

Re: RedDot can't login

2010-02-16 Thread RedDotExpert
If you have access into the reddot box, I would recommend checking the application and system events log for clues. A reboot is nice and warranted too On Feb 10, 11:30 pm, markus giesen wrote: > Does that only to you or is it maybe time for a little server restart? > Have you tried another brows

Re: Determining if list is empty using render tags

2010-02-16 Thread RedDotExpert
I would recommend no using rendertag to loop a list due to the famous rendertag cache issue. I would recommend a combination of using list blockmarks to loop the list, pull placeholder through and use rendertag if else conditionals. On Feb 12, 10:11 am, Mark Radford wrote: > No problem.  Glad it

Re: RQL: problem after upgrading from 7.5.0.22 to 7.5.2.35

2010-02-16 Thread RedDotExpert
Hi Bart, Are you preexecuting the RQL or rdexecuting the RQL? If you are preexecuting the RQL, then it is actually against RedDot best practice because then the page is waiting for RQL to finish, and RQL waits for the pages to finish loading before executing, hence a dead lock. Try to offload th

Re: Automatic republication script

2010-02-16 Thread RedDotExpert
like jkinzel said, as an out of box functionality, you can configure a scheduled publishing job that publishes at specific interval.s On Feb 16, 10:30 am, jkinzel wrote: > Can't you just set up a publication package to publish every "X" hours > and apply that publication package to the pages? I k

Re: ImageMagickObject.MagickImage.1: Automation error Not enough storage is available to process this command. (ErrorLine:0)

2009-07-26 Thread RedDotExpert
Hi Sids, What is your current CMS version? I believe there was an update 3-5 updates ago that addresses image magic memory issue. Best, On Jul 21, 9:30 am, Sids wrote: > Hi > > This is the error I am getting from a template when I try to preview a > page which works fine on a different Server

Re: Copy Workflow plugin

2009-07-26 Thread RedDotExpert
Google did its magic again, try http://www.reddotcommunity.com/rde/index2.htm On Jul 22, 10:30 am, Jedi wrote: > Hi, > > I'm trying to find the Copy Workflow plugin. > > The reddot community has moved to the new OpenText web site which does > not have the plugin i'm trying to find. > > Does an

Re: Render tag caching?

2009-07-26 Thread RedDotExpert
t; started to publish content out, I find that NONE of those values are > > > populating. They show up fine in RedDot, just not when the page is > > > published. > > > > It looks as if, while the count of list items is correct, the for loop > > > fails to it

Re: MySQL ODBC, Publishing, and Out of Memory Errors

2009-07-26 Thread RedDotExpert
hello, under the cms directory, there should be a RDServer.ini file append the following setting xmlserver=0 this tells cms to run reach publication job as its own process. The drawback is that 20% longer publishing time. On Jul 22, 9:20 pm, Fej Reblok wrote: > howdy reddots > > We've got so

Re: Using an option list value in a query

2009-07-26 Thread RedDotExpert
Hello, You are so close, the answer is <%!! Context:CurrentPage.Elements.GetElement(opt_Type).GetHtml() !!%> Please note that using rendertag to query the value of a option list has the draw back of placeholder name dependent. alternatively you can place opt_Type placeholder directly in the r

Re: Page looks fine in Page Preview mode but throws PageNotFound 404 error in Smart Edit

2009-07-26 Thread RedDotExpert
hi all, regarding the 404 error, I think it is related to host header in CMS. One way to test is to create a sample project and see if preexecution or rdexecute would produce the same behavior. Best, On Jul 20, 3:06 am, Stefan Buchali wrote: > what you have to enter here depends on how your II

Re: Finding out whether an anchor placeholder is connected or not

2009-07-17 Thread RedDotExpert
Hi BjP, I believe Chandrakanth wants to display or perform additional processing when anc is not empty. The best method I have found so far is to use the conditional blockmark, hence making the page rendering faster and not to reply on preexecution Please note this is pseudo code <%anc_link%>

Re: Render tag caching?

2009-07-17 Thread RedDotExpert
> > - Bobby > > On Jul 17, 3:11 pm, RedDotExpert wrote: > > > Hello, > > > it is a known cache issue regarding rendertag. > > > Example, > > > You have page A and page B. > > page B pulls headline of page A via rendertag. > > Page A headline changed.

Re: Page looks fine in Page Preview mode but throws PageNotFound 404 error in Smart Edit

2009-07-17 Thread RedDotExpert
Hello, It sounds like a problem with running asp code on the IIS that CMS is on. How preexecution and rdexecute works in the background: 1. CMS generates the page 2. CMS passes the page to IIS for server side code execution 3. IIS responds with PAGE IS DONE, COME GET 4. CMS tries to load re

Re: Render tag caching?

2009-07-17 Thread RedDotExpert
Hello, it is a known cache issue regarding rendertag. Example, You have page A and page B. page B pulls headline of page A via rendertag. Page A headline changed. page B still displays old headline of page A because CMS will only update page B cache if content (placeholder) in page B have been

Re: rendering navigation alphabetically

2009-07-16 Thread RedDotExpert
Hello, As an out the box functionality, there isn't an automatic way of synchronizing the list order and navigation order. However, via the rql web service api, there is a function to reorder navigation order. A plugin or pre-execution code can be written in such a way that it first queries list

Re: Expiration through workflow and keywords

2009-07-16 Thread RedDotExpert
Hello, Not knowing the exact implementation of the navigation, so I assume it is a simple navigation using just lists and sub nav container (not navigation manager). Have not yet seen the settings on the expiration workflow, I assume it is configured to disconnect and reconnect the page to a pre

Re: RQL list element of a content class

2009-07-16 Thread RedDotExpert
Hello, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to RedDot-CMS-Users@googlegroups.com To unsubscribe from this group, send email to reddot-cms-user

Re: RQL list element of a content class

2009-07-16 Thread RedDotExpert
The RQL is correct, you need to supply session, loginguid, and guid of content class (not content class template) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send