Search Results for 'bbpress'
-
Search Results
-
Topic: HyperDB and search
We’ve got Super Search (http://bbpress.org/plugins/topic/super-search/) running on our forums, and it locks up the database when a few people are using it, and particularly if they’re doing an “all time” search.
On the http://bbpress.org/blog/2009/04/talkpress-and-bbpress/ page it states “The architecture behind WordPress.com demanded that we make bbPress play nice with the HyperDB extension for WordPress. This neat database load-balancing and redundancy tool is now fully compatible with bbPress. So if you want to run your bbPress site with redundant MySQL databases in multiple datacenters then that’s possible now too. bbPress now has a pretty enviable set of advanced options for MySQL connectivity.”
So we’re looking at running HyperDB to offload the search to another database. And I presume future version of BBp will support hyperdb. Has anyone got this up and running, was it easy to set up? Were there any problems I should know about?
It was in the Step 2 while I’m installing bbpress
Fatal error: Class ‘WP_Auth’ not found in /home/’my-path’/bb-settings.php on line 970
FYI. it’s in a sub directory of wordpress2.8.4
How could it happened?
Hi,
I know I am not owed anything on this forum, but I am frustrated. I have spent the last couple days installing both versions of bbpress and configuring it to fit my site…only to find that users cannot register?!
In both versions 1.0 and 0.9, emails do not get back to those who registered, thus denying them passwords.
I tried the “instant password” plugin…but it doesn’t work for version 1.0 or 0.9.
My problem is hardly idiosyncratic. It is very basic and universal: how do I get my users to register??
Thanks for listening. I do hope someone can lend a hand here.
Robert
How do I display bbpress topics from a specific category in wordpress?
I read over _ck_’s method, but still have no idea: http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
Topic: i18n
Topic: single forum
Hello. I am lost; I’ve been scouring the internets for a few days to no avail.
I thought what I was looking for should be quite easy, but I can’t find it.
What I need is a forum-less forum, where all topics would be displayed according to date (kind of like the view inside a forum, or the “latest topics” in bbpress), with tags and/or categories for easy search.
All the forums I find are multiple-forums by default. I can’t find one that allows me, if I set a single forum, to display the topics only.
What would be even more ideal is a forum that doesn’t make a difference between a topic, a post, and a forum. Anything could be replied to, and nested, to infinity. But I guess this really doesn’t exist.
Any help would be appreciated.
Thanks
Hi,
I’ve just been following this instruction – http://bbpress.org/forums/topic/adding-custom-profile-fields (and as per http://bbpress.org/forums/topic/add-new-fields-to-user-profile#post-14767) – to create a plugin of my own to add a couple of extra fields for my post/edit post, as per ardentfrost’s instructions.
I’m not overly familiar with php so wonder if anyone can see what is wrong with my code. The plugin I created for myself, which I’ve uploaded to /forums/my-plugins/jbs_own_plugin.php is as follows:-
<?php
/*
Plugin Name: jbs_own_plugin
(etc….)
*/
add_filter( ‘get_profile_info_keys’, array(‘user_email’ => array(1, __(‘Email’)), ‘user_url’ => array(0, __(‘Website’)), ‘from’ => array(0, __(‘Location’)), ‘occ’ => array(0, __(‘Occupation’)), ‘interest’ => array(0, __(‘Interests’)), ‘extra’ => array(0, __(‘Extra’)))
?>
And when I try to activate it in bbPress plugins I get;
Parse error: syntax error, unexpected ‘;’ in /var/www/vhosts/wholelifewholeworld.com/httpdocs/forums/my-plugins/jbs_own_plugin.php on line 13
I’ve tried it with one less ), and with ; after, and a couple of other combos, but can anyone see what I’m doing wrong please? Just want to add a few extra fields that people can fill in from Edit profile and have displayed on the Profile page.
Also, I found out I don’t actually HAVE a functions.php page in bb-includes at all, so that is slightly worrying me (though everything else is working okay).
Thanks,
James
Hi,
I have bbpress 1.0.2 installed on my site. I recently tried to install bbpress 0.9 on my site as well.
(I did this because my registration emails were not working on bbpress 1.0.2 and I wanted to install a plug-in that allowed immediate password assignment upon registration, thus by-passing the need for emails. This plug-in only works with 0.9, so that’s why I installed it.)
However, after initially configuring 0.9, I receive an error message : “Could not determine site URI” (http://polina-such.freehostia.com/bbpress0.9/)
I contacted my host, and they said that the bb-config-sample.php files are different, which causes the problem with the installation. They pointed me back here, to the forums, for help.
So my questions are:
1) Is it possible to install two versions of bbpress in one site?
2) If so, how do I configure the second bb-config-sample.php file?
Thank you for any assistance!
Robert