Skip to:
Content
Pages
Categories
Search
Top
Bottom

treeview and history

  • Hi everybody, I am new to bbPress. I’ve been using wordpress for a while but never used bbpress. What I want to do is to add treeview display to bbpress including posts. And I want to keep history of users so that s/he should be able to see the posts that she read and unread. Therefore somehow I need to keep each users’ read posts. Before doing anything, is bbpress right choice for those modifications? Are there any similar plugin to start with? As bbpress experts what do you suggest where should I begin? How should I keep database tables for regarding performance? I think you get the idea, if you have any idea, it would be really helpfull.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not really sure what you are after here, but Thomas has created a plugin called Online that keeps track of the posts since you were last logged in. That to my knowledge is the only plugin that keeps track of things since your last visit. You can find that at https://bbpress.org/plugins/

    Other than that, maybe someone else can read this and give you some other feedback on where to start and where to start looking! Sorry I can’t be any further help without a little more info on what you are trying to do.

    Trent

    Thanks for your reply. Let me give you more information about what I want to do. Think about newsreader programs like outlook express or thunderbird. There is a three pane view. On the left there are topics, on the up-right there is a three view and on the right-down there is a reading pane. And furthermore, when you read a post, the color of the post is changing. Therefore read messages and unread messages are in different colors (at least unread one is bold). At the and you can easly see what posts you read and what posts you haven’t read.

    When it comes to our case, I want to implement a similar thing. I want to show forum messages in a three view structure. This is first step and lucky It doesn’t seems hard. By adding some hierarchical structure into database, I think I can acchive this. What is hard is second step.

    In second step, I want to keep what reader read. So that on whichever computer user log in s/he can easly saw which posts she read, and which one she haven’t read. As in case of news reader program. But instead of keeping it locally, I will keep each users history in the database. And here your suggestions come. How should I keep what posts users have read? The simplest idea is to make a table (id, userId, readPostId) and whenever reader open a topic, checking which posts in this topic are read. But thinking about all the users, and posts that each one is read, I am a bit scaring. Will it be a total faiulere?

    Don’t confuse it, I didn’t want to make a web based news reader. I am going to use bbpress, just some modifications, a different view and an extra feature. I think it’s more understandable now. Thank you in advance, for your suggestions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar