| Author | Message |
|---|---|
Rocket Man Posts: 239 |
Blogs and forums are two different things, but they don't have to be. I'm adding a forum to the Rockets blog, where any registered user will be able to post on any topic. Each new blog post will appear on the forum, and any comments added in the forum will be reflected in the blog itself. But the inverse is not true-- any new forum post will not appear on the blog. This allows other users to start discussions and interact with each other without interrupting the blog itself. The way I do this is to add a new column called "PostType" that can be either "Blog post" or "Forum post". The former will be retrieved by the main page, while the latter is retrieved by the forum page. I'm also using my new (display-table) function to display the forum posts. |
Rocket Man Posts: 239 |
By the way, the forums aren't finished yet, so you can't reply to new posts on the forums. But that will come soon. |
Rocketeer Posts: 16 |
Seems Chrome has frozen, but thawed, awesome progress today then, from FireFox. |
Rocket Man Posts: 239 |
Okay you can reply to forum posts now. They look a lot like blog posts, and I don't know if I want to change that right away. But I might make them look more like typical forum posts in a table. |
Rocketeer Posts: 18 |
That sounds like an excellent idea. With the table having an embedded small rocket in the left hand corner? And ratings, an votes and levels and ...ya, tables might look nice. |
Rocketeer Posts: 18 |
Ooooh - the time is right. No, the time is actually right. |
Tiger Posts: 9 |
Can you add a simple link, so that when reading the replies to a blog post, it can switch over to "forum view", and then I am "in the forum", on the same forum thread that pertains to the blog post? Nice having beer with you the other night; great to see this advancing so quickly. |
Rocket Man Posts: 239 |
That's a great idea! I think I'll do just that... |
Rocket Man Posts: 239 |
Rocketeer-- yeah, the time is right only for us. I switched the server's clock to PST. At some point I'll have to break down and implement actual time zone adjustments for each user, but for now this is a quick fix. :) |
Rocket Man Posts: 239 |
Okay, I've implemented your "forum view" switch button. You just click "View this post in the forums" et voila! |
Tiger Posts: 9 |
Thanks Rocket Man! |
Views: 150