Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Categories listed on Modify page.

Quote Reply
Re: [Andy] Categories listed on Modify page. In reply to
Did exactly that and now getting

CGI ErrorThe specified CGI application misbehaved by not returning a complete set of HTTP headers.

Went and created a new global called (get_links_cat_breat) and entered the following:

sub {
my ($rec) = @_;
my $id = $rec->{ID};
my $db = $DB->table ('Category','CatLinks');
my $sth = $db->select ( { 'CatLinks.LinkID' => $id }, ['Category.ID', 'Category.Full_Name'] );
my $cat;
while (my ($id,$name) = $sth->fetchrow_array) {
my $title = Links::Build::build ('title_linked', { name => $name, complete => 1 });
$cat .= "".$title."<br />";
}
return $cat;
}

THEN WENT TO MODIFY_SELECT.HTML AND ENTERED THE FOLLOWING exactly where you told me


Category: <%get_links_cat_bread($ID)%>

Subject Author Views Date
Thread; hot thread Categories listed on Modify page. gmoney 12323 Jun 29, 2010, 11:35 AM
Thread; hot thread Re: [gmoney] Categories listed on Modify page.
Payooo 12129 Jun 29, 2010, 1:42 PM
Thread; hot thread Re: [Payooo] Categories listed on Modify page.
Andy 12182 Jun 29, 2010, 11:11 PM
Post; hot thread Re: [Andy] Categories listed on Modify page.
Payooo 12107 Jun 30, 2010, 12:31 AM
Thread; hot thread Re: [Andy] Categories listed on Modify page.
gmoney 12106 Jun 30, 2010, 4:14 AM
Thread; hot thread Re: [gmoney] Categories listed on Modify page.
Andy 12131 Jun 30, 2010, 5:06 AM
Thread; hot thread Re: [Andy] Categories listed on Modify page.
gmoney 12158 Jun 30, 2010, 6:20 AM
Thread; hot thread Re: [gmoney] Categories listed on Modify page.
Andy 12128 Jun 30, 2010, 6:22 AM
Thread; hot thread Re: [Andy] Categories listed on Modify page.
gmoney 12135 Jun 30, 2010, 6:30 AM
Thread; hot thread Re: [gmoney] Categories listed on Modify page.
Andy 12160 Jun 30, 2010, 6:32 AM
Post; hot thread Re: [Andy] Categories listed on Modify page.
gmoney 12092 Jun 30, 2010, 6:37 AM
Post; hot thread Re: [Andy] Categories listed on Modify page.
gmoney 12095 Jun 30, 2010, 6:56 AM
Thread; hot thread Re: [Andy] Categories listed on Modify page.
gmoney 12112 Jun 30, 2010, 7:09 AM
Thread; hot thread Re: [gmoney] Categories listed on Modify page.
Payooo 12110 Jun 30, 2010, 7:20 AM
Post; hot thread Re: [Payooo] Categories listed on Modify page.
gmoney 12081 Jun 30, 2010, 7:22 AM
Post; hot thread Re: [Payooo] Categories listed on Modify page.
gmoney 12074 Jun 30, 2010, 7:25 AM
Post; hot thread Re: [gmoney] Categories listed on Modify page.
Andy 12096 Jun 30, 2010, 7:20 AM
Post; hot thread Re: [Payooo] Categories listed on Modify page.
gmoney 12120 Jun 30, 2010, 4:20 AM