Forum plugin with private forum option

Simple:Press Can limit forums to no access, read only, limited, standard, full, moderator It’s decently simple, I’ve been using it a bit for my personal blog. I didn’t have too hard of a time integrating it. Lots of features available, with pretty fine grained ability to turn things on and off Also, as information, bbPress … Read more

Integrate a forum into wordpress site

Use bbPress. It has a fully-built backend, and allows you to assign specific users to moderate the forum, and not access the rest of the website. It’s the quickest, easiest, and probably most secure solution.

bbpress change the word forum, topic, reply in the forum to another word I choose

You can hook to translation filters of WordPress to change any word or phrase. These filters are: gettext, ngettext and gettext_with_context: add_filter(‘gettext’, ‘change_bbpress_wording’, 10, 3); add_filter(‘ngettext’, ‘change_bbpress_wording’, 10, 3); add_filter(‘gettext_with_context’, ‘change_bbpress_wording’, 10, 3); function change_bbpress_wording ($translated, $untranslated, $domain) { if ($domain == ‘bbpress’) { $translated = str_ireplace(‘Forum’, ‘*desired word*’, $translated ); $translated = str_ireplace(‘Topic’, ‘*desired … Read more

bbPress or WordPress + forum plugin?

I have used http://simple-press.com/ on a few WordPress sites I have done and its been really good and I haven’t had any problems with it. Alot of options, quite robust yet easy to use, it would be the one I would suggest trying.

Using WordPress functions on other sites

You could simply include the WordPress main file that it loads, wp-load.php or wp-blog-header.php at the very top of your forum’s header file. If I’m correct, that should allow you to use WordPress functions inside your forum theme. Example, at the top of your header, assuming the forum folder is in the root WP folder: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)