Search Results for 'bbpress'
-
Search Results
-
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
I find your main article on bbPress + WordPress integration seriously lacking (it cost me an hour of puzzling and experimentation). Once I got it, it was a 10 minute job. Suggest you update with this article:
Topic: Cue the band…
Jane@wordpress (who i love) has just written a new blog:
http://wordpress.org/development/2010/02/buddypress-for-one-and-all-3/
buddyPress now works with singe installations of WordPress (rather than MU), and has most of the backPress nonsense taken out. It now also fits into your theme automatically, AND can be administered from the WordPress admin panel.
I don’t know about you, but i think that sovles the 3 most common issues people ask about on this board.
Given all the hacks that Andy and the buddyPress team had to make to get bbPress1.0 into buddyPress, and given that they’re unlikely to do it again for 1.1 (as the functionality added is already in buddyPress thanks to WP functions), does anyone else feel like they’re wasting their time here?