Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Featured Site mod help

Quote Reply
Re: Featured Site mod help In reply to
Thanks for the update. I can certainly appreciate the limitations of your busy schedule!

For what it's worth, I had no luck installing MiniVend...

I took a look at the compress white space setting. It appears to be called in only one place -- sub load_template in DBSQL.pm:

$LINKS{compress} and ($tpl !~ /^email/) and &compress (\$output);

(calls sub compress) I figured there are a couple of ways I could work around it:

1) make that line conditional

2) make a new copy of sub load_template without the call to sub compress and use that when the need arises

3) the option I chose, changing the print line in the featured sub in nph-build.cgi to bypass the template and print straight to the text file. Due to the simplicity of my template (a solitary tag), this seems like the easiest method.

Dan
Subject Author Views Date
Thread Featured Site mod help Dan Kaplan 8088 Mar 13, 2000, 11:52 AM
Post Re: Featured Site mod help
phoule 7921 Mar 13, 2000, 1:38 PM
Post Re: Featured Site mod help
Dan Kaplan 7920 Mar 13, 2000, 4:39 PM
Post Re: Featured Site mod help
pugdog 7923 Mar 13, 2000, 5:26 PM
Post Re: Featured Site mod help
phoule 7918 Mar 13, 2000, 5:40 PM
Post Re: Featured Site mod help
Dan Kaplan 7924 Mar 13, 2000, 6:57 PM
Post Re: Featured Site mod help
pugdog 7960 Mar 13, 2000, 7:22 PM
Post Re: Featured Site mod help
phoule 7914 Mar 13, 2000, 7:34 PM
Post Re: Featured Site mod help
Dan Kaplan 7931 Mar 13, 2000, 7:52 PM
Post Re: Featured Site mod help
phoule 7915 Mar 13, 2000, 8:27 PM
Post Re: Featured Site mod help
phoule 7941 Mar 14, 2000, 3:39 AM
Post Re: Featured Site mod help
Dan Kaplan 7923 Mar 14, 2000, 3:49 AM
Post Re: Featured Site mod help
phoule 7920 Mar 14, 2000, 4:49 AM
Post Re: Featured Site mod help
Dan Kaplan 7917 Mar 14, 2000, 6:33 AM
Post Re: Featured Site mod help
Dan Kaplan 7926 Mar 14, 2000, 8:43 AM
Post Re: Featured Site mod help
Dan Kaplan 7920 Mar 14, 2000, 9:08 AM
Post Re: Featured Site mod help
phoule 7917 Mar 15, 2000, 3:41 AM
Post Re: Featured Site mod help
Dan Kaplan 7922 Mar 15, 2000, 7:19 AM
Post Re: Featured Site mod help
phoule 7922 Mar 15, 2000, 8:18 AM
Post Re: Featured Site mod help
Dan Kaplan 7933 Mar 15, 2000, 8:18 PM
Post Re: Featured Site mod help
Dan Kaplan 7923 Mar 16, 2000, 7:37 PM
Post Re: Featured Site mod help
pugdog 7926 Mar 16, 2000, 8:54 PM
Post Re: Featured Site mod help
Dan Kaplan 7931 Mar 16, 2000, 9:05 PM
Post Re: Featured Site mod help
Dan Kaplan 7930 Mar 17, 2000, 8:04 AM
Post Re: Featured Site mod help
pugdog 7910 Mar 17, 2000, 8:34 AM
Post Re: Featured Site mod help
pugdog 1378 Mar 17, 2000, 6:21 PM
Post Re: Featured Site mod help
Dan Kaplan 1379 Mar 18, 2000, 7:14 PM