I am doing development to my site with buddypress, i guess before i install this plugin, buddypress folder was rename to another name, after i install this plugin
http://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/, the follow error shown in backend and frontend :
Warning: fopen(wp-content/plugins/buddypress/bp-loader.php) [function.fopen]: failed to open stream: No such file or directory in wp-includes/functions.php on line 3306
Warning: fread(): supplied argument is not a valid stream resource in /wp-includes/functions.php on line 3309
Warning: fclose(): supplied argument is not a valid stream resource in /wp-includes/functions.php on line 3312
I uninstall this plugin and buddypress and the error is still shown at the top, how to solve this?
@asnakea3 @bphelp a good example of BuddyPress working with a WordPress theme is http://testbp.org It’s using the upcoming Twenty Thirteen theme (availabe in WP 3.6 beta 3).
Other examples of BP-powered sites:
https://wordpress.org/showcase/?s=buddypress
http://www.bpinspire.com/
I do empathize with your frustration, but this is not the way to go about getting help with your installation issues.
@asnakea3 At this stage, I’d recommend deactivating all plugins except BuddyPress and changing to BP Default theme or the Twenty Twelve theme. Clear cache and check registration.
I went back to the original answer found here
http://buddydev.com/support/forums/topic/wp-search-results-page-kills-bp-member-widgets/
At this time, I do have the code working so that a wordpress search doesn’t wipe out buddypress member widgets and all the other functionality works on the members directory page too.
Here was my solution:
In bp-members-template.php, I remarked out lines 305-311 and replaced them with
if ( !is_search()&&isset( $_REQUEST['s'] ) && !empty( $_REQUEST['s'] ) )
$search_terms = $_REQUEST['s'];
So I’m back to the question/concern of 4 or so hours ago. I don’t feel that modifying core code is ever a good idea. Has anyone come up with a better way to solve this that makes it more durable when plugin updates are applied?
@bp-help
Here’s BuddyPress Follow: https://wordpress.org/extend/plugins/buddypress-followers/
Here’s my new scope code again: https://buddypress.org/support/topic/ive-figured-out-how-to-create-a-facebook-style-wall-but/
I should point out that I need a way to apply the scope selectively, rather than universally i.e. I want both a normal site wide activity stream and a Facebook-style wall.
Do you really think that I was complaining about buddypress not knowing it works with wordpress. funny. check my website http://www.addisconnect.com when you go to register it never work. you can register if i deactivate buddypress. all i ask is for someone to show me a website that is core scrip build from wordpress + buddypress. let see it please, give me link. I am not the only one complaining about buddypress not working the intire web is. google it, may be those Voltaire work for Facebook not for us. if you put something out there for people to use it then make sure it work, or don’t put it out there and give us a runaround. I use themes, they out there they work, I use plugins they out there and they work, but when it comes to buddypress it never does and it doesn’t seem it did for anyone since everyone is complaining.
don’t use the you are Voltaire excuse for your work failing.
I failed to mention BuddyPress is dependent on WordPress. You can’t use BuddyPress without having an installation of WordPress. BuddyPress is a social networking/niche community plugin for WordPress. 🙂
Hello BuddyPress!
In WordPress we have prev and next posts links.
Is there a way to do with members and groups?
I think I just need the Next Member
Prev Member
Next Member
Prev Group
Next Group
My WordPress: 3.5.1
BuddyPress: 1.7.1
http://stuffgrid.com/
Thanks for hard work 😉
@mahdiar didn’t know wordpress.com was blocked in your country. Found the page.php file for Complete Theme. Please confirm that the source code of your page.php file is the same as the one posted at http://pastebin.com/wnfS1Gky If so, I’m thinking that it’s more likely a plugin conflict – e.g. “javascript to footer” plugin and/or the gallery plugin which might be using an older version of jquery, etc.
Before looking around for other themes, change to Twenty Twelve, a responsive theme which has been tested quite thoroughly with BuddyPress 1.7+. If BuddyPress doesn’t work on Twenty Twelve in your installation, then I doubt BP will work on other WP themes in you server.
I need most of the features provided by Register Plus Redux …
http://wordpress.org/extend/plugins/register-plus-redux/
… however, I have not found a way to use it with BuddyPress. Others have tried, too.
http://buddypress.org/support/search/?bbp_search=registration+redux
Alternatively, I’m interested in any plugin that provides those features.
Any suggestions?
Hello all
I got an WordPress Multisite with a Buddypress installation on. I am using the default buddypress theme.
I have buyed this plugin from codecanyon: http://codecanyon.net/item/wordpress-ajax-autosuggest/4248819?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=codenegar
I talk to the owner of the plugin, and he said, I should put this code in my theme: <?php ajax_autosuggest_form(); ?>
I should first enable the ajax autosuggest widget in the auto suggest placeholder. I have done that. But the code, I dont know where to place it. I have some php folders that is name search.php and searchform.php. Should it be in there og be in the header?
Do anyone of you know how to disable the default search, so I can use this, I have bought?
I mean I can’t browse the link you said .Wordpress.com is filtered in my country .
It was free but now it’s gone !! I don’t know why ?!
Thanks mercime. I’m searching for another theme to use instead .
I’d like a responsive theme . I found SimpleCorp by Site5 and it has some problems too !
Do you have any suggestion ?
Are all styles overloading or just some? If just some it could be forcing styles through.
Are you also using BuddyPress 1.7.2 (or 1.7.x)?
However, if it’s all then can you check if the theme has this line in it:
add_theme_support( 'buddypress' );
If no, then can you try with another theme just to see if it’s Avenue that’s being grumpy? Maybe something like the default WordPress Twenty-Twelve would be a nice test theme.
Hi,
I am using WordPress Version 3.5.1
along with bbPress 2.3.2 and buddy press Version 1.7.1
I have encountered a problem when I try to add post. It gives me a error message – “You dont have permission to create new topic”
Link: https://www.diigo.com/item/image/3y11f/h4uv
Website Link: http://www.indiapalette.com
whenever I try to post a topic on forum as An Administrator or Keymaster.
But when I try to post with Moderator rank or any other The post gets added.
Can anyone please hep me on this.
Thanks
Sumit
Hey everyone!!
I need to show only certain profiles if either of 2 custom check boxes are checked.
I have no idea how to do this. I know WordPress and PHP, but Buddypress is alluding me. I’ve tried Googling but nothing is helping.
I’ve taken the code from Members Loop and I have all 4 members(more to come) displayed.
I thought I could modify the top part of the code like this:
while ( bp_members("custom_field" === "checked") ) : bp_the_member();
Can anyone help me modify that code to show only members that have either 1 of the 2 or both check boxes?
@ljmac
This thread was out prior to the plugins release but now I actually find BuddyPress Activity Privacy plugin by @megainfo a more flexible option because it give users a choice as to who see’s their activity. Check it out:
https://wordpress.org/extend/plugins/buddypress-activity-privacy/
WordPress 3.5.1
BuddyPress 1.7.1
I’m using a multi-line text box in an xprofile registration form but the line and paragraphs breaks aren’t appearing. Is this a bug?
http://missionsfund.com/missions/tylerrae/profile/
@andy_blanc
Using firebug on the page you refer to, I can see various errors in the console tab.
Using the html tab you appear to be trying to load different versions of jquery, but not the current version ( 1.8.3 ) which is included with wordpress….
Your site is trying to load /themes/foliogrid-pro/codaslider/js/jquery-1.7.2.min.js and jquery 1.6.1 from google.
See for yourself using the developer tools in Chrome, Safari or Internet Explorer, or use Firebug with Firefox, or Opera’s Dragonfly…
I think these issues need to be sorted out for things to work.
To disable bp responsive css see: https://buddypress.trac.wordpress.org/ticket/3881#comment:2
Hi,
Everything has been great for over a year now with WordPress 3.5.1, RocketTheme Tachyon Theme for WordPress and Buddy Press.
Just upgraded from BP 1.7 to BP 1.7.1 and now get this error:
Warning: Missing argument 2 for bp_modify_page_title() in /home/medlink5/public_html/medblog/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 313
Warning: Missing argument 3 for bp_modify_page_title() in /home/medlink5/public_html/medblog/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 313
Everything still seems to be working OK apart from the images in the posts on my home page not displaying anymore.
Site and error messages visible here: http://medblog.medlink-uk.net/
Any help for how to fix gratefully received.
Many thanks, Mike.
Hi,
I’m using BuddyPress 1.7.1 with WordPress 3.5.1 multisite.
Due to my needs, I had to install and setup BuddyPress in one of my network sub-sites, so it’s not in the main site.
Can’t give you my site adress, sorry, for it is a private one and you won’t see anything but the login page, but imagine something like the main site being, say, http://www.mydomain.com, and then http://www.mydomain.com/bpress with buddypress plugin enabled.
I have some users within the network, but only some of them in bpress sub-site. For example, 90 users in total, but only 10 in bpress.
Now the weird thing, when I log in bpress and visit the members page, I can see the correct number of users if I select Last Active or Newest Registered (in the example, 10), BUT if I select Alphabetical then I get the full list of network users (in the example, 90). I can even click and see the non buddypress users profile, even when it shouldn’t even exist.
Tried two themes (BuddyPres default and Magazine Basic), just in case it could be theme related, but same results
I know having BuddyPress installed in a subdomain in a network WordPress installation is not the wisest thing, but it’s how I had to do it for my specific situation, any hints?
Regards
Juanfran
Hey all,
Just thought I’d share a few anti-spam techniques with y’all – including one or two that I haven’t (despite a whole bunch o’ searchin’) found elsewhere…
http://mattts.net/development-stuff/web-development-stuff/wordpress/buddypress/anti-spam-techniques/
Have an appropriate amount of fun 🙂
Cheers,
Mattt.
Hi,
I am wanting to have the buddypress comments on a single page rather than the wordpress comments.
The curent way I have this wordpress comments on the single page and budypress comments on the activity stream.
There are two separate comments, one on the single page and one in the activity stream.
Is there a way to have the buddypress comments on the single page?