Gossamer Forum
Home : Products : Links 2.0 : Customization :

Help with cool links page

Quote Reply
Help with cool links page
On the cool links page it looks like this

Catergory
link
link
link
Catergory
Link
Catergory
link
link

I would do remove the catergory and only list the links

Link
link
Link
Link

any help would be great..
Quote Reply
Re: Help with cool links page In reply to
i haven't tried this, but in nph-build.cgi, under the "sub build_cool_page", try deleting the part that says:

$link_results .= qq|<P><A HREF="$build_root_url/$category/$build_index">$category_clean</A>\n|;

I suggest you back up the nph-build.cgi file first, before you try modifying it.

Let us know if that works,
Avern
Quote Reply
Re: Help with cool links page In reply to
that worked great but How can a make it list from A-Z it lists the same as if the categorys was still there...

for example

before it look like this

category "a"
. a LINK
. b LINK
. c LINK
Category "b"
. a LINK
. b Link

now it looks like this

. a LINK
. b LINK
. c LINK
. a LINK
. b Link

I want to have it look like this
. a LINK
. a LINK
. b LINK
. b LINK
. c Link

thanks for your help....
Quote Reply
Re: Help with cool links page In reply to
...