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. 🙂
@asnakea3
Wow, that is pretty harsh! BuddyPress is no scam, it is free software built by an amazing development team and they also give free support. If your upset because you cant figure out something then ask the community. The community is made of volunteers that are not compensated so please keep that in mind. You can’t come on here and demand support and expect a volunteer to answer you immediately because they do this on their free time and have lives and responsibilities of their own that take precedence over the forums. Give your thread 24 hours then if no one reply’s you can politely bump it. I have made many buddypress sites and I am not affiliated in any way with the Dev team or moderation team and I can assure you it is the real deal. I do volunteer and help here when I can as a way of paying the help I have received forward. 🙂
@ljmac
All I did was change lines 27 and 51 in the plugins activity-privacy-component.php Rich’s code used is_site_admin() I changed it to is_super_admin() to reflect depreciated code, and I changed line 40 to return true instead of false. I think most of Rich’s code is still intact other than that. I also just added the loader.php and a check for BuddyPress. As you can see there was no major changes I made, and it was all in an effort just to get the needed functionality for my purposes of usage at that time. I hope this helps, and if you do something cool with it then that would be even better and remember sharing is caring! 🙂
buddy press never worked, and will never work. do you think facebook is going to seet around let you create social network all over the web. it is not happning and this people work for facebook and they just looking how stupid we are trying to make our own social network while there is facebook out there.
so let just give up, buddypress never work
I want buddypress to show me one single website that is build of buddypress. buddypress is just a scam that is floting around the web to make them think they can make their own social network. it is never going to happen. dont west your time.
I want to make it clear to those who try to make a social network using BuddyPress. look it will never work and never designed to work. what do you think is going to happen to Facebook if every one is able to open their own social network. Facebook crack down on this things and they pay buddypress to full us around. please stop this
I been trying this for years, and it never work.
@ljmac
You can try this:
https://github.com/bphelp/activity-privacy-component
It gives you an activity stream that includes yours and your friends activities only. It was only tested up to WP 3.5.1 and BP 1.7.1 and I decided not to add any further development since @megainfo ‘s BuddyPress Activity Privacy plugin release, because for my purposes it made it obsolete but it may fit your requirement so use it at your own risk. As far as followers go, I thought there was another plugin that handled that already. Feel free to use and modify the plugin anyway you choose and if you add code that may make it useful for others then feel free to share it on the forum as I am sure others may want the same functionality and they would appreciate it. 🙂
when I try example.com/forums, it goes straight to the forum index
@dnbrawler What theme are you using? What plugins do you have installed? If you deactivate BuddyPress, does /forums/ go to the correct page like this one (if you added the shortcode/s) http://testbp.org/discussion/ ?
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 😉
Thanks for this post! I was head-banging on this very issue and, up until the time I realized that the problem was only with the member widgets on search pages last night, I didn’t even know how to begin to troubleshoot it or what to search for.
As @leemour wrote in his reply, the code on line 309 of bp-members-template.php had to be modified at line 309. To get it to work, I replaced:
// Pass a filter if ?s= is set.
if ( is_null( $search_terms ) ) {
if ( !empty( $_REQUEST['s'] ) )
$search_terms = $_REQUEST['s'];
else
$search_terms = false;
}
With:
if ( !is_search() && isset( $_REQUEST ) && !empty( $_REQUEST ) )
$search_terms = $_REQUEST;
I’m not completely comfortable altering “core code” though. Is this a Buddypress bug? Shouldn’t there be a better solution than hacking core code?
Hello guys…
Im new to buddypress,I have set up a multisite website which the first website was a information website,and the second one is a social networking for the employees.
I have succesfully achieved this,but my problem is getting the registration page,active page and other set up pages need.I can install this pages on the information website,but I want it to be installed to the social networking site.
So,how can I do it.Seems that i can just only installed it to the information site..
here is the link http://209.105.244.10/~executiv/ this is the information site and here is the social networking site http://209.105.244.10/~executiv/employee/, you can see that if you click on the create an account it goes to the information site..
So,how can I get achieved this..
Any help or ideas on how…
Thank you
@matt55 – The php errors still continued so it was not due to using Server Protocol. I am not exactly sure what action the spammers are doing in combination with the .htaccess code that is generating the php errors, but for now I just suppressed them by adding an @ symbol infront of strstr below until I can analyze this some more. /buddypress/bp-core/bp-core-template.php code line 864.
if ( !empty( $page_template ) && @strstr( strtolower( $page_template ), strtolower( $component ) ) ) {
@bp-help – I tested your plugin and for whatever reason on my site it prevented good registrations. I will isolate exactly why that is on my particular site.
@matt55 – I did some more research and built on your .htaccess code. A php error was occurring due to using Server Protocol so per jdMorgan “the htaccess Master” 😉 the better condition check is The Request.
Special thanks to jdMorgan a true htaccess Master
# BuddyPress Anti-Spam Registration
RewriteCond %{REQUEST_METHOD} ^POST
# only match the register page URI
RewriteCond %{REQUEST_URI} ^/register/$
# domain referer is better than IP - allows for subdomains
RewriteCond %{HTTP_REFERER} !^.*ait-pro.com.* [OR]
# Blank or single hyphen user-agent spoofers or curl
RewriteCond %{HTTP_USER_AGENT} ^(|-?|curl)$ [OR]
# HTTP request header
RewriteCond %{THE_REQUEST} HTTP/1\.0$
RewriteRule ^(.*)$ /spam-prevention [R=301,L]
@jcollier
You could try @r-a-y ‘s solution for disabling BP registration and using WP’s instead.
https://gist.github.com/r-a-y/5578432
@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?
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?