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 
Category
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
Lionelb



Joined: 31 Mar 2006
Posts: 14

PostPosted: Sun Aug 20, 2006 8:54 pm    Post subject: Category Reply with quote

Hi,

Do you have a solution :
- to change category for many posts whyout edititing all post one per one ?
- to make an index number before every subject post ?
- for RSS comment ?

Regards, lionel
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Mon Aug 21, 2006 8:55 am    Post subject: Re: Category Reply with quote

Quote:
Do you have a solution ... to change category for many posts whyout edititing all post one per one ?

We don't have any facility for bulk category changes. One option might be to use a blogging client like Zoundry, Blogjet, or Qumana. It may be easier to make such changes through a blogging client than through our web interface.

Quote:
Do you have a solution ... for RSS comment ?

We do not support RSS Comments.


Last edited by john on Mon Aug 21, 2006 9:01 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Mon Aug 21, 2006 8:56 am    Post subject: Creating a numbered list of articles on a category page Reply with quote

Quote:
Do you have a solution ... to make an index number before every subject post ?

If you are asking whether it's possible to have each post numbered in category view, that would be possible with a little modification to your category template. Before we get started, check out this thread for the steps to modify your category template.

Now let's look at your current category template, we're only going to need to make a few changes to it. First look for this line:

Code:
{{loop days}}


and add a <OL> before it so it looks like this:

Code:
<OL>
{{loop days}}


Now look for this:

Code:
{{loop articles}}


and add a <LI> below it so it looks like this:

Code:
{{loop articles}}
<LI>


Next look for this:

Code:
{{/loop}} <!-- articles -->


and add </LI> above it so it looks like this:

Code:
</LI>
{{/loop}} <!-- articles -->


Lastly, look for this:

Code:
{{/loop}} <!-- days -->


and add </OL> below it so it looks like this:

Code:
{{/loop}} <!-- days -->
</OL>


Now your category pages will present your articles in a numbered list.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Lionelb



Joined: 31 Mar 2006
Posts: 14

PostPosted: Mon Aug 21, 2006 10:42 am    Post subject: Thanks Reply with quote

Thanks john

If I change a category name, it's change the assignations on posts ?

regards
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Mon Aug 21, 2006 11:26 am    Post subject: Re: Thanks Reply with quote

Yes, when you change the category name it will be reflected on all posts which were originally posted to the category.
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 -> General Discussion 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