Re: Get Current Project Name

2014-05-08 Thread Jian Huang
JavaScript solution: http://simplyreddot.blogspot.com/2014/05/getting-current-management-server.html On Wednesday, May 7, 2014 11:50:09 AM UTC-4, Joel Kinzel wrote: Thanks for the info, perhaps I'll peel back the use of JS+RQL for this. On Tuesday, May 6, 2014 2:06:26 PM UTC-5, Jian Huang

Re: Get Current Project Name

2014-05-07 Thread Joel Kinzel
Thanks for the info, perhaps I'll peel back the use of JS+RQL for this. On Tuesday, May 6, 2014 2:06:26 PM UTC-5, Jian Huang wrote: Hi Joel, You can use JavaScript to send and parse RQL, all my plugins are using this method https://github.com/jhuangsoftware/j-rql-connector-https For

Re: Get Current Project Name

2014-05-06 Thread Mario Brandt
There was a discussion about that http://markmail.org/message/3x43ymhcpxfp4djp#query:+page:1+mid:arbxfgawqfaej5ny+state:results Cheers Mario On 6 May 2014 00:18, Joel Kinzel joelkin...@gmail.com wrote: All: I'm attempting to create a support form within one of my content classes so that my

Re: Get Current Project Name

2014-05-06 Thread Jian Huang
Hi Joel, Where will the end user activating the form from? Published site or inside CMS? If inside CMS, you can use RQL, or Session variable, or JavaScript grabbing text from CMS UI. -Jian On Tuesday, May 6, 2014 7:18:07 AM UTC-4, Mario wrote: There was a discussion about that

Re: Get Current Project Name

2014-05-06 Thread Joel Kinzel
Mario: Great to know, but we don't want to use pre-execute at all (we have a very large installation and customer base and doing so would be detrimental to performance). Jian, It will be inside the CMS. I saw that there is a project session variable, but only the GUID is available. I'll

Re: Get Current Project Name

2014-05-06 Thread Jian Huang
Hi Joel, You can use JavaScript to send and parse RQL, all my plugins are using this method https://github.com/jhuangsoftware/j-rql-connector-https For example, AutoFileName, a plugin that automatically set headline as published file name upon viewing the page first time

Get Current Project Name

2014-05-05 Thread Joel Kinzel
All: I'm attempting to create a support form within one of my content classes so that my users can easily e-mail our support staff when they run into trouble. I need to add a hidden field to indicate which project the user is e-mailing from. Is there anyway to do this within a content class?

Re: Get Current Project Name

2013-01-09 Thread Manuel Schnitger (OpenText)
Hi, if you describe the reason why you need the name of a project within a template then it might be easier to find the right solution. So one thing would be to just add a standardfield and ask the editors to insert the name of the project ;-) Of course that wasn't meant serious but points in

Get Current Project Name

2013-01-08 Thread varun bhatla
Hi, Is there a render tag available that would make the current RedDot project name available inside a content class template? Or any suggestions on the easiest way to get that information? The only project-level info tag available is GUID, which isn't much help. Thanks -- You received this

Re: Get Current Project Name

2013-01-08 Thread Mario Brandt
Just use a an RQL within a preexecute IODATA loginguid=[!guid_login!] ADMINISTRATION PROJECT action=load guid=[!guid_project!]/ /ADMINISTRATION /IODATA Cheers -- You received this message because you are subscribed to the Google Groups RedDot CMS Users group. To post to this group,

Re: Get Current Project Name

2013-01-08 Thread Jinith R S
Hahaha On 8 Jan 2013 13:00, varun bhatla varunbhatl...@gmail.com wrote: Hi, Is there a render tag available that would make the current RedDot project name available inside a content class template? Or any suggestions on the easiest way to get that information? The only project-level info