Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: got your site and one more question

Quote Reply
Re: got your site and one more question In reply to
1. In nph-build.cgi find the following sub routine

sub build_linked_title {
# --------------------------------------------------------
# Returns a string of the current category broken up
# by section, with each part linked to the respective section.

my $input = shift;
my (@dirs, $dir, $output, $path, $last);

@dirs = split (/\//, $input);
$last = &build_clean(pop @dirs);

$output = qq| <A HREF="$build_root_url/">Top</A> |;
foreach $dir (@dirs) {
$path .= "/$dir";
$dir = &build_clean ($dir);
$output .= qq| <A HREF="$build_root_url$path/">$dir</A> |;
}
$output .= " $last";

return $output;
}

2. I didn't upload the images yet because I'm hardcoding my links.

Regards,

Nuno Duque
--------------------
Macau Search Engine
inmacau.com
Subject Author Views Date
Thread changing auto-email subject line???? gossy 11644 Oct 14, 2000, 11:53 PM
Thread Re: changing auto-email subject line????
nduque 11210 Oct 15, 2000, 2:37 AM
Thread Re: changing auto-email subject line????
gossy 11182 Oct 15, 2000, 4:33 PM
Thread Re: changing auto-email subject line????
nduque 11268 Oct 15, 2000, 5:57 PM
Thread Re: changing auto-email subject line????
gossy 11170 Oct 15, 2000, 10:37 PM
Post Re: changing auto-email subject line????
nduque 11086 Oct 16, 2000, 12:58 AM
Thread Re: oh and i forgot,???
gossy 11106 Oct 15, 2000, 10:39 PM
Post Re: oh and i forgot,???
nduque 11085 Oct 16, 2000, 1:10 AM
Thread Re: changing auto-email subject line????
gossy 11102 Oct 15, 2000, 11:17 PM
Thread Re: changing auto-email subject line????
nduque 11151 Oct 16, 2000, 1:15 AM
Thread Re: very good info again, thanks
gossy 11099 Oct 16, 2000, 4:36 PM
Thread Re: very good info again, thanks
nduque 11080 Oct 17, 2000, 12:32 AM
Thread Re: very good info again, thanks
gossy 11186 Oct 17, 2000, 2:30 AM
Thread Re: very good info again, thanks
nduque 11159 Oct 17, 2000, 3:13 AM
Thread Re: very good info again, thanks
gossy 11081 Oct 17, 2000, 8:30 PM
Thread Re: very good info again, thanks
nduque 11139 Oct 17, 2000, 11:00 PM
Thread got your site and one more question
gossy 11087 Oct 18, 2000, 2:08 AM
Thread Re: got your site and one more question
nduque 11100 Oct 18, 2000, 3:14 AM
Thread yep, works, thanks once more.
gossy 11074 Oct 18, 2000, 3:20 PM
Thread Re: yep, works, thanks once more.
nduque 11141 Oct 18, 2000, 11:39 PM
Thread Re: misunderstanding
gossy 5634 Oct 19, 2000, 1:31 AM
Post Re: misunderstanding
nduque 5529 Oct 19, 2000, 4:56 AM
Thread Re: search result display
gossy 5549 Oct 19, 2000, 2:00 AM
Post Re: search result display
nduque 5555 Oct 19, 2000, 5:13 AM
Thread search results line up???
gossy 11103 Oct 18, 2000, 3:25 PM
Thread Re: search results line up???
nduque 11124 Oct 18, 2000, 11:47 PM
Thread Re: search results line up???
gossy 5625 Oct 19, 2000, 1:24 AM
Thread Re: search results line up???
nduque 5557 Oct 19, 2000, 4:25 AM
Post last question
gossy 5523 Oct 19, 2000, 2:26 PM
Thread yes, there is already that question!
gossy 11179 Oct 17, 2000, 10:54 PM
Post Re: yes, there is already that question!
nduque 11051 Oct 18, 2000, 12:34 AM
Thread @search_fields = (1,2,5,6,7); =no change
gossy 11118 Oct 18, 2000, 5:10 PM
Thread Re: @search_fields = (1,2,5,6,7); =no change
nduque 5697 Oct 18, 2000, 11:55 PM
Thread Re: @search_fields = (1,2,5,6,7); =no change
gossy 5655 Oct 19, 2000, 1:44 AM
Post Re: @search_fields = (1,2,5,6,7); =no change
nduque 5560 Oct 19, 2000, 5:00 AM
Thread Re: yes, it';s the dam <p>'s
gossy 5554 Oct 19, 2000, 2:30 AM
Post Re: yes, it';s the dam <p>'s
nduque 5560 Oct 19, 2000, 5:21 AM
Thread found something..
gossy 5513 Oct 19, 2000, 2:51 AM
Post Re: found something..
nduque 5547 Oct 19, 2000, 5:23 AM