Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cannot post html examples anymore

Published on July 7th, 2008 by

I have a forum running as an appendix to the wordpress blog we have at lyngbytaekwondo.dk and people love it.

Now after upgrading WP to version 2.5.1 it seems like all my html examples in the forum are being ruined when I try to add something. Right after installing the forum I did a post where wrote a post about how to use som of the html codes available and it worked nicely with the backtick to keep bbPress from formatting.

When I tried to modify something yesterday by editing the post, all the html examples in backticks were destroyed and I cannot get the backtick to work again.

If anybody can recommend a starting point for me to debug this, it will be appreciated.

Integration with Social Engine?

Published on July 6th, 2008 by NetOperator Wibby

Hey everyone, I’m new here. I’ve found out about this awesome forum a while back but didn’t have the time to make a forum for my site. Anyhoo, I was wondering if bbPress could be integrated with Social Engine. I know integration with vBulletin and phpBB is possible but bbPress seems much more superior. ;)

Cannot integrate with WP

Published on July 5th, 2008 by Göran

I tried to integrete a new forum with a new web site. Got a message saying:

Duplicate key name ‘user_nicename’

>>> User tables will already exist when performing a database integrated installation Forum could not be created!

I tries again but without integration. Now it seemed to work but it is all in English even though I specified

define(‘BB_LANG’, ‘sv_SE.mo’);

in the config.php and included sv_SE.mo in a folder called languages in bb-includes

The problem might be that my nice name Göran includes a character with a diacritic sign which this English-centered programme cannot handle?

Should I delete the bb-tables from my database and install again or has my wp-tables also been affected by my attempt to integrate?

Please help!

Cannot change users to Moderators

Published on July 5th, 2008 by

Hey, I’m using bbPress and i’m happy with it, have a lot of work left though :]

But… Something that is weird, i’m logged in as the admin and i tried to change a user to a Moderator, but i can only do it sometimes. Now i just get “Invalid Role” for some reason.

(sorry for bad grammar)

Problem deactivating plugin

Published on July 5th, 2008 by Catia Kitahara

Hi, everyone,

I’m trying to deactivate my plugins to upgrade my bbPress from 0.8.3.1 to 0.9.0.2. On my admin interface there’s no activate/deactivate button. It’s been a while since I installed them, but I guess I only needed to upload the plugin to my plugins folder and that’s it. So I just deleted the plugins from my-plugins folder. I thought it was going to uninstall them, however the forum stops working and I get the following messages:

Warning: Invalid argument supplied for foreach() in /home/wordpres/public_html/forum/bb-settings.php on line 169

Warning: Invalid argument supplied for foreach() in /home/wordpres/public_html/forum/bb-admin/plugins.php on line 7

Am I doing something wrong?

thanks in advance.

Cátia

Functionality – Hiding Topics

Published on July 5th, 2008 by

Hi there everybody,

I am new to bbPress and would like to know a few things before I start to hopefully use it with sites. The main thing I need to know is that can you make it so that some threads/topics etc. can only been seen by certain users?

how to contrl / edit the user group?

Published on July 5th, 2008 by

there are different type of user group exist in the bbpress.

how could i control / edit there purview in the bbpress for each group

for example, how could i control the “delete purview” for each user group?

if there are need a plugin to realize, which plugin should i install?

if the plugin does not exist, how could i develop it in a esay way?

how could i get the document about the development?

thanks for your reply:)

This ERROR – <meta http-equiv=”Content-Type” content=”

Published on July 5th, 2008 by Tranny

I’ve integrated bbpress with upgraded version of WP (just upgraded to v 2.5.1) and everything seemed to have gone fine during installation as I was getting all positive messages confirming that the steps were performed successfully.

However when I go to the forum page itself, all I see if this:

<meta http-equiv=”Content-Type” content=”

admin area loads, just front end doesn’t load at all, only this text appears. Can somebody help :)

Integration WP + bbPress + other application

Published on July 4th, 2008 by Catia Kitahara

Hi guys,

I’ve got a wp blog and a bbpress forum which I want to integrate. I’ve upgraded the blog to WP2.5.1 and I’ll upgrade the forum to bbPress 0.9.0.2 and then I want to integrate both.

The thing is, my blog shares the wp_users table with another application and there are some extra fields on it for this application.

Is that ok to do the integration, won’t it mess up this table? Any recomendations before I do the integration?

Thanks in advance,

Cátia

bbPress AND Lighttpd URL rewrite rules

Published on July 3rd, 2008 by

Hello, I have installed bbPress at one of my websites (in a subdirectory called “forums” – i.e. bbPress is installed at mydomain.com/forums/).

I’m trying to set up Lighttpd URL rewrite rules now in order to achieve SEO friendly permalinks.

I have tried to google a little bit but the only thing I have found is this:

"^/forum/([^/]+)/page/([0-9]+)/?$" => "/forum.php?id=$1&page=$2",
"^/forum/([^/]+)/?$" => "/forum.php?id=$1",
"^/topic/([^/]+)/page/([0-9]+)/?$" => "/topic.php?id=$1&page=$2",
"^/topic/([^/]+)/?$" => "/topic.php?id=$1",
"^/tags/([^/]+)/page/([0-9]+)/?$" => "/tags.php?tag=$1&page=$2",
"^/tags/([^/]+)/?$" => "/tags.php?tag=$1",
"^/tags/?$" => "/tags.php",
"^/profile/([^/]+)/page/([0-9]+)/?$" => "/profile.php?id=$1&page=$2",
"^/profile/([^/]+)/([^/]+)/?$" => "/profile.php?id=$1&tab=$2",
"^/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$" => "/profile.php?id=$1&tab=$2&page=$3",
"^/profile/([^/]+)/([^/]+)/favorites/?$" => "/profile.php?id=$1&tab=favorites",
"^/profile/([^/]+)/?$" => "/profile.php?id=$1",
"^/view/([^/]+)/page/([0-9]+)/?$" => "/view.php?view=$1&page=$2",
"^/view/([^/]+)/?$" => "/view.php?view=$1",
"^/rss/?$" => "/rss.php",
"^/rss/forum/([^/]+)/?$" => "/rss.php?forum=$1",
"^/rss/topic/([^/]+)/?$" => "/rss.php?topic=$1",
"^/rss/tags/([^/]+)/?$" => "/rss.php?tag=$1",
"^/rss/profile/([^/]+)/?$" => "/rss.php?profile=$1"

Could anybody tell me how to edit it taking into consideration the subfolder where the bbPress is installed?

My current Lighttpd rewrite rules in config file are bellow:

url.rewrite-once = (
"^/(wp-.+).*/?" => "$0",
"^/images/.*/?" => "$0",
"^/forums/.*/?" => "$0",
"^/temp/.*/?" => "$0",
"^/(sitemap.xml)" => "$0",
"^/(xmlrpc.php)" => "$0",
"^/keyword/([A-Za-z_0-9-]+)/?$" => "/index.php?keyword=$1",
"^/.*?(?.*)?$" => "/index.php$1"
)

Skip to toolbar