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
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
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
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
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
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
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/...
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
<%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
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
:
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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%>
>
> - 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.
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
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
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
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
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
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
32 matches
Mail list logo