Search Results for '\"wordpress\"'
-
Search Results
-
Topic: How do I upload to a server?
Hey, I’m looking to put a forum in my wordpress blog for my Minecraft server, and the step is “upload bbForum to your server.” How exactly do I do this? It provides no further instructions on how to do this.
Sorry if this is a newbie question, thanks for any help.
Hello,
I’m adding bbPress 2.0 beta 3 to a WordPress site. It seems to work pretty well, except that it says on my profile “You are not currently subscribed to any topics.” even though I am subscribed to two topics. The same goes for Favorite forums and Topics Created.
I checked the code and it seems that bbp_get_user_topics_started(), bbp_get_user_subscriptions() and bbp_get_user_favorites() are all returning false. I’m logged in as the user with ID 2 and these rows are in the usermeta table:
37 2 _bbp_favorites 54,56
41 2 _bbp_subscriptions 56,61
That suggests that favorizing and subscribing works, but there seems to be a bug in bbp_get_user_subscriptions(), bbp_get_user_topics_started() and bbp_get_user_favorites().
In the file bbp-user-functions.php the function bbp_get_user_favorites on line 193 return array(2) { [0]=> string(2) “54” [1]=> string(2) “56” } but bbp_has_topics() on line 197 return false. I guess the same happens in bbp_get_user_subscriptions() so the problem should be in the function bbp_has_topics().
I’m not enough of a WP-expert to dive into bbp_has_topics(), which is why I’m posting here. Do you know what the problem could be?
Thanks in advance.
Hi,
I have installed bbpress on my wordpress site:
http://www.sithinquisitors.com/sith-inquisitor-forums/
The problem I have is that my sites theme has 3 columns meaning the forum is squashed, I was wondering if there was a way to stop the 2 columns on the right (that contain showing whilst viewing the forum.
Thanks in advance.
So it’s kinda odd but on BBpress pages only, WordPress is loading 2 style sheets. I have my normal style.css and then it loads this below.
‘http://localhost/moos-wp/wp-content/themes/cost/style.css?ver=20100503’
Both are the same style sheet. It wouldn’t matter all that much but I think it’s causing an error where I can’t target any HTML element with a style.
Has anyone else run across this error?
Hi There,
I have just installed the latest BBPress Beta, I have activated it with no problems and added new forums without any errors. When I go to look at my forums by following any links to them I get a URL such as http://www.sithinquisitors.com/forums/forum/sith-inquisitor-news-and-announcements/
Which in turn gives me a 404 error page. Is there something that I am missing here? I havetn changed anything within the settings or anywhere else in the WordPress/bbPress admin panel.
Regards and thanks in advance.
Hi All,
I have a fresh multisite WordPress 3.1.4 with bbPress plugin 2.0-beta-3b. I can run bbPress both in network-activate mode or per site-activate. As network-admin I can create forums, post and reply to posts. But if I configure that new WordPress users can register themselves, they are not allowed to create forum topics or reply.
What extra configurations do I have to do to configure that all new registered WordPress users can create topics and reply to them?
Thanks
Kai
Hi, Ive just installed the bbpress plug in into my WordPress installation and I get an error.
I’m guessing its a template issue but wondered if anyone could suggest a fix.
If I add the short code for the forum index it works fine, but if you click a link to the forum itself I get the following:
Catchable fatal error: Object of class WP_Error could not be converted to string in PATHTOTHEFOLDER/wp-content/themes/rttheme7/functions.php on line 290
Can anyone recommend anything to fix this?
Regards
David
Topic: double post toolbar?
Hello. I’ve integrated bbpress and bbpress post toolbar to a page on this website:
http://underwaterpeoples.com/wordpress/?forum=hi
(i know its boring..)
The post toolbar seems to be on the top of every page. Does anyone know how i can get rid of the top toolbar and keep the ones by the comment forms? I’m guessing i have to reconfigure the bbpress-post-toolbar.php file but I’m not sure how.
Please help. Thanks :0)
I’m new to this plugin and to bbpress in general though I do work with WordPress on a regular basis. The forums load fine. I would like to copy the default theme and customize my own based on the original.
The problem is, I don’t see a place where I can choose a template for BBPress to use. Is there a place in the WP admin panel I’m overlooking or do I need a custom function to load a specific theme?
Any help would be appreciated.
Hello,
The search field in the twentyten theme does not search for terms inside the forum, but only inside wordpress.
Please let me know how to enable searching within the forum.
I copied the bbp-twentyten template and renamed it. It’s in the same plugin folder. How do I get wordpress to recognize that I copied the template and I want to use the newly named one?