Search Results for 'buddypress'
-
AuthorSearch Results
-
July 16, 2009 at 3:25 pm #49452
In reply to: Fatal error: Out of memory when installing
schaeffer
ParticipantWP_MU 2.8.1
buddypress 1.0.3. (attempt)
I’ve been running into this trying to install 1.0.2 and 1.0.3 and have not solved the problem. My 2.8.1. installation is clean and seems to be running fine. I had an older MU install with the first buddy beta release prior to the 2.8.1 upgrade.
I’ve tried plugin updater and manual methods per instructions.
I tried the wp-admin/php.ini recommendation.
most recent error message: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /var/www/manifold/wp-includes/kses.php(1032) : runtime-created function on line 1
July 16, 2009 at 2:50 pm #49447In reply to: FireFox Display Issues
Jeff Sayre
ParticipantThis is a known bug in Firefox. Please search before posting.
https://buddypress.org/forums/topic/buddypress-10-looks-bad-with-firefox-35
July 16, 2009 at 2:48 pm #49444In reply to: Translation issues
Jeff Sayre
Participanthttps://buddypress.org/forums/topic/103-site-wide-activity-widget-not-translating
Andy is aware of some missing instances of the translation function. But, if you are noticing areas of BP that seem to be missing the translation function, please first search trac to see if they have been reported. If not, then open a new ticket. It is better to over report than under report.
July 16, 2009 at 2:38 pm #49443In reply to: Bogs on BP 1.0 3
Andy Peatling
KeymasterReport bugs here please: https://trac.buddypress.org/newticket/
July 16, 2009 at 2:37 pm #49442In reply to: Firefox 3.5 display.
Jeff Sayre
ParticipantWhich version of BP are you running?
https://buddypress.org/forums/topic/buddypress-10-looks-bad-with-firefox-35
July 16, 2009 at 2:31 pm #49440Andy Peatling
KeymasterJust be aware there are security vulnerabilities running that version. You are much better off taking the time to upgrade, rather than risking it and taking more time to get un-hacked.
July 16, 2009 at 2:03 pm #49437In reply to: WPmu BBPress BdPress – in which order?
Ipstenu (Mika Epstein)
ParticipantDid you copy the folders from “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/”? If so and you’re still seeing the error, you should either upgrade to BuddyPress 1.0.3 (just came out) or COPY (not move) the bp-themes folders into “/wp-content/themes/” – There’s a bug in BP1.0.2/WPMU2.8.1
July 16, 2009 at 1:41 pm #49435In reply to: HELP I CAN'T POST! – README
Ipstenu (Mika Epstein)
ParticipantDitto here.
I flushed my buddypress.org cookies and dumped my cache too.
July 16, 2009 at 12:54 pm #49430kennibc
ParticipantGeez… Foung the trac
July 16, 2009 at 12:21 pm #49428In reply to: Translation issues
July 16, 2009 at 11:54 am #49424In reply to: WPmu BBPress BdPress – in which order?
kriskl
ParticipantHello!
I have tried with the update, and I still get the same error
You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.
Am I the only one?
July 16, 2009 at 9:44 am #49422In reply to: Site Wide Activity Widget Question
Baden
ParticipantI was able to disable this by changing the following lines of code in the bp-activity-classes.php file located in the buddypress > bp-activity folder:
starting at line 196 add WHERE component_name != ‘friends’ like so:
`if ( $limit && $page && $max )
$activities = $wpdb->get_results( $wpdb->prepare( “SELECT * FROM {$bp->activity->table_name_sitewide} WHERE component_name != ‘friends’ ORDER BY date_recorded DESC $pag_sql” ) );
else
$activities = $wpdb->get_results( $wpdb->prepare( “SELECT * FROM {$bp->activity->table_name_sitewide} WHERE component_name != ‘friends’ ORDER BY date_recorded DESC $pag_sql $max_sql” ) );
$total_activities = $wpdb->get_var( $wpdb->prepare( “SELECT count(id) FROM {$bp->activity->table_name_sitewide} WHERE component_name != ‘friends’ ORDER BY date_recorded DESC $max_sql” ) );`
hope this helps someone.
July 16, 2009 at 7:56 am #49420In reply to: Ajax areas not working correctly
thebloghouse
ParticipantHey John thanks for the reply.
No Javascript errrors that I can see no

I am indeed using deep integration using with bbPress – version 1.0-alpha-6 as recommended by a great online turorial. The integration worked perfectly until a little while ago (can’t pinpoint this time) but I now have an issue where bbPress knows I am logged in as admin but clicking on the http://www.mysite.com/forums/bb-admin/ link doesn’t work first time, I have to click Log Out and re log in.
Do you think this is related then?
I also notice a rogue 0 output at the bottom of the buddypress-groupswidget on my home page once I click on any of the group headings, Newest, Active, Popular

Would it be helpful to post the Post Data from within Firebug?
Many thanks in advance.
July 16, 2009 at 7:18 am #49419r-a-y
KeymasterIf you look at /bp-core/bp-core-adminbar.php, all the functions are defined.
eg. if you want to call the “My Account” menu, use bp_adminbar_account_menu()
—
For the register page, study how this page is built: wp-content/plugins/buddypress/bpthemes/bphome/register.php.
July 16, 2009 at 2:26 am #49407In reply to: Group forums meta data
Kieran
ParticipantJust to update: I got the plugin from r-a-y, it works great on bbpress but not on buddypress. It seems meta data for buddypress forums is yet to come
July 16, 2009 at 2:16 am #49405Arx Poetica
ParticipantRegarding who is responsible for data, it seems there is a lot of misunderstanding about OpenID out there. I’m not the ultimate evangelist on all this, but 90% of these types of concerns have already been addressed by the real know-hows of distributed social networking.
OpenID does *not* mean everyone has access to everything. Rather, it just becomes a viable way to port information, when necessary or desired, more easily, as well as providing a way for an individual to be identified more easily at any given site — but, again, this doesn’t preclude telling every site everything. Trust is still a site by site variable.
Here’s a list of great reads (plus a web “TV” show!) for those interested in understanding what’s true and what isn’t:
http://factoryjoe.com/blog/page/12/ (old, but addresses some common concerns)
http://josephsmarr.com/2008/04/23/data-portability-privacy-and-the-emergence-of-the-social-web-web-20-expo/ (also old, but an original “diso” reference”)
http://www.sociallipstick.com/2009/03/a-proposal-for-a-conceptual-open-stack/ (social stack reworked)
http://factoryjoe.com/blog/2009/02/13/this-week-in-video-facebook-and-the-openid-design-workshop/ (a bunch of videos from the OpenID Summit)
http://thesocialweb.tv/ (periodic episodes updating the latest in diso)
The final thing I would add is, like it or not, distributed social networking (OpenID and the like) are _already_ here: Google, Facebook, Yahoo!, AOL, MySpace, and a host of other providers have already embraced OpenID, and the clock can’t be turned back. There are still a lot of variables to be worked out (such as “single sign out”!), but BuddyPress would do well to support it, if not because it is a highly useful technology, then at least to support the percentage of customers who are going to want (demand?) the technology.
Anyway, back to RPX and BuddyPress…
July 16, 2009 at 2:02 am #49403In reply to: BuddyBar for bbPress
Mohit Kumar
ParticipantBP bar not working…!!!
This is what i did
I had a full integration – means i had copied all the keys from wp- config to bb-config accordingly.
I had done all other settings so that a discussion forum made in buddypress is shown in bbpress.
I uploaded the buddypress bar plugin to the my-plugin directory.
Added the code into bb-config
with the absolute path of FILE i.e include_once( ‘/public_html/wp-blog-header.php’ );
activated the plugin
nothing happened!!??
Did i miss any step??
July 16, 2009 at 12:40 am #49399In reply to: loading templates problem
grosbouff
ParticipantI finally found out.
Maybe this should be added to the doc ?
I forget to add those functions :
function component_force_buddypress_theme( $template ) {
global $bp;
if ( $bp->current_component == $bp->component->slug && empty( $bp->current_action ) ) {
$member_theme = get_site_option( 'active-member-theme' );
if ( empty( $member_theme ) )
$member_theme = 'bpmember';
add_filter( 'theme_root', 'bp_core_filter_buddypress_theme_root' );
add_filter( 'theme_root_uri', 'bp_core_filter_buddypress_theme_root_uri' );
return $member_theme;
} else {
return $template;
}
}
add_filter( 'template', 'component_force_buddypress_theme', 1, 1 );
function component_force_buddypress_stylesheet( $stylesheet ) {
global $bp;
if ( $bp->current_component == $bp->component->slug && empty( $bp->current_action ) ) {
$member_theme = get_site_option( 'active-member-theme' );
if ( empty( $member_theme ) )
$member_theme = 'bpmember';
add_filter( 'theme_root', 'bp_core_filter_buddypress_theme_root' );
add_filter( 'theme_root_uri', 'bp_core_filter_buddypress_theme_root_uri' );
return $member_theme;
} else {
return $stylesheet;
}
}
add_filter( 'stylesheet', 'component_force_buddypress_stylesheet', 1, 1 );July 15, 2009 at 9:57 pm #49397Andy Peatling
KeymasterAt the moment the main reason is so you can follow your friends activity via the friend feed.
July 15, 2009 at 9:46 pm #49396Paul Wong-Gibbs
KeymasterPrivacy controls and more information about relationships between members are something that will come in future; the roadmap is worth a read to get the feel for these things.
Of course, things will get done in some order and in some time depending on what Andy Peatling (the only BuddyPress developer) decides to work on, unless someone contributes. A chap called jeffsayre is working on privacy features currently – hopefully that’ll work as well as he’s making it sound
July 15, 2009 at 7:16 pm #49390In reply to: Blog Page 2 Error
Tmort
ParticipantFiled in the Trac: https://trac.buddypress.org/ticket/854
July 15, 2009 at 6:43 pm #49388In reply to: Avatar upload from registration not working
Jeff Sayre
ParticipantWhat other 3rd-party plugins do you have installed and activated?
There is a growing list of plugins that interfere with the avatar uploading and/or cropping process within BP. See this thread: https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-11864
July 15, 2009 at 6:33 pm #49387In reply to: Avatar upload from registration not working
omgitsrfb
Participanti think i have cooties cause i hardly ever get responses to my posts in this forum. i love buddypress but i don’t ever seem to get much help in here. oh well i think i will just remove the option to upload an avatar from my registration page and resolve my own topic.
July 15, 2009 at 6:32 pm #49386In reply to: List of template tags and parameters?
r-a-y
KeymasterLook in all “/wp-content/plugins/buddypress/” folders for files that end in “-templatetags.php”.
Looks like there is a codex page setup:
https://codex.buddypress.org/developer-discussions/buddypress-template-tags/
But nothing is in there. I’ll start filling that page in when I have some time on my hands!
Just added the first function, but there’s a ton more!
—
Jeff, question for you… say I wanted to add a sub-page in the codex to split up the many “-templatetags.php” files.
How would I do that?
July 15, 2009 at 6:31 pm #49385In reply to: List of template tags and parameters?
Jeff Sayre
Participanthttps://codex.buddypress.org/developer-docs/custom-buddypress-loops/
Also, explore around the developer docs site.
Since this is an open source project, there is no one person responsible for documenting BuddyPress. Or put it another way, the community is responsible. It only gets done when someone takes the time and adds to the codex–but, the codex is growing each week. So, you can add to it as well!
-
AuthorSearch Results