at the very bottom of the activity/index.php file, replace
`
`
with
`
I’ve noticed that the creators of this awesome tool have given up. Anyone care to take a stab at this? This would fix a search problem I’ve been having.
Hello BuddyPress Community,
I had previously created a function that would reorder the nav items on a single group display page, but it was broken by a recent BuddyPress upgrade.
Can anybody recommend a revision to this function that might cause it to work within the new BuddyPress environment?
`function bbg_change_group_tab_order() {
global $bp;
$bp->bp_options_nav = ’10’;
$bp->bp_options_nav = ’20’;
$bp->bp_options_nav = ’30’;
$bp->bp_options_nav = ’40’;
$bp->bp_options_nav = ’50’;
$bp->bp_options_nav = ’60’;
$bp->bp_options_nav = ’70’;
$bp->bp_options_nav = ’80’;
$bp->bp_options_nav = ’90’;
$bp->bp_options_nav = ’93’;
$bp->bp_options_nav = ’96’;
$bp->bp_options_nav = ’97’;
$bp->bp_options_nav = ’98’;
$bp->bp_options_nav = ’99’;
}
add_action( ‘wp’, ‘bbg_change_group_tab_order’);`
I already noticed that if I change the action from ‘wp’ to ‘bp_group_options_nav’ then it is at least firing off in what seems to be the correct location – just before the group navigation is output. Unfortunately it seems as though the bp_options_nav array is now different than it was before.
Thank you very much for any help you can offer.
Adam
Apologies in advance for the wall of text.
I’m working on a heavily customized site that’s being reworked to include BuddyPress. I was brought on to this project several months after it started, and I don’t have access to the original developer. I’ve been able to integrate BP fine, fixing bugs as they came up, with one exception: the activity stream isn’t working quite right when using AJAX.
Here’s an outline of what’s happening:
User Profile > Activity > Personal: On first page load, displays only that user’s activity and obeys whichever drop-down filter was last chosen. Using the drop-down to change/remove the filter sends the request through AJAX and displays a response, but the response is no longer unique to that user. The drop-down filter is obeyed, but it displays applicable activity from every registered user.
User Profile > Activity > Mentions: Correct on page load, then it’s no longer user-specific after choosing a different filter. It also ignores the “Mentions” scope and loads all activity from all users that fits the filter.
User Profile > Activity > Friends: Same as Personal tab. On page load it is correctly displaying activity from that user’s friends, after choosing a filter it includes all users.
This website has passed through so many different hands for over a year, and as such the code is very complex and custom. BP Template Pack v1.1.3 was originally used as the basis for any BuddyPress templates in the theme. I’m not looking for someone to fix my problem for me, I’m just looking for any input anyone has on AJAX activity stream requests and exactly how the query works. I get lost after tracing it back through the 6th or 7th theme/plugin file. I’m also confused as to why the “bp-activity-scope” cookie is always set to null on a fresh BP install using the default BP theme, and somehow the Mentions/Friends/etc. scopes still work.
Side note that may or may not be part of the problem: I’m using `wp-admin/admin-ajax.php` for the `ajaxurl` variable instead of `wp-load.php` (the BP default). I couldn’t get AJAX to work at all using `wp-load.php`.
Does anyone have any insight?
Website information is below.
1. WordPress version: 3.2.1
2. WordPress is installed on a subdomain, and is not multisite
3. WordPress is installed in root
4. This issue happened long after upgrading to 3.2.1 (i.e. upgrade to 3.2.1 isn’t relevant to issue)
5. WordPress was functioning properly before adding BuddyPress
6. BuddyPress version: 1.5
7. Since I started on this project, I’ve upgraded BP to 1.5. The issue wasn’t discovered until long after the upgrade, but it wasn’t being tested for right away, so it’s possible the upgrade caused the problem.
8. Active plugins:
Advertising Manager v3.4.19
Akismet v2.5.3
BuddyPress v1.5
BuddyPress Activity Plus v1.2.1.9
BuddyPress Album v0.1.8.11
BuddyPress Template Pack v1.1.3
Disqus Comment System v2.66
Front-end Editor v2.1.3
Google Analyticator v6.1.3
Gravity Forms v1.5.2.8
Gravity Forms + Custom Post Types v2.1
Image Widget v3.2.8
Members v0.2
Quick Flickr Widget v1.2.10
Regenerate Thumbnails v2.2.0
W3 Total Cache v0.9.2.4
WordPress Importer v0.5
9. The site’s theme is heavily customized, with template files from bp-template-pack version 1.1.3
10. No WordPress core files have been modified, but one modification has been made to BP core files
11. There are a lot of custom functions in bp-custom.php
12. The site is not running bbPress
13. This error appears in the log when I trigger the issue (I need to obscure domain & IP address):
2011/11/09 17:19:20 [crit] 20565#0: *6552 connect() to unix:/tmp/php-cgi.socket failed (2: No such file or directory) while connecting to upstream, client: 67.***.**.2, server: domain.com, request: “POST /wp-admin/admin-ajax.php HTTP/1.1”, upstream: “fastcgi://unix:/tmp/php-cgi.socket:”, host: “prod.domain.com”, referrer: “http://prod.domain.com/members/abarrett/”
14. Amazon EC2 hosts the server
15. Server is running nginx
So, I posted this on the WordPress forum a couple of days ago without a response. I am confident they’re really busy but maybe someone on the Buddypress site knows the answer given the continual testing and improvements? Below is what I posted:
I would test the latest Beta with my iPad if I had greater access to my host’s server. 
Anyway, it is my understanding from the company, TinyMCE, that the latest version of TinyMCE includes all of the necessary modifications that will allow it to work on iOS 5. Does anyone know if the latest WordPress Beta include the iOS 5 compatible version of TinyMCE? Thanks!
I recently installed ‘sitewide forums’ on my buddypress website under development.
I have been trying to find a way to install a different theme for this sitewide forum but cant find anything.
At all places it is mentioned that when you go to your bbpress forum, you will see an ‘Admin’ link, click on it and then you will be able to change the theme. But I cant see any ‘Admin’ link when I visit the forums and there is also no option to select a different theme for forum in the forums setting page:
http://mysite/wp-admin/options-general.php?page=bbpress
Is the sitewide forum installed through buddypress different then the bbpress installation? Are we supposed to see the admin link here too? Is there a way to change the theme for the forums?
Please help!
Sorry if this is a really dumb question but I can’t really find the answer I have looked for.
I already have a wp-multisite installation live. It has several hundred members with blogs, a directory (directorypress) and a download store (estore).
I want to add a contributable gallery to my network, where members can add galleries and rate other members photos etc. I cannot find a way to do this using standard wordpress plugins, but I have been told there is functionality to do this may exist using buddypress.
My question is – can I just add buddypress and its plugins to my existing multisite? Will all the existing blogs still be as they are now etc? Or would adding buddypress now be incompatible?
Me and My friends are building social networking site from Buddypress, the problem is i need a login page instead of http://www.aloysians.net , and the login page is http://www.aloysians.net/wp-login.php.
When a user go to the site http://www.aloysians.net it must redirect to http://www.aloysians.net/wp-login.php or any custom login screen which u know , he or she must type username and password and straightly must go to his/ her profile
Please help me
my email ID is raymondcardoza@gmail.com
Hi,
Great software! I am not able to find where to change the code to get rid of the date stamp on posts and under avatars. I found a couple of instances of ‘by’ where I could get rid of the info on the single posts page, but it was still there on the front page. And I want to remove the date as well from the front page.
Any suggestions?
Thanks. The site is http://www.associationoffineartists.org.uk
PS am using the up-to-date WP and Buddypress, just downloaded.
How do I get my bp-adminbar-account-menu to work?
The only thing that works is “logout” I’ve tried fixing this problem on my own for months now.
The “view profile” button on the member pics does nothing either, only redirects to the home page. I’m using a child-theme, but I don’t think the problem is there. I’ve tried switching to the default buddypress theme and still have no luck fixing the issue. I would be extremely grateful if someone could help me with this.