Search Results for 'buddypress'
-
AuthorSearch Results
-
October 22, 2014 at 8:38 am #222370
In reply to: BP conflict with other plugins
danbp
Participanthi @gatera,
It’s only a PHP notice, and harmless in regard of a PHP Warning message. Apparently, your plugin is not completely compatible with BuddyPress or at least called to early or something like that.
You must debug your install.
https://codex.wordpress.org/Debugging_in_WordPressMore about bp_setup_current_user function
https://buddypress.org/support/topic/debug-error-bp_setup_current_user-was-called-incorrectly/?view=all#post-186116
https://buddypress.trac.wordpress.org/ticket/4830File ref: buddypress/bp-core/bp-core-dependency.php
Documented function: http://oik-plugins.eu/buddypress-a2z/oik_api/bp_setup_current_user/October 22, 2014 at 8:24 am #222366In reply to: BP conflict with other plugins
Paul Wong-Gibbs
KeymasterThanks @gatera! It might just be reflecting a problem in the other plugin, but I’ve created a bug report for BuddyPress and we’ll look into it sometime to see if it’s our fault or if there’s something we could be doing better. Thanks for letting us know:
October 22, 2014 at 6:51 am #222362In reply to: wp-admin blank page
giggio
ParticipantWhich setups? … WordPress is 4.0, BuddyPress is 2.1.1. The site is pokerspirit.net … When I try to enter in my wp-admin when BuddyPress plugin is active there is a message: “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /users/user/public_html/wp-includes/widgets.php on line 720”. When BuddyPress plugin is deactivated wp-admin works.
October 21, 2014 at 8:24 pm #221557In reply to: [Resolved] create a link or redirect
dwsowash
Participant“At that point I will call BuddyPress “Perfect”!”
Well…I’m calling BuddyPress “Perfect”!I’m using the Social Connect plugin because I like the look of its FB and Twitter buttons but it wanted to redirect users to the WP-profile page. So I gave it this meta refresh
“<meta http-equiv=”refresh” content=”0;url=MYSITE/members/[php]$current_user = wp_get_current_user();echo ” . $current_user-user_login . ”;[/php]“>”and it works like a charm.(I know it’s a hack but….)
So now my plugin from my login page(screen shot) lands at the correct BuddyPress profile page(screenshot)
You can mark this resolved!Fantastic!
Have a nice day!October 21, 2014 at 8:02 pm #221434In reply to: Profile Dashboard URL?
danbp
Participanti would suggest to track down your install first, before trying to ignore a setting error by adding a workaround.
With a correct BuddyPress setup, the top right menu (under Howdy) contains any links you need to your profile, groups, notifications, etc
What i see on your site is a profile link (aside forum button) who leads to what is normally the members directory.
Check your BP components and give each activated one his own page. This is mandatory to get BP to work correctly.
Check also for the BuddyPres menu if you want to use it with your theme
dashboard > apparence > menu and activate “buddypress menu” in the screen options (top right corner when on the Menu admin page) if you don’t see it in the left column of this page.Finally make a test with one of WP’s theme before activating Dynamic New.
October 21, 2014 at 7:41 pm #221433In reply to: Default TAB on Group Activity
zydarek
ParticipantI have no idea which files to edit? Im sorry but i using buddypress only two days.
October 21, 2014 at 7:22 pm #221420In reply to: Default TAB on Group Activity
danbp
Participant
http://stackoverflow.com/questions/21229140/buddypress-group-activity-loop-filter-activity-type
Search also for bp_parse_args on the codex.
@bphelp, thank you for your comprehensive advice, but it’s already sticky in “When asking for support”… So i’m affraid that a bit of exasperation will sometimes continue to appear in one or other topic. Sorry for that, i’m not a machine. 😉October 21, 2014 at 6:04 pm #221414In reply to: Groups: new user notification
danbp
Participantdid you searched the forum before asking ?
No…https://buddypress.org/support/topic/which-plugin-for-groups-activities-notifications/
October 21, 2014 at 6:01 pm #221413In reply to: Default TAB on Group Activity
October 21, 2014 at 5:57 pm #221411danbp
Participanthi @roddaut,
don’t thought to much, a theme can influence over all a site, including the admin. This happens in 90% of the issues handled on this forum.
Thought the latest Canvas was 2014.10.14 – version 5.8.5
October 21, 2014 at 3:46 pm #221404In reply to: BuddyPress won't take in new registers
LolaPentagrom
ParticipantOctober 21, 2014 at 3:09 pm #221401In reply to: BuddyPress won't take in new registers
focallocal
Participantwould that not remove many of the buddypress features available to members who sign up to your site?
October 21, 2014 at 3:02 pm #221400In reply to: BuddyPress won't take in new registers
DIYWWF
ParticipantAfter lots of searching I finally got round the problem of BP/WP not taking you to the registration page by adding the following file into wp-content/plugins/
bp-custom.php
<?php
/**
* Disables BuddyPress’ registration process and fallsback to WordPress’ one.
*/
function my_disable_bp_registration() {
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
remove_action( ‘bp_screens’, ‘bp_core_screen_signup’ );
}
add_action( ‘bp_loaded’, ‘my_disable_bp_registration’ );add_filter( ‘bp_get_signup_page’, “firmasite_redirect_bp_signup_page”);
function firmasite_redirect_bp_signup_page($page ){
return bp_get_root_domain() . ‘/wp-signup.php’;
}This dispenses with BP’s registration system and falls back to the standard WP registration.
October 21, 2014 at 1:15 pm #221396ideasdesigninc
ParticipantI actually did read the description, and saw no mention whatsoever that WP Better Emails would allow me to modify any of the BuddyPress specific emails. Or does BuddyPress just hook into WordPress’s built-in emailing system for when new users are created?
Thanks,
– YvanOctober 21, 2014 at 1:05 pm #221395ideasdesigninc
ParticipantHugo – just one more question for you. If I wanted to add some required field checking to my BuddyPress login form/widget … how would you recommend that I do that?
– Yvan
October 21, 2014 at 9:00 am #221386In reply to: Buddypress Profile Picture cropping tool broken
danbp
Participanthi @nickfisher,
It worked well for the first few weeks of use but since this morning it hasn’t been.
That’s because the breakfast coffee was too cold. 😉 What have you done before “this morning” ?
I suggest to review your install, as at the moment, nore the Members or the Groups button are working.
Their URL is correct: http://community.yourfreedomtrain.com/groups/, but loose the directory on click. Do you use a redirection plugin or script ?Deactivate all plugins (jetpack,etc) while testing BP/WP. The couple should work properly before adding other tools.
You’re using a subdomain for BP. This can, so far i remember, only be done if WorPress is multisite configured. Is that the case ?
If yes, have you followed those install instruction ?
https://codex.buddypress.org/getting-started/setting-up-a-new-installation/install-buddypress-on-a-secondary-blog/
Has the htaccess file the correct requests for such a configuration ?Otherwhise, prefer a standard install and use a directory for BP instead.
yourfreedomtrain.com/community/Check that all of your active BP components have their own page.
Enable pretty permalinks.
October 21, 2014 at 3:25 am #221382In reply to: [Resolved] create a link or redirect
dwsowash
ParticipantAll I’m trying to do is redirect http://gothicspider.com/your-profile/ to http://gothicspider.com/members/%USERNAME%/
At that point I will call BuddyPress “Perfect”!October 21, 2014 at 3:19 am #221381In reply to: [Resolved] create a link or redirect
dwsowash
ParticipantI use a theme not supported by buddypress.
I use no custom functions.
I do not use a child-theme.
I have “disabaled” Profile syncing in BP settings.(because it seems to make no difference).“Can you test by deactivating all your plugins, except BP and with 2013 theme activated ?”
Yes I can and will. But I’m trying to fight my way through with what I’ve got because I like the look and feel. If I can’t have the plugins and theme I’ve got now I might as well scrap the whole pile.I’m not trying to cast fault or blame I’m just looking for insight to what I might need to “hack”.
October 21, 2014 at 1:12 am #221370danbp
Participantrecent replies and most popular topics are not buddypress widgets.
Recent replies belongs to bbpress, but i don’t know about most popular topics…Can you give the source code of those widgets please (but not the whole page) ?
Highlight them in your browser, right-click > show selection source.October 21, 2014 at 1:03 am #221369In reply to: [Resolved] create a link or redirect
danbp
ParticipantDo you use an old buddypress specific theme ? Do you use a custom function somewhere (functions.php or bp-custom.php) ? Do you use a child-theme ?
Have you enabled Profile syncing in BP settings.
On a default install, when a user log in, he’s not redirected to his profile.
Can you test by deactivating all your plugins, except BP and with 2013 theme activated ?October 21, 2014 at 12:50 am #221366In reply to: [Resolved] create a link or redirect
dwsowash
ParticipantOn login without the BuddyPress Login Redirect plugin enabled logging in redirects to http://gothicspider.com/your-profile/…(which is wp profile)
With the plugin enabled users are sent to http://gothicspider.com/members/USERNAME/…which is buddypress profile)
Either way if they login through facebook or twitter they land at http://gothicspider.com/your-profile/….(which is wp profile)
October 21, 2014 at 12:41 am #221364In reply to: Hello, interested in buddypress but scared also!
danbp
ParticipantIn addition to @bphelp ‘s advice, my 2 cents concerning BuddyPress and the possibility to use forums in different configuration but also user groups, take a look here:
https://codex.buddypress.org/buddypress-components-and-features/groups/and about group forums:
As usage example, visit this site which use groups and forums. Hope you have nothing against motorcycles ! 😉
October 21, 2014 at 12:31 am #221362In reply to: [Resolved] create a link or redirect
dwsowash
ParticipantGot rid of the members-3 Now it’s just members.
Deactivated the BP Redirect to Profile for Buddypress and it redirects to WP-profile not the buddypress profile.October 20, 2014 at 11:28 pm #221356In reply to: [Resolved] create a link or redirect
dwsowash
ParticipantHey! sorry. Thanks for the quick res response.
Let me be a little more descriptive.
I have a plugin that redirects users to their buddypress profile not their wp profile.(works great)
I have a facebook,twitter,yahoo,ect login plugin but it wants to redirect to the wp profile page which it calls “your profile. I hade to make this page or it would give ma a 404.I’m tired of playing so I’m trying to meta refresh from the wp profile to the buddypress profile.
Thanks!
October 20, 2014 at 11:02 pm #221352In reply to: Hello, interested in buddypress but scared also!
-
AuthorSearch Results