Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Help with my categories

Quote Reply
Help with my categories
Could someone tell me why some of my categories even they have links inside, don't have an index page.
BTW. I used Staggered (auto)

http://directory.at-posters.com/

Aake a look the template.
http://directory.at-posters.com/...ated_Prints/Digital/

Last edited by:

fkingneo: Nov 8, 2004, 7:17 PM
Quote Reply
Re: [fkingneo] Help with my categories In reply to
Have you tried staggered (NOT auto)? A possible fix is here:

http://www.gossamer-threads.com/...cgi?post=41624#41624

The change is in red:

my $elapsed = time() - $start;
print "------------------------------------------------\n";
print "This phase of step 2 took $elapsed seconds.\n\n";
($offset > $#category_list) ?
print qq~</PRE><P><B><font face="Verdana" size=2><a href="nph-build.cgi?staggered=1&step=3">Go on to Step 3!</A></B></FONT></P>~ :
print qq~</PRE><P><B><font face="Verdana" size=2><a href="nph-build.cgi?staggered=1&step=2&limit=$limit&offset=$offset&auto=$auto">Next $limit Categories!</A></B></FONT></P>~;
last CASE;
};


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Help with my categories In reply to
I don't know why but it' still not working at all.
AND take a look at my sugcat template, like:
http://directory.at-posters.com/...Artistic/Landscapes/

my staggered isn't working. what esle can i do to have my website working well. Please help me

Last edited by:

fkingneo: Nov 9, 2004, 4:09 PM