Gossamer Forum
Home : Products : Links 2.0 : Customization :

A simple modification

Quote Reply
A simple modification
Hi!

When I do a simple search, i find above each link, his respective category linked,
separated by dobble dot WITHOUT ANY SPACES between the category and subcategory. (i.e. INTERNET:BOOKS)
It's perfect to me.
When I list the what's new page and what's cool page, this doesn't happen. (i.e. INTERNET : BOOKS)
What I want is to change the 'what's new page' and 'what's cool page' so I can get the same result than a simple search.
It seems too easy modify the responsable file for this, however I didn't make it.
I believe it is nphbuild.cgi. I use site_html.pl.

Can u help me about that?


Quote Reply
Re: A simple modification In reply to
Deja vu, Dejav vu....I just answered this same question last week in this Forum....

You will have to edit the sub build_clean in the db_utils.pl file.

See these codes:

Code:
$input =~ s,/, : ,g;

Change them to:

Code:
$input =~ s,/,:,g;

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------