only shows up on the first page. I implemented the recent posts hack on sub pages to find that it ONLY searches that page, not the primary page. I guess i'll remove it from the 'comments pages' and just be done with it. I'm not inturesting in it enough to rewire the url it pulls from.
5 Comments:
awe.
scroll through the origoinal hack lifted from nerdy tales and replace:
st=st.replace('[name]',author);
var k2htime=getSortDate(d);
st=st.replace('[time]',k2htime.substr(8,2)+k2htime.substr(10,2)+"-"+k2htime.substr(6,2));
with
st=st.replace('[name]',author);
st=st.replace('[time]',d);
the render is long,and linewrappy ugly, but it gets the job done.
This comment has been removed by a blog administrator.
who wants to tell me why my recent comments hack only shows up on the main page of blogger, not on the comments page
when you read the template it says which sections apply to the mainpage, and which don't. my guess is you put it in a MAIN PAGE section.
[MainPage]
content
[/MainPage]
only shows up on the first page.
I implemented the recent posts hack on sub pages to find that it ONLY searches that page, not the primary page. I guess i'll remove it from the 'comments pages' and just be done with it. I'm not inturesting in it enough to rewire the url it pulls from.
Post a Comment
<< Home