Hi,
you actually need to develop a plugin, when you have the documentation
you will see how to implement one, It's pretty easy.
This plugin must be on your redDot server in RedDot\CMS\ASP\PlugIns.
Then no template is needed, an XML page to set up your plugin and an
asp (or php) page which is called. Use redDot Interface to test your
code then.
mytreeGuid = session("TreeGUID")
sessionKey = session("SessionKey")
loginGuid = session("LoginGUID")
Here are exemples of ways to get session variables, everything is
explained in documentation, I think you will understand everything
better with it than if I explain it in a few lines. These variables
allow you to build your RQL query. There are certainly subjects on
this group too about first steps to create a plugin.
If you still don't see what I mean once you have the documentation,
just comeback here ;)
Good luck
Anthony
On 21 nov, 09:09, Brett <[EMAIL PROTECTED]> wrote:
> Hi Anthony,
>
> Thanks for the reply. I've requested the RQL documentation from RedDot
> but I'm a little unsure of whereabouts to place the RQL in the
> template. Effectively I want to replace this hard-coded HTML into RQL
> while replacing the hardcoded page titles and dates with ones returned
> from the RQL:
>
> <div id="topfive">
> <h4>Latest Updates</h4>
> <ol>
> <li>Retail Sale <strong>08/09/08</strong></li>
> <li>Funeral Flowers <strong>08/09/08</strong></li>
> <li>Travel Deal <strong>08/09/08</strong></li>
> <li>Corporate Meeting <strong>08/09/08</strong></li>
> <li>Members All <strong>08/09/08</strong></li>
> </ol>
> </div>
>
> Can you point me in the right direction? Also where do I get the GUIDs
> for the session and the project?
>
> Thanks,
> Brett
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---