Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] New and/or Updatd links on home.html ??

Quote Reply
Re: [Andy] New and/or Updatd links on home.html ?? In reply to
Hey Andy, I am not able to make this work with the latest build of Glinks.


Global Name: newguidehome

Global Code
Quote:
sub {
my $return;
my $sth = $DB->table('Links')->select( ['ID'],{ link_type => 'guide' } ) || return $GT::SQL::error;
while (my $id = $sth->fetchrow) { my $link = $DB->table('Links')->get( { ID => $id } );
$return .= Links::SiteHTML::display('link1',$link);
}
return $return;
}

Here is the HTML in the page link1.html
Quote:
<table>

<tr>
<td><%if detailed_url eq 'Yes'%><a href="<%detailed_url%>"><%Title%></a><%endif%></td>
</tr>

<tr>
<td><%Description%></td>
</tr>

</table>


Now it is showing Description the way it should, however it does not show Title at all.. Just displays Description. Now the odd thing is, when I change the global to use link.html page, it works perfectly and shows title and title link... however I can't use link.html layout on home page.

Seems like the tag <%if detailed_url eq 'Yes'%> <%endif%> is not working on link1.html, as if I remove that tag and just insert Title it works, however I want the title to link to its detailed page.

Any idea what I can do to make it work?


Thanks for the help.

Vishal

Vishal
-------------------------------------------------------
Subject Author Views Date
Thread New and/or Updatd links on home.html ?? richonmaui 3743 Sep 29, 2005, 10:56 PM
Thread Re: [richonmaui] New and/or Updatd links on home.html ??
Andy 3655 Sep 30, 2005, 5:00 AM
Thread Re: [Andy] New and/or Updatd links on home.html ??
richonmaui 3645 Sep 30, 2005, 11:46 AM
Thread Re: [richonmaui] New and/or Updatd links on home.html ??
Andy 3665 Sep 30, 2005, 10:53 PM
Post Re: [Andy] New and/or Updatd links on home.html ??
richonmaui 3617 Oct 1, 2005, 12:55 AM
Thread Re: [Andy] New and/or Updatd links on home.html ??
tester2 3605 Dec 29, 2005, 4:22 PM
Thread Re: [tester2] New and/or Updatd links on home.html ??
Andy 3594 Dec 30, 2005, 4:04 AM
Post Re: [Andy] New and/or Updatd links on home.html ??
tester2 3554 Dec 30, 2005, 9:54 AM
Thread Re: [Andy] New and/or Updatd links on home.html ??
VishalT 3502 Feb 23, 2006, 7:05 AM
Post Re: [SWDevil.Com] New and/or Updatd links on home.html ??
VishalT 3477 Feb 23, 2006, 10:55 AM