Search Results for 'bbpress'
-
Search Results
-
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)
Topic: Problem deactivating plugin
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
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?
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:)
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
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
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"
)