Recent Topics

1 Jun 14, 2006 16:13    

Hi All,

I'm planning a blogging/community website and I've been looking into possible solutions. Based on what I've read on the main page and in the forums, B2evolution is looking like a winner to me so far, but I'm confused as to exactly what it can do. Please note, I am not a programmer at all. I'll be hiring someone to do the actual coding if I need any changes.

Is b2evolution capable of doing the following?

PROJECT DESCRIPTION:
The site will be a collection of blogs by different authors. Similar to xanga or livejournal, where each author gets their own personal blog and only they can post on it.

The site will be divided into the following pages:

Main Page - A collection of the 10 newest posts across all blogs, no matter the post category.

Category Pages - A collection of the newest posts across all blogs, but just on the particular category (i.e. DOGS).

Author Pages - The personal blog of the author, with only posts by them. It must also be possible to sort the posts based on category within the authors posts. For example, all the posts on DOGS (category), only by FRED (author).

Forum/Comments - Every time a new post is created on a blog, a corresponding topic is created on the site forum.

Can b2evolution do this with at most, minor edits?

I appreciate all your help!!!

2 Jun 14, 2006 17:25

Hello, welcome. For the most part, b2evolution will do what you need. A couple of those things will take a little work. Here's a run-down:

1. Main page - Yes, this feature is built in. Blog 1 is the aggregator blog, which shows posts from all blogs, authors and categories.

2. Category pages - This is not built in. The software has no sense of categories that span multiple blogs. Categories are considered to be contained within blogs. I'm sure you could hire a programmer to add this feature, but it's not built in.

3. Author pages - Yes, this is built in. Sorting posts by categories within an individual blog is built in, too.

4. Forum/Comments - b2evolution supports comments. They may suit your needs with no modification. If you want to integrate it with some third party forum software, that would take some work.

3 Jun 14, 2006 20:03

Hi,

Thanks for your reply! Yes, the sort by category across blogs seems to be the kicker for the others I've tried as well (i.e. Nucleus, etc).

Is it the type of thing that would be difficult to code? I'm not really sure how the databases work.

Thanks!

4 Jun 14, 2006 20:26

I'm not sure how difficult it would be to code. Each category is a row in a table with an id, name and blog_id. Most of the work is done using the id numbers, so giving two categories the same name doesn't really tell the software that they're related. Changing that would require either adding a new table that keeps track of which categories are related to which, or somehow using the category name to get results instead of the id. This would make it behave a little more like a tagging system instead of a category system, which is something that some people have asked for.

If you want to hire somebody to make the mod for you, write up a proposal and a price range that you're willing to pay. I'm sure someone smart will be up to the task. If not I may even give it a try.

5 Jun 14, 2006 21:25

I believe if you turn cross-posting on then any category you create would be available to every blog on your site (I could be wrong, though). I'm not sure if there are other undesirable consequences to turning cross-posting on, however.

6 Jun 14, 2006 21:31

Yes, Nate is right. This would work well. The only downside is that each user would have to remember to post it to the Dogs category on their own blog and the Dogs category on the Blog All blog.

7 Jun 15, 2006 02:02

It's a good idea, but unfortunately I doubt the people who are posting would be willing to do that. I guess I'll have to look into a custom job.


Form is loading...