Search Results for 'buddypress'
-
AuthorSearch Results
-
June 4, 2016 at 10:58 pm #254142
5high
ParticipantThanks so much for posting this info! I’d just found that my previous work-around wasn’t working anymore, but your code above works a treat.
For anyone else looking to do this, just add it into your bp-custom.php file in the plugins folder (NOT the buddypress folder, but in the root of the plugins folder).
Much appreciated 😉June 4, 2016 at 2:36 pm #254129In reply to: [Resolved] Need to change profile fields colour
alibong0
Participanti just wanted to know the term ‘alternate row colour for…*****’to google help about it, hence the lack of detail.. i figured you wanted me to figure it out myself. http://www.templatemonster.com/demo/52997.html <— this is my theme. on the newest wordpress and buddypress.
June 4, 2016 at 1:53 pm #254128In reply to: [Resolved] Need to change profile fields colour
danbp
ParticipantPlease read here and give at least some details about the theme you use.
Or better, a valid url to your site. Alternate row color is a theme related question, which can be handled via CSS, but if you don’t tell what theme you use, it’s impossible to guide you more.
Note also that if you use a premium theme, we have no access to it. In this case, you need to ask on the theme support.
June 4, 2016 at 6:46 am #254120In reply to: Replicate data to another database
sharmavishal
Participantyou need to have a wordpress multisite done….and install buddypress on a folder/domain…check codex’s of both..you will get an idea how you can run wp on main domain and bp on sub domain or sub folder
trust me..you are not able to manage in the current scenario which you have…
this is a free support forum..you dont need to talk to me on a one2one basis…custom help is not an option here…you might have a look at the job board if you are looking at custom help
best of luck
June 4, 2016 at 6:25 am #254117In reply to: Replicate data to another database
mujalumni
ParticipantI have two site one for static info about MUJ Alumni (http://mujalumni.in/muj2). It is also a wordpress site. The second one is a portal for our members (http://mujalumni.in/portal). It is also a wordpress site with buddypress support.
No, I am not thinking of having subdomain /subfolder. I am already managing that.
If you can provide your contact details, we can have a talk about this.
June 4, 2016 at 6:11 am #254115In reply to: Replicate data to another database
sharmavishal
Participantno plugin for that…as @danbp suggested better to have one db of users..else its going to get quite complicated…
before you installed buddypress was your site a wordpress site?
also i see you installed bp in a sub folder..not in the root…http://mujalumni.in/portal/ is that correct?
is the root site a wordpress enabled site?
are you looking at having a main site and the community (powered by buddypress) on a seperate folder/subdomain?
June 3, 2016 at 4:18 pm #254103In reply to: Display group name on message
danbp
ParticipantGuess there is no “reply to all” fonctionnality in BuddyPress.
June 3, 2016 at 4:16 pm #254100In reply to: [Resolved] Need to change profile fields colour
danbp
ParticipantJune 3, 2016 at 3:47 pm #254097In reply to: Users cannot register since update 2.53
shanebp
ModeratorYou can get older versions here:
https://wordpress.org/plugins/buddypress/developers/June 3, 2016 at 3:39 pm #254094In reply to: Replicate data to another database
mujalumni
ParticipantBy 2 separate DBs I mean that:
1. Earlier we were not using BuddyPress and had MySQl as backend DB.
2. We shifted to BuddyPress later on but maintaining MySQL DB as well for SignUp by the users.Now the problem is when the user adds himself the records are saved in our MySQL DB but when the user updates his records the updated data goes and is saved in the BuddyPress DB.
How to replicate & sync the updated records in the BuddyPress DB to our MySQl DB (some 35 fields are getting updated and needs to be replicated in the MySQL DB)
A help is really solicited.
best regards
June 3, 2016 at 8:30 am #254089In reply to: Show Member profile photo on category stream
danbp
ParticipantSee if this helps. http://hookr.io/plugins/buddypress/2.4.3/functions/bp_core_fetch_avatar/
June 3, 2016 at 5:14 am #254085In reply to: Wierd Buddypress Issue
mugluck
ParticipantOk. So while the navigation is effectively solved by tell it to look for the wrong kinds of posts. In lieu of deleting the code entirely.
There’s another strange issue that’s cropped up suddenly. The admin bar is vanishing. Is there a line to force it to show? It works in all the other places on the site, except the buddypress profile pages.
June 3, 2016 at 3:57 am #254083In reply to: Wierd Buddypress Issue
mugluck
ParticipantOk. Problem partially solved. My relative newness to php scripting means it’s harder to parse. But I found that duplicating page.php and renaming the duplicate to buddypress.php means I can now control the default buddypress loadup.
The problem seems to be that the secondary nav code is searching for menu children by scanning the pages and checking if they’re children of… this page’s menu system? Since the Buddpress profile isn’t affiliated with any pages, it’s taking all the unaffiliated pages… I think.
<!-- Secondary Nav --> <!-- Show Secondary Menu if the page is a child or has children --> <?php global $post; $children = get_pages( array( 'child_of' => $post->ID ) ); if ( is_page() && $post->post_parent || count( $children ) > 0 ) : ?> <div class="row subnav"> <div class="container"> <div class="columns large-12"> <ul> <?php wp_list_pages( array('title_li'=>'','depth'=>1,'child_of'=>get_post_top_ancestor_id()) ); ?> </ul> </div> </div> </div> <?php else : ?> <!--This is a parent page without children--> <?php endif; ?>So now it’s just telling it not to do that I guess.
June 3, 2016 at 3:05 am #254081had_hc
ParticipantAfter some googling, I found the answer from here! The action ‘bp_core_setup_globals’ is the answer and it works well!
June 3, 2016 at 2:18 am #254079In reply to: Wierd Buddypress Issue
mugluck
ParticipantIs there a way to set the default page template for profiles in Buddpress? I’ve isolated the problem to the fact that it’s generating from the default profile in our wordpress theme. But I don’t know which file in the buddypress system I should add the php code to.
June 3, 2016 at 12:26 am #254078In reply to: Registration and Edit Profile Issue
r-a-y
KeymasterHmm… I forgot that those “Name” fields were not deletable from the admin dashboard.
I would recommend the following:
1. Disable the Extended Profiles component
2. Tell your developer to go into your database and drop the following DB tables:
– wp_bp_xprofile_data
– wp_bp_xprofile_fields
– wp_bp_xprofile_groups
– wp_bp_xprofile_meta
3. Next, go back to “Settings > BuddyPress > Components” and re-enable the Extended Profiles componentThis should recreate the Extended Profiles database tables from scratch and hopefully things should be okay afterwards.
June 3, 2016 at 12:02 am #254074In reply to: Registration and Edit Profile Issue
r-a-y
Keymasterthat worked!!
Glad to hear you’re up and running!
But should I now see 5 tabs of Field Groups that all say “Base (Primary)” when I go to Profile Fields under Users?
No, you shouldn’t.
You should leave the first “Base (Primary)” tab alone, but do delete the rest of them.
Do the same for the “Name (Primary)” field in the “Base” group. Keep the first one, but delete the rest.
Note that this is a new install. I’ve never used BuddyPress before
This does sound like a bug. It would be great to retrace your steps so we can duplicate this problem. Did you activate / deactivate / activate the plugin multiple times?
Same goes for the components list under “Settings > BuddyPress > Components” in the WP admin dashboard. Did you uncheck / check / submit certain components multiple times?
June 2, 2016 at 11:54 pm #254073In reply to: Registration and Edit Profile Issue
AngelaQ
Participantthat worked!! But should I now see 5 tabs of Field Groups that all say “Base (Primary)” when I go to Profile Fields under Users? Each of these have 5 fields called “Name (Primary) (Required)”.
Note that this is a new install. I’ve never used BuddyPress before and tried using xTended Profiles and gave up…
June 2, 2016 at 10:46 pm #254066In reply to: Registration and Edit Profile Issue
r-a-y
KeymasterIf you do not have access to your database, you can temporarily put the following snippet in your theme’s functions.php or wp-content/plugins/bp-custom.php file:
function ray_xprofile_group_fix() { global $wpdb, $bp; if ( empty( $_GET['xprofilefix'] ) || empty( $bp ) ) { return; } $wpdb->query( "UPDATE {$bp->profile->table_name_groups} SET id = 1 WHERE id = 2" ); } add_action( 'get_header', 'ray_xprofile_group_fix' );Then, go to your website and append
?xprofilefix=1to your website URL.eg.
example.com/?xprofilefix=1This should change your profile group ID back to 1. Next, check your registration page and “Edit Profile” link and see if they work.
Once you have confirmed that it works, remove the code snippet from your theme’s functions.php or bp-custom.php file.
June 2, 2016 at 10:27 pm #254065danbp
ParticipantThat is an old bbPress issue. When you edit a topic, i some case, the topic comes up twice(or more, depending how many edit you made) on the site activity.
This bug will be corrected in bbP 2.6 (actual version is 2.5.9). See ticket & patch here.
What you can do immediatly is to modify following file:wp-content/plugins/bbpress/includes/extend/buddypress/activity.phpReplace code between line 277/279
$existing = bp_activity_get_specific( array( 'activity_ids' => $activity_id, 'show_hidden' => true, 'spam' => 'all', ) ); if ( empty( $existing['total'] ) || ( 1 !== (int) $existing['total'] ) ) return null;by
$existing = new BP_Activity_Activity( $activity_id ); if ( empty( $existing->component ) ) { return null; }June 2, 2016 at 10:17 pm #254064In reply to: Creating a member directory
danbp
ParticipantHave you read this ?
June 2, 2016 at 10:03 pm #254061In reply to: Registration and Edit Profile Issue
r-a-y
Keymaster@angelaq – I think your problem is related to this:
https://buddypress.org/support/topic/bad-link-to-profile-edit/#post-174602I’m quoting the workaround solution below:
Since I’ve seen so many threads regarding it and I was having same issue.
this is regarding 404 error page if you are on page profile/edit/group/1/
Problem is group 1 is missing in your profile section.
All you need to do is go into you DB and look for table: wp_bp_xprofile_groups
Then look for id=2, Base
then just change id=2 to 1 and that’s it.
This does sound like a legitimate bug.
I’ve opened an issue about this here:
https://buddypress.trac.wordpress.org/ticket/7109June 2, 2016 at 9:22 pm #254060In reply to: Users cannot register since update 2.53
r-a-y
KeymasterCan both of you try reading this and see if the same problem applies to you?
https://buddypress.org/support/topic/registration-page-does-not-work/#post-251532https://buddypress.org/support/topic/bad-link-to-profile-edit/#post-174602It sounds like this might be the problem at least for @angelaq.
So I thought I would shed some light on this issue. Since I’ve seen so many threads regarding it and I was having same issue.
this is regarding 404 error page if you are on page profile/edit/group/1/
Problem is group 1 is missing in your profile section.
All you need to do is go into you DB and look for table: wp_bp_xprofile_groups
Then look for id=2, Base
then just change id=2 to 1 and that’s it.
June 2, 2016 at 6:45 pm #254057In reply to: Buddypress member directory
shanebp
ModeratorThis premium plugin – BuddyProfileData – will add profile data to the members loop.
It will add fields in a vertical stack.
If you are comfortable with css and maybe a little php, you can change it to horizontal.Or you can write your own solution using this hook:
do_action( 'bp_directory_members_item' );
in this file:
buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.phpOr you can create a template overload of that file and hardcode your solution directly in the template wherever and however you want it.
Re the ‘>’ – the best solution is to find out where it is being added by your theme css and change it.
June 2, 2016 at 6:35 pm #254056shanebp
Moderator -
AuthorSearch Results