Thanks Jian, if you have a better solution or an idea that you think might work and would share I would be very grateful
On Wed, Sep 28, 2011 at 4:34 PM, Jian Huang <[email protected]>wrote: > Hello, > > Two things wrong with the rendertag. > > 1. Elements.GetElement is resource intensive, please use the > placeholder directly within rendertag instead. > > 2. red dots inside rendertag cause it to crash the entire block. > > Search this forum or recent reddot cms blog for solution. > > Highly recommend against changing main.config. > > Best, > > -Jian > > On Sep 28, 4:33 pm, tportman <[email protected]> wrote: > > I've got a good ole if/else render tag setup that is SUPPOSED to show > > a block of "reddots" if opt_display is "yes". But I can't get any > > reddots to show at all..help! > > > > <reddot:cms> > > <if> > > <query valuea="<%opt_display%>" operator="==" > > valueb="String:yes"> > > ( ( also tried: <query > > valuea="Context:CurrentPage.Elements.GetElement(opt_display).Value" > > operator="==" valueb="String:yes"> )) > > <htmltext> > > whole bunch of reddots live here > > </htmltext> > > </query> > > <query type="else"> > > <htmltext> > > no reddots live here > > </htmltext> > > </query> > > </if> > > </reddot:cms> > > -- > 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. > > -- 312-515-0480 www.tiffanyportman.com [email protected] -- 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.
