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

Re: Adding a number in front links whne listing

Quote Reply
Re: Adding a number in front links whne listing In reply to
 
The "fix" again would be to break the process down into two steps. First, find all the links, and put the references into a hash of reference by category.

Then, sort the hash by category, (sort key) and pull each link reference out, THEN send it to link.html along with a number, and add that to the $OUTPUT variable one at a time.

What is being done now, is the link is being taken from the databse, turned into an HTML nugget, then put into a hash by category, which is then flattened into the larger output variable by adding each "category" of links as a chunk.

You have to break that into discreete steps, in order to number the output, and add the links to $OUTPUT one at a time.

http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Subject Author Views Date
Thread Adding a number in front links whne listing Ground Zero 10463 Apr 8, 2000, 6:37 PM
Post Re: Adding a number in front links whne listing
Ground Zero 10285 Apr 11, 2000, 6:33 AM
Post Re: Adding a number in front links whne listing
Alex 10230 Apr 11, 2000, 7:59 AM
Post Re: Adding a number in front links whne listing
pugdog 10263 Apr 11, 2000, 9:08 AM
Post Re: Adding a number in front links whne listing
pugdog 10228 Apr 11, 2000, 10:17 AM
Post Re: Adding a number in front links whne listing
Ground Zero 10221 Apr 11, 2000, 1:01 PM
Post Re: Adding a number in front links whne listing
pugdog 10229 Apr 11, 2000, 6:54 PM
Post Re: Adding a number in front links whne listing
pugdog 10235 Apr 11, 2000, 9:42 PM
Post Re: Adding a number in front links whne listing
Ground Zero 10226 Apr 12, 2000, 12:04 AM
Post Re: Adding a number in front links whne listing
Ground Zero 10223 Apr 13, 2000, 5:28 PM
Post Re: Adding a number in front links whne listing
pugdog 10248 Apr 13, 2000, 8:53 PM
Post Re: Adding a number in front links whne listing
pugdog 10278 Apr 13, 2000, 9:52 PM
Post Re: Adding a number in front links whne listing
pugdog 10286 Apr 13, 2000, 10:39 PM
Post Re: Adding a number in front links whne listing
Ground Zero 10225 Apr 14, 2000, 6:32 AM
Post Re: Adding a number in front links whne listing
Ground Zero 10220 Apr 14, 2000, 9:52 AM
Post Re: Adding a number in front links whne listing
Ground Zero 10277 Apr 14, 2000, 10:34 AM
Post Re: Adding a number in front links whne listing
pugdog 10230 Apr 14, 2000, 4:31 PM
Post Re: Adding a number in front links whne listing
Stealth 10220 Apr 15, 2000, 8:30 AM
Post Re: Adding a number in front links whne listing
pugdog 10257 Apr 15, 2000, 4:25 PM
Post Re: Adding a number in front links whne listing
Stealth 10229 Apr 15, 2000, 5:07 PM
Thread Re: Adding a number in front links whne listing
pugdog 10245 Apr 16, 2000, 11:45 PM
Thread Re: Adding a number in front links whne listing
jeffb 10251 Jul 24, 2000, 5:09 PM
Thread Re: Adding a number in front links whne listing
pugdog 10191 Jul 25, 2000, 12:22 AM
Thread Re: Adding a number in front links whne listing
jeffb 10190 Jul 25, 2000, 2:56 AM
Thread Re: Adding a number in front links whne listing
jeffb 10189 Jul 25, 2000, 5:24 AM
Post Re: Adding a number in front links whne listing
DogTags 1585 Aug 6, 2000, 9:50 AM