Forum Plugins?
-
Hi, there is any way to get a Forum page in my wordpress blog?
I used search with “Forum” keyword on this board but it failed…
Thanks 🙂
-
You might start here:
http://frenchfragfactory.net/ozh/archives/2004/08/14/integration-of-phpbb2-into-a-site/There’s also a feature-limited but look-customizable plugin at http://www.xdweb.net/index.php?page=12.
I don’t need full featured forum so I will try vkaryl’s!
Thanks for help 🙂
vkaryl I’m installing that forum and when I activate it all my pages are vanishing and there is no Forum page…
xdforum is not working well…. It’s full of bugs… There is anything else?
Anything here:
http://wordpress.org/support/search.php?q=forum+integrationThere is a similar integration with punBB.
Ian Huston wrote a plugin which is working for posting and commenting between blog and forum.Details:
Author’s blog and forum:
http://www.ianhuston.netpunBB forum topic on plugin:
http://forums.punbb.org/viewtopic.php?id=8373Style integration:
http://www.liewcf.com/blog/archives/2005/04/integrate-punbb-forum-into-wordpress
(There is one more similar description somewhere)You may download this plugin from my domain:
http://love-unlimited.net/test/wp2punbbUse this download, the original will not work due to a minor bug.
You need to install punBB, fill out new option page in wp-admin panel and insert into you theme’s index.php the followin line:<?php ih_add_comment($post->ID); ?>where you want it, possibly next to or instead of the original comment tag.
If you use accented characters you need to change the charset definitions in the tpl files from:
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />to
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />Now, you either use it on its own, insert it into a page in an iframe like here:
http://love-unlimited.net/workshop/?page_id=4
or you jump into liewcf’s customisation:
http://www.liewcf.com/blog/archives/2005/04/integrate-punbb-forum-into-wordpress
Well, there are limitations, like you should use one dedicated forum for cross-posting and commenting, html tags will not work because punBB uses bbcode though there is a suggestion to correct it at the end of the pubBB forum topic (see above), etc but overall it works.
I hope, I did not miss anything important.
I just installed the minibb forum for my blog. Its not really a plug in but you can set it up so your forum and blog members share the same database. No need for them to register in both sections.
http://www.minibb.net/download.html
You will also need to download the wordpress plugin:
http://www.minibb.net/download.php?file=solwordpress
The topic ‘Forum Plugins?’ is closed to new replies.