Search Results for 'buddypress'
-
AuthorSearch Results
-
June 14, 2012 at 6:49 pm #135779
shanebp
ModeratorHave you looked at this?
https://buddypress.trac.wordpress.org/ticket/4060>2. Right now we only have the following tables set to use MyISAM, the rest being InnoDB:
Yup, it’s a compromise – but for us the benefit of row-locking in InnoDB outweighed the fulltext issue.
We don’t generally allow text searches.And thanks for sharing your setup info.
Now that BP is being used for sites with larger and more active memberships, more devs are having these problems.
I think collecting info re tuning, caching, etc. approaches on a page somewhere in buddypress.org would be very useful and would generate some helpful ( and confusing ) discussion by us non-DBAs.June 14, 2012 at 6:28 pm #135777@mercime
ParticipantYou don’t have BuddyPress activated in your installation. If you activate it again, you need BP Template Pack plugin activated to make your theme compatible with BuddyPress.
June 14, 2012 at 6:13 pm #135775In reply to: Updating to WP3.4 -BuddyPress causing problems
richardpd
MemberHi-thanks modernlooper for your reply
(I have now updated to latest BuddyPress & bbPress plugins-my site runs both plugins!).Thankfully I have fixed the problem now but it was a bit tricky..
I now think the problem was an issue with x2 specific plugins-Wp Article Fetch & Tweet this.
On deactivating both of these from Network Admin (my site is running WP multisite) my blog (running WordPress & BuddyPress) is back to normal.
The Tweet this plugin is somewhat old & not updated so there could be some code issue with it. As for the WP Article fetch plugin I haven’t used it much so disabling it is no great issue!
(I will look for a new ‘Tweet this’ plugin as Twitter plugins are quite useful)I still though need to get BuddyPress forums working properly on my site (I have posted several times for help with this on the support forum here but still BuddyPress forums are not running well on my site! If I wasn’t so stubborn to try & get BP forums working I would have deleted it ages ago & used an alternative eg Vanilla plugin or other-so if anyone can help me I would be grateful-but I don’t really expect any response as sadly I have had such limited response in the past from here to help me with this! I think BuddyPress is a misnomer; it could be better called somethingelse but I won’t type it now!..
…).June 14, 2012 at 5:58 pm #135773jamesewelch
Memberdeactived both
upgraded wp to 3.4
activated bothstill stuck on step 4, still see same error message
still can’t access /forumsNow, I’m running 3.4, but all of the problems are just the same.
June 14, 2012 at 5:55 pm #135772@mercime
Participant== @jamesewelch => WordPress version 3.3.2 ==
Deactivate BuddyPress and bbPress. Upgrade to WP 3.4 first. Then activate and upgrade BuddyPress and bbPress to latest versions.
June 14, 2012 at 5:16 pm #135768TheBeardedOne
MemberThanks for the reply shanebp.
1. I’m using Batcache, https://wordpress.org/extend/plugins/batcache/ and Memcached Object Cache https://wordpress.org/extend/plugins/memcached/ both of these use memcached for caching. We’ve used W3TC in the past on our WP-only sites, but it got be a little to unstable for our tastes… So far these seem to be working good, though we have to remember to bounce memcached in addition to PHP-FPM when we make a code change.
2. Right now we only have the following tables set to use MyISAM, the rest being InnoDB:
bp_groups
bp_groups_groupmeta
bp_groups_members
usermeta
users
We tried having them all to InnoDB, but due to its poor text searching performance compared to MyISAM, we switch back those 5.
3. TMPFS is worth its weight in gold.
Wow, 30K, very impressive! I’m hoping that there is a lot of performance that can be squeeze out of our DB server, which will be looked at soon by actual DBAs (I do not in anyway claim to be one…). If not, I’m looking forward to BP 1.6 for some of those performance enhancements found from bug #4045!
June 14, 2012 at 3:08 pm #135766In reply to: Buddypress Teams?
vienem
MemberI downloaded that plugin a while back but was starting to assume it was used to extend groups, what I have done is use Group Hierarchy and limited subgroup creation to top level groups only. Not ideal but should work for what I need so far, I will do what you have suggested though as I think it will be better in the long run to build it from the ground up. Cheers bro
June 14, 2012 at 2:57 pm #135764In reply to: Issues with Activity search_terms= and ”Load More”
xxx
ParticipantI tested the search_terms the last hours on a local server with 1.5.5 and 1.6 and on an web server with 1.5.5 and 1.6.. The bug won’t go away… But one thing I found out: The Plugin BuddyPress Hashtags make it work… but I is also using `search_terms=`… What is the trick?
June 14, 2012 at 2:25 pm #135763In reply to: Updating to WP3.4 -BuddyPress causing problems
modemlooper
ModeratorYou didn’t say if you updated BuddyPress. New version out to fix 3.4 issues
June 14, 2012 at 10:21 am #135762Paul Wong-Gibbs
KeymasterI doubt very much upgrading phpMyAdmin would interfere with BuddyPress. Something else must have changed.
If you’ve figured out the error is from line 71, what is the actual error message that you get?
June 14, 2012 at 10:19 am #135761cyclonunited
MemberHello, there is a simply solution, few Extension as Buddypress shows messages errors with PHP 5.4, we could hide them.
Bonjour, la solution ci dessous en attendant que Budypress et d’autres extensions ( a vérifier au cas par cas) ne provoque pas d’erreur avec le php 5.4.
We must hide the messages errors / Nous devons cacher les erreurs PHP :
In /wp-includes/class-wp-error.php
/***************************Add after the first < php *************************************/
> after php to close it, don’t appear in this message, don’t lost it to close php
> after php n’apparaît pas dans ce message, ne pas l’oublier pour refermer la balise.
/***************************Ajouter après la première balise< php *************************************/
error_reporting(0);
@ini_set(‘display_errors’, 0);Or simply directly to wp-config in the root.
Ou simplement dans le fichier wp-config à la racine.PLus d’info dans / Most info in : http://www.wordimpressed.com/wordpress/php-turn-on-or-off-error-reporting/
With each update of WordPress, we must using this solution
A chaque mise à jour de WordPress, il faut refaire la manipulation si besoin.Cordially / A bientôt.
CyclonUnited
June 14, 2012 at 9:43 am #135760bestofelectro
MemberBonjour, je suis aussi hébergé chez Legtux, je confirme le problème vient bien de la version de PHPmyAdmin, j’ai installer WordPress en local avec:
Wamp + PHPMyAdmin 5.4.3= buddypress ne fonctionnait pas
Wamp + PHPMyAdmin 5.3.3=buddypress fonctionne
Avez vous reussit à faire fonctionner Buddypress ? Sinon je propose de faire un message à l’administrateur Legtux pour voir si il ne peut pas downgrader phpmyadmin vers la version 5.3June 14, 2012 at 7:08 am #135758In reply to: BuddyPress 1.5 compatibility for plugins and themes
yconoart
MemberHi, I just tried to open next page of your plugins list, but only the first page content shows up, even the url change to any page number.
June 14, 2012 at 5:45 am #135754In reply to: Buddypress Teams?
@ChrisClayton
Participant@vienem to do what your trying to do (essentially cloning the groups functionality and giving it a different usage) is quite complex (I’ve done it for another site of mine, and it wasn’t quick. Can’t share the code at this time though as It needs to be polished with some personal stuff removed).
If you want to do it – I suggest doing it properly (I’ve seen sites trying to take shortcuts and to be honest, it never works) Look through the code in the bp-groups folder to see how the core developers have built the groups component, and using the Skeleton plugin (https://wordpress.org/extend/plugins/buddypress-skeleton-component/) to build it.
Just my suggestions.
June 14, 2012 at 4:39 am #135753@mercime
ParticipantDeactivate BuddyPress via FTP/cpanel/etc by renaming buddypress plugin folder in wp-content/plugins and you will gain access to admin. Did you upgrade to WP 3.4 before upgrading BuddyPress?
So was it a white screen or other kind of error which you could check in error logs?
June 14, 2012 at 2:57 am #135752In reply to: Having trouble with BuddyPress and Arcadia theme
Dangitdang
MemberI can see the content of Buddypress, however it’s all squished to the left of the screen like so http://imgur.com/TQZfb
June 14, 2012 at 2:50 am #29892Topic: Having trouble with BuddyPress and Arcadia theme
in forum Creating & ExtendingDangitdang
MemberI’m trying to integrate Buddypress into the Arcadia theme by United Themes. I’m having some trouble at the last part of the template pack plugin. I can’t find the format of my theme anywhere. The page.php and index.php file have code like this http://pastebin.com/kbpHQ4Vd Any? My site is mites2012.tk
June 14, 2012 at 12:20 am #135749In reply to: Adding Dynamic Profile Link to Main Menu Item
@mercime
Participant@wpissues I just tested the code in Custom Community Version 1.8.9.1 from the WP Theme Repo and it’s working fine. Even showed up in both custom menus. If you still haven’t fixed this, post all code you currently have in your functions.php file in pastebin.com
June 13, 2012 at 11:25 pm #135747In reply to: function to send a private message
kodestar
MemberThanks so much for that, it’s used within a plugin so I used:
`
function bp_send_image_denied_message($sender_id, $recip_id, $subject, $message) {
global $bp;
if ( $thread_id = messages_new_message( array(‘sender_id’ => $sender_id, ‘subject’ => $subject, ‘content’ => $message, ‘recipients’ => $recip_id ) ) ) {
bp_core_add_message( __( ‘Image Denied Message was sent.’, ‘buddypress’ ) );
} else {
bp_core_add_message( __( ‘There was an error sending that Private Message.’, ‘buddypress’ ), ‘error’ );
}} `
and pass the required bits, the only thing it’s not doing is adding a notification item, is there an easy way to add that?Again, thanks a lot, I would have spent ages trying to figure that out.
June 13, 2012 at 10:21 pm #135745danbpfr
ParticipantHi,
what languages are you using ?
what is the weigth of your translation buddypress-xx_XX.mo file ?June 13, 2012 at 10:19 pm #135744In reply to: function to send a private message
shanebp
ModeratorThe function is messages_new_message()
> when an image is denied an email is sent out to the user
So you have a function or some code that does that, yes?
Then you could use parts of the below in that code or call it as a function`
function bp_send_image_denied_message() {
global $bp;//check_admin_referer(message_check”); // adjust if needed
$sender_id = $bp->loggedin_user->id; // moderator id ?
$recip_id = $bp->displayed_user->id; // denied image user id ?if ( $thread_id = messages_new_message( array(‘sender_id’ => $sender_id, ‘subject’ => ‘Image Denied, ‘content’ => ‘why it was denied], ‘recipients’ => $recip_id ) ) ) {
bp_core_add_message( __( ‘Image Denied Message was sent.’, ‘buddypress’ ) );
bp_core_redirect( $bp->displayed_user->domain ); // adjust as needed
} else {
bp_core_add_message( __( ‘There was an error sending that Private Message.’, ‘buddypress’ ), ‘error’ );
}}
add_action( ‘wp’, ‘bp_send_image_denied_message’, 3 );
`June 13, 2012 at 6:47 pm #135738In reply to: Searching the support forum???
ninjaface
ParticipantWould also like to know how to search the support forum and not buddypress.org.
Is there some kind of requirement to create a topic also?
June 13, 2012 at 4:43 pm #135735Stanley Ojadovwa
MemberI working on getting a list of members based on the fields they selected on the extended profiles fields in buddypress. Here is my code
{
global $wpdb;
$membership_group = “Orange Membership (30,000 Naira/Year)”;
$db_query = “SELECT user_id FROM wp_bp_xprofile_data WHERE field_id = 33 AND value = “” .$membership_group .”””;
$match_ids = $wpdb->get_var($db_query);
$get_these_members = ‘include=’ .$match_ids;if (bp_has_members($get_these_members, ‘per_page optional=9’)) { ?> //Some Codes here
?>
}The result is returning just the first member it gets from the query instead of a list of members. Please what i’m i doing wrong.
Thanks
June 13, 2012 at 1:20 pm #135731shanebp
ModeratorMyself and others have also had the issues you describe.
I believe BP 1.6 will reduce those issues.
Meanwhile, we’ve done these things to mitigate the issue, maybe you’ve already done some of them:
1. Use a caching plugin like W3 Total Cache – don’t use the page cache
2. Switch from MyISAM to InnoDB
3. Use tmpsf on your db server – this really helpsWe thought about going to a master/slave db setup – but doing the above allowed us to handle peak traffic for a site with 30k users. Prior to that, our slowlog looked like the one attached to your ticket.
June 13, 2012 at 8:17 am #135727In reply to: How to display User is online with image icon?
goviral
MemberI’m not sure if this is what you mean. I’m pretty new to BP myself but there is the “Who’s Online Avatars” widget that shows who’s currently online in the footer or sidebar by showing their avatar.
Or you can look at the post below that lists the code to display the current user when online.
PS I haven’t tried the above code but I have the widget on my test site at:
http://sst1.everythingeasternbeaches.com
in the footer -
AuthorSearch Results