evenmonkeys
01-10-2006, 06:16 AM
I have two types of profile layouts at the moment. How do I let users choose which type they want to see? I tried using the code below, but that obviously only works for your own profile. I want to make it so if you choose Profile A, you see Profile A for EVERYONE'S profile- not just your own. Help me out!
<if condition="$post['fieldx'] != 'Layout 2'">
Blah blah blah.
<else />
Blah blah blah.
</if>
HELP!!!
<if condition="$post['fieldx'] != 'Layout 2'">
Blah blah blah.
<else />
Blah blah blah.
</if>
HELP!!!