Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Added: Wrong Date

Quote Reply
Re: Added: Wrong Date In reply to
I am also using webcrawler templates and made all those changes with no perceivable effect. The pasges built today adn those builkt last week all say added Jan 15.
The what's new pages are created for the right days but the links in them say added Jan 15. My link.html looks like this

<title>Links</title>
<ul><li><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>

<%if Description%>
<span class="descript">- <%Description%></span>
<%endif%>

<%if isNew%>
<small><sup class="new">new</sup></small>
<%endif%>

<%if isPopular%>
<small><sup class="pop">pop</sup></small>
<%endif%>

<small class="date">(Added: <%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%> ) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a></small>

</ul>

my site_html_template.pl look like this

%globals = (
date => &get_date,
time => &get_time,
Time => &get_time,
db_cgi_url => $db_cgi_url,
build_root_url => $build_root_url,

site_title => $build_site_title,
site_header => &site_header,
site_footer => &site_footer,
css => $build_css_url
);
I don't know what I'm missing here but the suggested solutions are working for me.



------------------
ccunet
Subject Author Views Date
Thread Added: Wrong Date pagla2000 8946 Nov 27, 1999, 3:18 PM
Post Re: Added: Wrong Date
Eliot 8759 Nov 27, 1999, 5:41 PM
Post Re: Added: Wrong Date
pagla2000 8795 Nov 27, 1999, 7:35 PM
Post Re: Added: Wrong Date
Eliot 8793 Nov 27, 1999, 9:16 PM
Post Re: Added: Wrong Date
pagla2000 8792 Nov 28, 1999, 11:03 AM
Post Re: Added: Wrong Date
Eliot 8751 Nov 28, 1999, 2:48 PM
Post Re: Added: Wrong Date
CarlosChapa 8719 Nov 28, 1999, 3:07 PM
Post Re: Added: Wrong Date
Eliot 8708 Nov 28, 1999, 3:29 PM
Post Re: Added: Wrong Date
CarlosChapa 8780 Nov 28, 1999, 4:29 PM
Post Re: Added: Wrong Date
Eliot 8707 Nov 28, 1999, 4:34 PM
Post Re: Added: Wrong Date
CarlosChapa 8765 Nov 28, 1999, 5:37 PM
Post Re: Added: Wrong Date
pagla2000 8769 Nov 28, 1999, 7:16 PM
Post Re: Added: Wrong Date
Eliot 8800 Nov 29, 1999, 1:13 PM
Post Re: Added: Wrong Date
Chimbis 8680 Nov 29, 1999, 5:22 PM
Post Re: Added: Wrong Date
Conan 8832 Nov 29, 1999, 7:38 PM
Post Re: Added: Wrong Date
Chimbis 8859 Nov 30, 1999, 12:56 AM
Post Re: Added: Wrong Date
Chimbis 8795 Nov 30, 1999, 1:07 AM
Post Re: Added: Wrong Date
Chimbis 8885 Nov 30, 1999, 5:23 PM
Post Re: Added: Wrong Date
Chimbis 8880 Dec 2, 1999, 9:16 PM
Post Re: Added: Wrong Date
CarlosChapa 8887 Dec 3, 1999, 9:42 AM
Post Re: Added: Wrong Date
Dan Kaplan 8896 Jan 5, 2000, 10:40 AM
Post Re: Added: Wrong Date
Dan Kaplan 8807 Jan 5, 2000, 6:30 PM
Post Re: Added: Wrong Date
Eliot 8769 Jan 6, 2000, 7:23 AM
Post Re: Added: Wrong Date
SponsorFind 8799 Jan 10, 2000, 5:46 AM
Post Re: Added: Wrong Date
ccunet 8754 Jan 14, 2000, 10:23 AM
Post Re: Added: Wrong Date
Eliot 2350 Jan 14, 2000, 1:33 PM
Post Re: Added: Wrong Date
C Mortera 2305 Jan 14, 2000, 4:20 PM
Post Re: Added: Wrong Date
ccunet 2253 Jan 15, 2000, 10:00 AM
Post Re: Added: Wrong Date
Eliot 2220 Jan 15, 2000, 11:42 AM