Website Babble Webmaster Forums  

  #1 (permalink)  
Old 11-21-2008, 05:59 PM
faiths13's Avatar
Master Babbler
 
Join Date: Aug 2008
Posts: 155
faiths13 has a few positive reputation points
Default Blogger template help

I got a free template for my Blogger blog, but the date, which is kinda like a tab on the side, wont work. any ideas on how i can fix it? heres a link so you can see what i mean. TIA! http://faiths13-realitycheck.blogspot.com/
__________________
Beth


ecobabybuzz.com
Reply With Quote
  #2 (permalink)  
Old 11-21-2008, 06:12 PM
TechieGuy's Avatar
Super Moderator
 
Join Date: Jul 2007
Location: Canada
Posts: 1,240
TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)
Default

Maybe you have a tag that isn't correct.

Can your post the part of your template where you print the date? It will make it easier for use to help you.
Reply With Quote
  #3 (permalink)  
Old 11-21-2008, 06:15 PM
faiths13's Avatar
Master Babbler
 
Join Date: Aug 2008
Posts: 155
faiths13 has a few positive reputation points
Default

im looking at the template code, and i think i see where they have something set up for the date, but i dont really know. here is the code.


<script type='text/javascript'>
function rp(json){document.write('&lt;ul&gt;');for(var i=0;i&lt;numposts;i++){document.write('&lt;li&gt;' );var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k&lt;entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink=&quot;(more)&quot;;readmorelink=readm orelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]=&quot;Jan&quot;;monthnames[2]=&quot;Feb&quot;;monthnames[3]=&quot;Mar&quot;;monthnames[4]=&quot;Apr&quot;;monthnames[5]=&quot;May&quot;;monthnames[6]=&quot;Jun&quot;;monthnames[7]=&quot;Jul&quot;;monthnames[8]=&quot;Aug&quot;;monthnames[9]=&quot;Sep&quot;;monthnames[10]=&quot;Oct&quot;;monthnames[11]=&quot;Nov&quot;;monthnames[12]=&quot;Dec&quot;;if(&quot;content&quot;in entry){var postcontent=entry.content.$t}else if(&quot;summary&quot;in entry){var postcontent=entry.summary.$t}else var postcontent=&quot;&quot;;var re=/&lt;\S[^&gt;]*&gt;/g;postcontent=postcontent.replace(re,&quot;&quot ;document.write(posttitle);if(showpostdate==true)d ocument.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent. length&lt;numchars){document.write(postcontent)}el se{postcontent=postcontent.substring(0,numchars);v ar quoteEnd=postcontent.lastIndexOf(&quot; &quot;postcontent=postcontent.substring(0,quoteE nd);document.write(postcontent+'...'+readmorelink) }}document.write('&lt;/li&gt;')}document.write('&lt;/ul&gt;')}
__________________
Beth


ecobabybuzz.com
Reply With Quote
  #4 (permalink)  
Old 11-21-2008, 07:25 PM
TechieGuy's Avatar
Super Moderator
 
Join Date: Jul 2007
Location: Canada
Posts: 1,240
TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)
Default

I think I found your problem, and the good news is that it is an easy fix.

1. From your Blogger Dashboard, click the Settings link.

2. Next, click the Formatting link.

3. Next to Timestamp Format, select the date format that displays [day of week], [month] [day], [year]. For example, for todays date it will display Friday, November 21, 2008.

4. At the bottom, click Save Settings.

Hope it works. If it does work, and you want to know why, I can explain it to you.
Reply With Quote
  #5 (permalink)  
Old 11-21-2008, 08:56 PM
faiths13's Avatar
Master Babbler
 
Join Date: Aug 2008
Posts: 155
faiths13 has a few positive reputation points
Default

oh awesome! thanks so much!
__________________
Beth


ecobabybuzz.com
Reply With Quote
  #6 (permalink)  
Old 11-26-2008, 10:30 AM
faiths13's Avatar
Master Babbler
 
Join Date: Aug 2008
Posts: 155
faiths13 has a few positive reputation points
Default

ok, i got my template working - all except the archives link. This template has a tab for archives, but it doesnt go anywhere. Can someone help me fix that?
__________________
Beth


ecobabybuzz.com
Reply With Quote
  #7 (permalink)  
Old 11-26-2008, 11:22 AM
TechieGuy's Avatar
Super Moderator
 
Join Date: Jul 2007
Location: Canada
Posts: 1,240
TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)TechieGuy has a rock solid WB reputation (over 300 points)
Default

I have never created a link to the Archives before. I usually just included the Archives gadget and let Blogger show my archives by date.

I guess if you want to show all your posts on a single page you could use something like:

Code:
http://faiths13-realitycheck.blogspot.com/search?max-results=400
Just change max-results to change the number of posts to display.

If you are using a Classic template, which you are probably not, then this link may provide information about an Archives link: http://help.blogger.com/bin/answer.p...n&answer=41414
Reply With Quote
  #8 (permalink)  
Old 11-26-2008, 11:34 AM
faiths13's Avatar
Master Babbler
 
Join Date: Aug 2008
Posts: 155
faiths13 has a few positive reputation points
Default

ok, thanks for the info! is there any way i can make it so it goes in the opposite order? from oldest to newest?
__________________
Beth


ecobabybuzz.com

Last edited by faiths13; 11-26-2008 at 11:49 AM.
Reply With Quote
  #9 (permalink)  
Old 12-03-2008, 07:28 AM
richgcs's Avatar
Regular Babbler
 
Join Date: Nov 2008
Posts: 49
richgcs has more than the average amount of reputation points
Default

Thats a cool template!!!
Reply With Quote
  #10 (permalink)  
Old 12-03-2008, 11:22 AM
faiths13's Avatar
Master Babbler
 
Join Date: Aug 2008
Posts: 155
faiths13 has a few positive reputation points
Default

thanks!
__________________
Beth


ecobabybuzz.com
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 11:00 PM.



WB Sponsors

Profit Lance Review

Houston Web Design

Search Engine Optimization

flash chat

Make Money At Home

online marketing



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0