Oh, boy, I'm seeing double after looking through all the 'detail' searches.
Hence, here's my post for help...
I have two types of linkowners. Each type has different detail information. In the add link page, I've set it up where only certain fields will show up depending upon user type originally determined when they signed up (in the User table). That is working okay, but now I need to show the corresponding data in their detail page.
How can I show only the pertinent information depending upon the type of user type a or type b? I thought about an include for each type but that would only work for type a or b viewers not the general public.
I'm thinking something like:
-if linkowner TypeA show include data1-
-if linkowner TypeB show include data2-
Here's my tags I use for the different fields to show up depending upon the Type
<%if Price == 75%>
<%if Price == 130%>
I don't know how to write the code.
Any help (quick
) would be greatly appreciated.
Hence, here's my post for help...
I have two types of linkowners. Each type has different detail information. In the add link page, I've set it up where only certain fields will show up depending upon user type originally determined when they signed up (in the User table). That is working okay, but now I need to show the corresponding data in their detail page.
How can I show only the pertinent information depending upon the type of user type a or type b? I thought about an include for each type but that would only work for type a or b viewers not the general public.
I'm thinking something like:
-if linkowner TypeA show include data1-
-if linkowner TypeB show include data2-
Here's my tags I use for the different fields to show up depending upon the Type
<%if Price == 75%>
<%if Price == 130%>
I don't know how to write the code.
Any help (quick
