Gossamer Forum
Home : Products : Gossamer Links : Discussions :

detail pages with includes?

Quote Reply
detail pages with includes?
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 (quickShocked) would be greatly appreciated.
Subject Author Views Date
Thread detail pages with includes? SSmeredith 3698 Jan 29, 2003, 12:04 PM
Thread Re: [SSmeredith] detail pages with includes?
pugdog 3611 Jan 29, 2003, 12:10 PM
Thread Re: [pugdog] detail pages with includes?
SSmeredith 3617 Jan 29, 2003, 12:55 PM
Thread Re: [SSmeredith] detail pages with includes?
SSmeredith 3589 Jan 29, 2003, 6:14 PM
Post Re: [SSmeredith] detail pages with includes?
Payooo 3597 Jan 29, 2003, 6:28 PM
Thread Re: [SSmeredith] detail pages with includes?
pugdog 3570 Jan 30, 2003, 4:13 AM
Thread Re: [pugdog] detail pages with includes?
Paul 3586 Jan 30, 2003, 4:26 AM
Thread Re: [Paul] detail pages with includes?
pugdog 3572 Jan 30, 2003, 5:51 AM
Thread Re: [pugdog] detail pages with includes?
Paul 3584 Jan 30, 2003, 5:59 AM
Thread Re: [Paul] detail pages with includes?
pugdog 3564 Jan 30, 2003, 10:17 AM
Thread Re: detail pages with includes?
SSmeredith 3572 Jan 30, 2003, 11:55 AM
Thread Re: [SSmeredith] detail pages with includes?
pugdog 3552 Jan 30, 2003, 12:49 PM
Thread Re: [pugdog] detail pages with includes?
SSmeredith 3546 Jan 30, 2003, 1:31 PM
Post Re: [SSmeredith] detail pages with includes?
pugdog 3535 Jan 30, 2003, 1:50 PM