Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Detailed View

Quote Reply
Detailed View
I never know where to post - here or the beta forum Smile

Anyway, I would like some help with customising the detailed view feature of 2.0b3. Similar to my other posting, would it be possible to only build the detailed view pages based on this:

Quote:
sub site_html_detailed {
# --------------------------------------------------------
# This routine will build a single page per link. It's only
# really useful if you have a long review for each link --
# or more information then can be displayed in a summary.
#

my %rec = @_;

if ($rec{'Member Status'} eq "Full") { $output = qq~

HTML Output Goese here!

~;
}
return $output;
}

OK, this is what I am using - and it works. Basically it will only create the detailed view pages if a site is a full member, or if ($rec{'Member Status'} eq "Full" - what would happen though, if I wished these pages to be built when the member status was either Full or Premier - leaving Associate members with a blank page ? Is there a way to do this ?

I didn't write this very well, but hopefully you'll get the idea of what i'm trying to ask Smile

Cheers!

------------------
Craig Antill
10 Tenths Motorsport
www.Ten-Tenths.com
Subject Author Views Date
Thread Detailed View Craig A 3465 Jan 6, 1999, 10:54 AM
Post Re: Detailed View
Alex 3394 Jan 6, 1999, 6:40 PM
Post Re: Detailed View
CEGlobe 3371 Jan 6, 1999, 7:00 PM
Post Re: Detailed View
Craig A 3368 Jan 10, 1999, 1:36 AM
Post Re: Detailed View
Bobsie 3362 Jan 10, 1999, 6:25 AM