ForumView: How to turn WP blogs into forums (well, kinda)

Put together on November 1, 2007 9:56 pm by Thomas
25 Comments

fv-logo.pngWe are very proud to introduce, Downloads, a new section for our blog which will include the various projects we have been working on. First in line is ForumView, the fruit of our part-time labour for the past couple of weeks. ForumView is a Wordpress plugin enabling you to display comments on your blog grouped by most recent discussion, like in forums.

This basically means that the top post is that where the most recent comment has been made. Beneath that post its comments follow in chronological order. Then, the next post follows along with its comments and so on. That way the most discussed upon posts float to the top (together with their comments) regardless of when the discussion has taken place. And it’s all presented in a nice, Gmail-like and colorful interface:)

So, feel free to give it a go and share your impressions – the code is still in beta and could do with improvements.

tags: project

Trackback


Digg Digg | Del.icio.us Del.icio.us | Ma.gnolia Ma.gnolia | Newsvine Newsvine | Technorati Technorati

Comments

25 Responses to “ForumView: How to turn WP blogs into forums (well, kinda)”

  1. evee on November 3rd, 2007 9:45 pm

    well done guys! After all this is your first actual piece of work together and it should be celebrated as such. As you may know I am not a wordpress girl but I must say that ForumView seems very helpful and a lot of fun! ;)

  2. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 11/4 on November 4th, 2007 6:35 am

    [...] ForumView enables you to display comments on your blog grouped by most recent discussion, like in forums. [...]

  3. George Tziralis on November 4th, 2007 8:39 am

    sounds really great, i think that it would be useful if you provide us with a testcase/playground to see it rocking.

  4. BlogBroker » WordPress Plugin Releases for 11/4 on November 4th, 2007 9:56 am

    [...] ForumView enables you to display comments on your blog grouped by most recent discussion, like in forums. [...]

  5. chris on November 4th, 2007 11:47 pm

    I’d really like to see this as a widget — i’m having trouble getting it into my sidebar since I use widgets

  6. chris on November 4th, 2007 11:47 pm

    i’m having trouble integrating this into my widget sidebar… do you have a widget to display this?

  7. chris on November 4th, 2007 11:56 pm

    Fatal error: Call to undefined function: str_ireplace()

    that is the error i get when trying to implement into the sidebar… please let me know how to fix this– it’s a very nice looking script that could be very useful.

  8. ballsacteabagger on November 5th, 2007 2:57 am

    yea i get the same fatal error deal.

  9. Matt on November 5th, 2007 5:27 pm

    I’m getting this error on my sidebar when I try to use it. I am using the K2 wordpress theme on my site if that helps.

    Fatal error: Call to undefined function: str_ireplace() in /public_html/wp-content/plugins/wp-forumview/wp-forumview.php on line 138

  10. evee on November 6th, 2007 12:29 am

    and a short -cheering- post
    (in greek :P )

  11. buzz on November 6th, 2007 9:09 am

    ForumView: How to turn WP blogs into forums (well, kinda) (terrainnova.org)

    WP plugin από τον τόπο σου…

  12. わーどぷれすっ! » ForumView on November 7th, 2007 1:35 pm

    [...] ForumView: How to turn WP blogs into forums (well, kinda) | terrainnova.org [...]

  13. Jeff on November 7th, 2007 10:28 pm

    I’m getting the same error as those above…

  14. Thomas on November 8th, 2007 12:23 am

    Guys, thanks for the feedback. I’ll look into this and get back to you.

  15. Thomas on November 8th, 2007 12:45 am

    Ok, it seems that the function str_ireplace() is PHP5 only, so this is a version issue. I replaced it with str_replace() (no real need for case insensitivity) which also works for PHP4.

    Can you please give it another go to check if it works? Letting me know which PHP version you’re running would also help a lot, as I can make a workaround for much older versions if need be.

    Again, thanks for trying it out :)

  16. Avi on November 8th, 2007 3:14 am

    I’m Still getting

    Fatal error: Call to undefined function: str_ireplace() in /home/content/d/a/r/darkside1/html/jewsby/wp-content/plugins/wp-forumview/wp-forumview.php on line 137

  17. admin on November 12th, 2007 1:38 am

    Ok, development in cyber cafes is not the best thing. I included the file in the wrong place in the zip. Apologies for that.

    It’s been fixed now. Let me know if it works please.

    Thanks,

    Thomas.

  18. 最新(11月)wordpress插件汇总(plugin) | 第九城市 on November 12th, 2007 5:19 am

    [...] ForumView enables you to display comments on your blog grouped by most recent discussion, like in forums. [...]

  19. Matt on November 15th, 2007 6:40 am

    Now I get this error:

    Fatal error: Call to undefined function: date_default_timezone_set() in /home/prayer81/public_html/wp-content/plugins/wp-forumview/wp-forumview.php on line 331

  20. WordPress Plugins - WordPress 插件列表 11月4日 - WordPressCHINA - WordPress中文化 on November 19th, 2007 3:21 am

    [...] ForumView å¯ä»¥è®©ä½ åšå®¢ä¸Šçš„è¯„è®ºæŒ‰ç…§æ–‡ç« åˆ†ç»„æ˜¾ç¤ºï¼Œå°±åƒè®ºå›ä¸€æ ·ã€‚ [...]

  21. metablogging.gr » Blog Archive » Τι ελληνικές web 2.0 εφαρμογές είδαμε το 2007 on December 26th, 2007 5:05 pm

    [...] » ForumView: How to turn WP blogs into forums (well, kinda) | terrainnova.org [...]

  22. Fabian on January 3rd, 2008 9:14 pm

    This is amazing! Just built it into my site.

    (Btw: I had the same problem as Matt:

    Fatal error: Call to undefined function: date_default_timezone_set() in /home/prayer81/public_html/wp-content/plugins/wp-forumview/wp-forumview.php on line 331

    I solved it… by deleting the line…)

    Oh, and HAPPY NEW YEAR!

  23. Thomas on January 4th, 2008 4:42 am

    Thanks for the comment Fabian and a Happy New Year to you too!

    I checked out your website and looks like ForumView fits in quite nicely! I was particularly worried about other layouts and how the plugin would work, since we didn’t have the time to test more than 15-20 templates. Very proud to see our work being used like that.

    The date_default_timezone_set function is another PHP version 5 function so it was naturally messing things up. I’ve removed the function (commented it out) and hopefully that won’t cause any problems.

    If the time reported in your site looks wrong, please let me know and I’ll take a better look.

  24. Fabian on June 5th, 2008 11:31 am

    Hey!

    I was wondering: is there a way to exclude comments from private posts?

  25. Dimitris on June 6th, 2008 8:03 pm

    Hello, Fabian. I think it’s probably possible… The next version of ForumView (due soon) will definitely include this option if you feel it’d be useful.

    Thanks for dropping by.

Leave a Reply - in English Please