Search Results for 'buddypress'
-
AuthorSearch Results
-
October 18, 2013 at 8:39 pm #173083
rharejr
ParticipantWhen I install that plugin it creates more issues than it solves. I install it and the Text on the Homepage turns white. I don’t know if this is a question for Studiopress or Buddypress. I figured I would start with you all first.
Roger
October 18, 2013 at 8:18 pm #173079@mercime
Participant@rharejr as I recall you need to install the plugin https://wordpress.org/plugins/genesis-connect-for-buddypress/ to make your Genesis child theme compatible with BuddyPress.
October 18, 2013 at 8:14 pm #173078In reply to: [Resolved] Forum root returns my WP Archive page!
@mercime
Participant@antonyc Disable all plugins except BuddyPress and bbPress and keep it on Twenty Twelve/Thirteen. If you’re going to change forum archive slug and create a new Page with the same new forums archives slug, you would have to re-run Permalinks again.
October 18, 2013 at 7:48 pm #173076In reply to: [Resolved] Users cannot register
@mercime
Participant@dsvay Looks like you’re missing the header section of your site on the registration page. Per the premium theme’s description, Dynamix is supposed to be compatible with BuddyPress.
Change to Twenty Twelve/Thirteen theme and check if registration works then. If registration works then, contact theme author about the issue. If not, then deactivate other plugins to identify which is conflicting with BP.
October 18, 2013 at 7:40 pm #173075In reply to: plugin to manually activate members WP 3.5!
Hectorius
ParticipantHello!
I have BuddyPress Pending Activations plugin and I’m having issues with the user still been able to log in even though the user is still in pending state. The login its not failing.
Any help is appreciate it.
October 18, 2013 at 5:11 pm #173071Henry
Member@ugcheleuce WordPress and BuddyPress could handle this no problem. Depending on what features you’d need, you may need to write some custom code or add some plugins.
October 18, 2013 at 5:10 pm #173070bp-help
Participant@ugcheleuce
BuddyPress can do this “Out of the Box.” Please review:
https://codex.buddypress.org/buddypress-components-and-features/extended-profiles/October 18, 2013 at 4:56 pm #173067danbp
ParticipantAlready discussed and solved here:
https://buddypress.org/support/topic/need-activation-key/and a bit older here
https://buddypress.org/support/topic/activation-code-after-new-member-registration/page/2/And of my own experience, i had similar problems in the past due to using the same nav session during the registering process.
In brief, a user’s navigator cache problem.Hope that @djpaul ask on this tread, once more time, about the server type, and that he will finally give a reason or a solution! 😉
October 18, 2013 at 3:52 pm #173063bp-help
Participant@ubernaut
If the server is the culprit for mistakenly taken a user to that page it really isn’t a BuddyPress issue, it is a server issue.October 18, 2013 at 7:28 am #173044In reply to: Linking user avatar to user profile page
bp-help
Participant@binutz
Add the below code to bp-custom.php reference:
https://codex.buddypress.org/plugindev/bp-custom-php/define( 'BP_DEFAULT_COMPONENT', 'profile' );October 18, 2013 at 7:11 am #173039In reply to: All links to Profiles are broken, I get a blank page
@mercime
Participant@inartmedia I’m just seeing a coming soon page. We need more information than what you posted above to help you. https://buddypress.org/support/topic/when-asking-for-support-2/
October 18, 2013 at 1:59 am #173028In reply to: Convert WP Users to BP Members?
@mercime
ParticipantYou only need to post this once.
Closing duplicate of https://buddypress.org/support/topic/convert-wp-users-to-buddypress-members/
October 18, 2013 at 12:54 am #173027In reply to: Convert WP users to BuddyPress members?
Robert
ParticipantHey Henry,
Thanks for the info!
I’m a little surprised it’s something that you have to pay for….you’d think there’s so many people doing it that it would be simple 😉
Thanks again…
RobOctober 18, 2013 at 12:13 am #173023In reply to: PHP Errors
Sophos Creative
ParticipantThese notices aren’t “only notices.” They mean that something isn’t coded properly. So obviously I care as it is preventing me from doing my job. I am not afraid of strict standards messages as I have fixed any that exist within my own projects. Dismissal of an issue does not fix it.
Here is a better solution: https://buddypress.trac.wordpress.org/ticket/5108
October 18, 2013 at 12:03 am #173021In reply to: Convert WP users to BuddyPress members?
Henry
Member@robg48 – this could well be half of the solution you’re looking for when importing stuff from WP to BP. Although there’s no mention of a user import (just blog posts).
https://wordpress.org/plugins/bp-import-blog-activity/
Edit: Just came across the following – please note i’ve not tested it.
October 17, 2013 at 10:17 pm #173017In reply to: Creating links to profile pages
David Jay
ParticipantI was able to get this (create a link to the post author’s BP profile) to work using Boones suggestion here http://wordpress.stackexchange.com/questions/43528/how-to-get-a-buddypress-user-profile-link-and-a-certain-user-profile-field-for-t
To get it to work in the sidebar (running Genesis and the Content Aware Sidebar plugin) I had to use the code below to pull the author id outside the loop. I am strictly an amateur but this may be where folks are having trouble adding a link in sidebars, plugins or widgets?
If you are like me, and not a coder, below is the exact code I used:
<?php $temp_post = get_post($post_id); $user_id = $temp_post->post_author; $author_bp_profile = bp_core_get_user_domain( $user_id ); ?><a href="<?php echo $author_bp_profile;?>">View the author's profile</a>October 17, 2013 at 9:13 pm #173014In reply to: Buddypress x-profile visibility doesn't work
shanebp
ModeratorVisibility checks are not done when profile data is retrieved ‘outside’ BP_XProfile_Group.
You can use bp_xprofile_get_hidden_fields_for_user() to do your own check.
It is reasonable to expect bp_member_profile_data() to include an argument re visibility check.
So it’s not a bug, but you can create an enhancement request ticket on trac.
October 17, 2013 at 8:27 pm #173013In reply to: Buddypress x-profile visibility doesn't work
Ben Hansen
Participanttrac.buddypress.org sounds like a bug to me.
October 17, 2013 at 7:06 pm #173010In reply to: Buddypress x-profile visibility doesn't work
trinzia
ParticipantI’m new so I don’t know what trac is, and whether this is an issue or if I’m doing it wrong.
October 17, 2013 at 6:47 pm #173009In reply to: Buddypress x-profile visibility doesn't work
Ben Hansen
Participantif this is a common problem someone should add a ticket in trac.
October 17, 2013 at 6:41 pm #173008In reply to: Suffusion Theme Compatibility Problems
hughshields
ParticipantThe Suffusion Buddypress Pack is built on the BP Template Pack but is still necessary in order to allow for theme functionality such as formatting, layout, widgets etc. The problem is that the template files are out of date and are from BP 1.6. This is causing problems with the pack.
I downloaded the Buddypress 1.8.1 plugin to my harddrive to try and find updated template files but only see a folder for bp-legacy.
Can someone tell me where to find Buddypress 1.8.1 template files or a way to remedy my problem with my theme.
Much obliged.October 17, 2013 at 5:06 pm #173005In reply to: Buddypress x-profile visibility doesn't work
trinzia
ParticipantSame issue (details below)
In this file {themename}\members\single\member-header.php, is the following code:
<?php /*** * If you'd like to show specific profile fields here use: * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field */ do_action( 'bp_profile_header_meta' ); ?>I have some custom profile fields, so I replaced the ‘do_action’ with these:
<h3>About Me<h3> <?php bp_member_profile_data( 'field=About' ); ?> <h3>Birthday</h3> <?php bp_member_profile_data( 'field=Birthday' ); ?>When I click on the Edit Profile link, I can change visibility settings, and it appears to save them. BUT the saved settings don’t do anything. In another browser where I’m not logged in at all, I can always see all of the fields listed, no matter which settings were chosen.
Advice?
October 17, 2013 at 12:18 pm #172989In reply to: [Registration] Front End Registration not working
jamesdonegan
ParticipantNo. THat has no effect. I’ve disabled EVERYTHING except BuddyPress, and it has no effect.
October 17, 2013 at 11:32 am #172984In reply to: BP site slow to load
Henry
Member@jf_trumpet what exactly is running slow? If the site is accessible you can run it through the Pingdom speed check at http://tools.pingdom.com to see what resource is loading slowly.
WordPress is very zippy as it arrives out of the box – try deactivating BuddyPress to see if there is any improvement in load speed. That way you’ll know if it is in fact BP that’s the problem.
The best way to tackle the problem is to narrow it down.
October 17, 2013 at 7:34 am #172982In reply to: BP site slow to load
micasuh
Participant@bphelp I looked through the BP improving performance page and did not see any mention of what you said. Why aren’t VPS/Dedicated servers more highly mentioned on this page?
Do sites which use BP almost always have a dedicated server or VPS? I’m new to the BP world so all this information is good to learn.
-
AuthorSearch Results