Question
- TWiki version: TWiki 01 Feb 2003
- Perl version: perl, v5.6.1 built for i386-linux
- Web server & version: Apache/1.3.22 (Unix) (Red-Hat/Linux)
- Server OS: Redhat 7.2
- Web browser & version: Mozilla 1.3+ Netscape 7 and IE 5
- Client OS: Linux Red Hat 7.2 and Windows 2000
Hi
I have a newbie question. I have installed the
ConditionalPlugin and having some difficulty getting it work. I have posted a question to
ConditonalPluginDev, but I have not received a response yet. I would really like to use this plugin as I believe it has some excellent feature.
I have tried some of the examples and I can't get it to render correctly.
eg.
if I have the following in my template file
%IF{%TOPIC% =~ "BlahBlah" }% foo %ELSE% bar %ENDIF%
I see this
%IF{ WebHome =~ "BlahBlah" }%%ELSE% bar %ENDIF%
I was expecting just to see the text
bar not all the IF's etc.
What I am doing wrong ? Or does anyone have any Example files I can see to figure out how it works?
Thanks
--
JohnClegg - 01 Jul 2003
Answer