Search Results for 'bbpress'
-
Search Results
-
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?
Topic: RSS Feeds
Just doing some searching and see that RSS feeds for forums were broken. I discovered this myself when I tried to load my forum feeds for my new site into Google Reader today and it couldn’t find the feed. I have updated my code with the patch update and feed validator says my feed is fine, but it still won’t load in Google Reader.
From what I’ve read on the forums there was a wide spread problem, but I can’t seem to locate if there was ever a definite solution. I am running the latest WP with BBpress 1.0.2 with deep integration.
Anything I can do to fix this? RSS feeds for my forums are pretty vital because this particular site won’t have posts, just pages for research content, and forums for feedback and discussion.
Thanks
Hello,
I’ve recently installed bbPress and followed all the instructions during the installation to allow bbPress to work alongside of our WordPress website. My concern is that it does not seem to have successfully integrated as I cannot access bbPress admin area, neither by the link on the forum or by the WordPress admin area in settings, there seems to be no type of connection between the two. Also when I tried to delete a post, it actually doesn’t, it just stays there.
Did I do something wrong? Help is appreciated.
Hello friends.
is there a way to disable the wordpress integration but keep the bbpress users?
now bbpress users are coming from WP DB and are not stored in BBpress DB.
I want that all the users from WP DB will be imported to BBpress DB.
is it possible?
Topic: new to BBpress
hey guys!
I’m using php BB forums currently, why should I shift to BBpress? Pls help!
Thanks !