Gossamer Forum
Home : Products : Gossamer Links : Discussions :

What's Cool Not Working Links SQL 2.2

Quote Reply
What's Cool Not Working Links SQL 2.2
I just purchased Links SQL 2.2 latest release. I used the Yahoo Template as a base and customized it. Everything works fine except for What's Cool. When I build, I do not get any error messages, but it does not build the index page for What's Cool.

I made this fix as reported in the forum:

in nph-build.cgi

($total % $lpp) and ($num_pages++);
and replace with:
($total % $lpp or !$num_pages) and $num_pages++;

However, What's Cool still doesn't work.

One more item. I am using *.php extensions for the index file.

Thank in advance for your help.

Mark