PDA

View Full Version : Cant use conditional in socialgroups_message template ??


smirkley
08-16-2013, 08:33 PM
I am trying to add a conditional in the template socialgroups_message.

The conditional is: <if condition="$show['member']"> </if>

I wish to show a link to logged in members only in there, and I can make the link work if I dont use the conditional. But if I add the above conditional it doesnt work.

Is it malformed for that template?

Any advice?"

Lynne
08-16-2013, 08:48 PM
In vb4, it would be:

<vb:if condition="$show['member']"> </vb:if>

smirkley
08-16-2013, 09:24 PM
Lynne, once again you saved my butt,.... from my lack of intelligence.

Thank You!

It works perfectly.

I shoulda known that, but sometimes the obvious is very opaque to me lol.