BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Question about settings...
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge
View previous topic :: View next topic  
Author Message
Vlamor



Joined: 25 Feb 2006
Posts: 6

PostPosted: Tue Feb 28, 2006 6:47 pm    Post subject: Question about settings... Reply with quote

On this blog http://nowsmellthis.blogharbor.com/ at the end of each article it says "Posted by:" and then comments. How can I set up my blog to do the same?

Thank you for your time!
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Tue Feb 28, 2006 8:41 pm    Post subject: Re: Question about settings... Reply with quote

On that blog, at the bottom of the articles I see the Filed in: and then the category name. Is that what you are referring to?

Looks like the author of that blog just altered the article template... Instead of the default Posted to: they've altered it to read Filed in:.

You could modify the article template according to these instructions. Look for the code that reads:

Code:
<%= gettext("Posted to:") %>


That's the code that will take output the phrase Posted to: in the appropriate language of the visitor (current options are English and Spanish). The gettext function takes the following text, looks it up in our table of translations, and outputs the appropriate phrase. We don't have the ability for you to include your own custom translations, so you can't do this:

Code:
<%= gettext("File in:") %>


since we don't have a translation for your custom text. Just change it to:

Code:
Filed in:


and you're all set.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum