Hi Bobby,

The render tag method is preferred, as any login GUID syntax solution
would involve pre-execute code, which you should avoid when you can.

Best,
 - Eric

On Sep 2, 5:41 am, bobbykjack <[email protected]> wrote:
> Thanks Ingo. I've actually had it suggested, independently, that an
> info placeholder inspecting the login GUID will also achieve the
> desired effect. Any benefits of either approach over the other?
>
> - Bobby
>
> On Sep 2, 10:33 am, Ingo Hillebrand <[email protected]>
> wrote:
>
>
>
> > Hi Bobby,
>
> > You can use RenderTags to distinguish between the three different modes of 
> > RedDot.
> > <reddot:cms>
> >         <if>
> >                 <query valuea="Context:CurrentRenderMode" operator="==" 
> > valueb="Int:1">
> >                         <htmltext>
> >                                 only publish pages...
> >                         </htmltext>
> >                 </query type="else">
> >                         <htmltext>
> >                                 reddot and preview...
> >                         </htmltext>
> >                 </query>
> >         </if>
> > </reddot:cms>
>
> > Greetings,
> > Ingo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to