Search Results for 'buddypress'
-
AuthorSearch Results
-
April 12, 2015 at 6:02 pm #237753
In reply to: Warning of Buddypress
danbp
Participantseems to be related to this:
https://buddypress.trac.wordpress.org/ticket/6226April 12, 2015 at 5:54 pm #237750danbp
ParticipantHave you set-up a custom redirection or do you use a plugin which do that ?
Maybe a custom function in the theme ?https://buddypress.org/support/topic/when-asking-for-support-2/
April 12, 2015 at 5:52 pm #237749In reply to: [Resolved] How do I change text in Groups?
shanebp
ModeratorThe best way to change multiple strings is to edit the BP language file:
April 12, 2015 at 5:50 pm #237747In reply to: [Resolved] How to modify activation message
danbp
ParticipantThese strings are in the language file. You can change them easily by using a custom language file.
April 12, 2015 at 5:48 pm #237746In reply to: [Resolved] displaying user roles in profile
andrew55
ParticipantThis worked for showing the roles in the group member list:
https://buddypress.org/support/topic/display-users-role-on-the-members-loop-php-file/
April 12, 2015 at 5:47 pm #237745In reply to: [Resolved] How do I change text in Groups?
danbp
ParticipantThe generic text is the page title.
Go to dashboard > Pages and change the title. Ensure this pages shows up in BP settings and assign it (the new title) to groups. Save.Other wordings in BP can be changed by using the language file, even if you use english.
See here:
or search the forum, as they are many topics asking similar question.April 12, 2015 at 5:16 pm #237741Garydock
ParticipantHi Shane, I previously deactivated all other plugins except buddypress and had the same warning on my header. I then tried to change themes with the same problem. I have updated all plugins including woocommerce and wp.
any idea where I would be able to find this issue and remove this warning? I’m really stuck.
Thanks
April 12, 2015 at 4:54 pm #237739In reply to: Warning of Buddypress
nyroka
ParticipantI am having the same issue. My theme is not broken. This happened when I saw an update for buddypress in my notification and I updated. how do I fix this? I run an active social site and my members are seeing this.
April 12, 2015 at 4:36 pm #237737In reply to: Warning of Buddypress
shanebp
ModeratorWhat versions of WP & BP ?
Please read:
https://buddypress.org/support/topic/when-asking-for-support-2/April 12, 2015 at 3:23 pm #237734Garydock
ParticipantCan anyone help with this? I have tried to even delete bp tables and then reinstal buddypress and still no luck. Is it hopeless for Buddypress? How do I completely remove all traces of buddypress for sure so I can fresh instal?
Kind Regards
April 12, 2015 at 2:45 pm #237732In reply to: New plugin: BuddyPress Mute
Henry Wright
ModeratorHi @disha76,
I replied to your post over on the BuddyPress Mute support forum:
https://wordpress.org/support/topic/mute-button-toggle-not-working-in-presence-of-bp-cover
@djpaul yep, it’s on GitHub here:
https://github.com/henrywright/buddypress-muteApril 12, 2015 at 1:32 pm #237729In reply to: [Resolved] PHP Fatal Error?
Paul Wong-Gibbs
KeymasterWe have now released BuddyPress 2.2.2.1 which fixes this problem.
April 12, 2015 at 1:32 pm #237728In reply to: BuddyPress Update: Now members page not showing
Paul Wong-Gibbs
KeymasterThis is now fixed in the recently-launched BuddyPress 2.2.2.1 release.
April 12, 2015 at 1:31 pm #237727In reply to: Update 2.2.2
Paul Wong-Gibbs
KeymasterTry the BuddyPress 2.2.2.1 release, which we put out a little while ago.
April 12, 2015 at 1:31 pm #237726Paul Wong-Gibbs
KeymasterHi @minglonaire
This is a general WordPress problem, not specific to BuddyPress. You will get better help if you look at the WordPress.org support forums: for example, https://wordpress.org/support/topic/automatic-plugin-upgrade-not-working-ftp-problems?replies=47
Thanks
April 12, 2015 at 1:28 pm #237724In reply to: [Resolved] Fatal Error after Update
Paul Wong-Gibbs
KeymasterWe have just released BuddyPress 2.2.2.1 which includes the fix for this problem. Please upgrade, and we’re very sorry for the inconvenience that the initial 2.2.2 release caused. 🙂
April 12, 2015 at 2:23 am #237719Ben Hansen
Participantport 21 is FTP port 22 is SFTP maybe thats the problem? those are settings in your ftp program not buddypress.
🙂
April 11, 2015 at 11:32 pm #237717Garydock
ParticipantI’m not sure if this is valuable information. I’ve used firebug to try and locate a file where I can remove this or something and this is all I can see but I don’t know if its related. I just want to remove this warning whatever way possible, everything else seems to all be working ok. activity bp-user my-activity my-account just-me buddypress page page-id-0 page-parent page-template-default logged-in custom-background js woocommerce.
April 11, 2015 at 8:59 pm #237711Garydock
ParticipantI have found this which suggests it could be also related to plugins authors that declared a function on a previous version of their plugin and then on a newest version they delete it but forget to delete the action related. I don’t have any idea where this could be, if anyone can help or suggest a way to get rid of all buddypress history to try a new instal.
I also tried installing an older version and still had the same warning.
April 11, 2015 at 8:20 pm #237708In reply to: Notification view is borked
Henry Wright
ModeratorHi @daethian
You might want to let the theme author know and perhaps they can issue a fix that makes the theme compatible with BuddyPress?
April 11, 2015 at 8:17 pm #237706In reply to: BuddyPress Update: Now members page not showing
Henry Wright
ModeratorThanks for the report. This will be fixed in the next version. See #6369
April 11, 2015 at 7:21 pm #237701In reply to: Custom Post Type Support for Activity
aaronkine
ParticipantYes… the post type is registered by another plugin “Wp Job Manager”. I am new at coding so if i find a script and it actually works “i use it” even though there may be a more correct way.
I also have another plugin “The Events Calendar” that has post type of ‘tribe_events’ and i am trying to do the same thing as the Job post type.
I also don’t understand the difference between using “text-domain” and “custom-domain” for the bp_activity_admin_filter ?
I used info from this Topic/Discussion here: https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/
Here is my full code in bp-custom for Jobs and Events post types…
//The 'WP Job Manager' post type add_post_type_support( 'job_listing', 'buddypress-activity' ); function customize_page_tracking_args_job() { // Check if the Activity component is active before using it. if ( ! bp_is_active( 'activity' ) ) { return; } bp_activity_set_post_type_tracking_args( 'job_listing', array( 'component_id' => 'activity', 'action_id' => 'new_job_listing', 'bp_activity_admin_filter' => __( 'Published a new Job', 'text-domain' ), 'bp_activity_front_filter' => __( 'Job', 'text-domain' ), 'contexts' => array( 'activity', 'member' ), 'activity_comment' => true, 'bp_activity_new_post' => __( '%1$s posted a new Job: <a href="%2$s">Job</a>', 'text-domain' ), 'bp_activity_new_post_ms' => __( '%1$s posted a new Job: <a href="%2$s">Job</a>, on the site %3$s', 'text-domain' ), 'position' => 100, ) ); } //'The Calednar Events' post type add_action( 'init', 'customize_page_tracking_args_job', 999 ); add_post_type_support( 'tribe_events', 'buddypress-activity' ); function customize_page_tracking_args_event() { // Check if the Activity component is active before using it. if ( ! bp_is_active( 'activity' ) ) { return; } bp_activity_set_post_type_tracking_args( 'tribe_events', array( 'component_id' => 'activity', 'action_id' => 'new_tribe_events', 'bp_activity_admin_filter' => __( 'Published a new Event', 'text-domain' ), 'bp_activity_front_filter' => __( 'Event', 'custom-domain' ), 'contexts' => array( 'activity', 'member' ), 'activity_comment' => true, 'bp_activity_new_post' => __( '%1$s posted an Event: <a href="%2$s">Event</a>', 'custom-domain' ), 'bp_activity_new_post_ms' => __( '%1$s posted an Event: <a href="%2$s">Event</a>, on the site %3$s', 'custom-domain' ), 'position' => 100, ) ); } add_action( 'init', 'customize_page_tracking_args_event', 999 );April 11, 2015 at 7:05 pm #237700Garydock
ParticipantHi danbp, thanks for getting back to me.
I have deactivated all plugins other than BuddyPress, I then switched to the Twenty Fifteen Theme, the message was still there.
I then deactivated BP and removed all files in my directory. The message dissapeared.
I then attempted to reinstal BP on the Twenty Fifteen again without activating any other plugins and the message reappeared again.
Im not sure where the bp-custom.ph file is if you could help me that would be great, even then I’m not sure what kind of code I would be looking for. As far as I can tell there is no corruption, it just shows this warnning at the top of my header on all themes, is there any way to hide it?
Kind Regards
Gary
April 11, 2015 at 6:31 pm #237697In reply to: [Resolved] PHP Fatal Error?
danbp
ParticipantYou’re welcome.
https://buddypress.org/support/topic/when-asking-for-support-2/ and Codex (Documentation)April 11, 2015 at 6:24 pm #237694In reply to: [Resolved] PHP Fatal Error?
danbp
ParticipantReading at least today’s topics before asking on forum is an elementary rule. 😉
See: https://buddypress.org/support/topic/fatal-error-after-update/
-
AuthorSearch Results