Message Text |
I'm trying to use two custom templates to display links for members and for not registered/logged users. So far very little success. Here is the condition I came up with:
<IF {THISMEMBERUSERGROUP} is 1> [INSERTFILE=displaylinks_members] <OTHERWISE> [INSERTFILE=displaylinks_visitors] </IF>
I don't know why, but this condition works only if it's true - if it is false it shows [INSERTFILE=displaylinks_visitors] line on the screen. Also, when I use [INSERFILE] function on a file that has another [INSERFILE] in it - it doesn't show the second file content, but the actual function code line in the html output. Any ideas on the implementation? |