Thanks for replying jmcgin...
Trying your snippet of code returns the following error:
* Invalid code entered.
* Parse error: syntax error, unexpected T_LNUMBER, expecting '(' in /public_html/site/admin/edituserplugin.php(103) : eval()'d code on line 1
Search found 2 matches
- Sat Jun 06, 2009 12:36 am
- Forum: CMSMS Core
- Topic: N00b question, can't use if statement in User defined tag?
- Replies: 4
- Views: 1140
- Fri Jun 05, 2009 11:56 am
- Forum: CMSMS Core
- Topic: N00b question, can't use if statement in User defined tag?
- Replies: 4
- Views: 1140
N00b question, can't use if statement in User defined tag?
My host is using CMSMS 1.5 (puerto rico) I have a site which features different top level sections of the site, each of which has their it's own subnav. I figured to make it easy I'd create a UDT with a case statement. I couldn't figure how, so I tried the examples from some Smarty posts and nothing...