-
bp-help replied to the topic Do any plugins exist that do multi-step registration for Buddypress? in the forum Creating & Extending 11 years, 2 months ago
@scottlush
As a web developer myself I add plugins to the repository because at some point it was a requirement for a client and I just figured I would share it on the WP repository so others could benefit from it. I think this is true with a lot of the plugins on the WP repository as well. There may be a few developers out there that would build…[Read more] -
bp-help replied to the topic want to find my wwebside on google, yahoo,… in the forum Showcase 11 years, 2 months ago
@sid100max
Because you do not know what you are doing. You need to hire a SEO specialists. -
bp-help replied to the topic [Resolved] How to create a dynamic link to "my profile" in the forum How-to & Troubleshooting 11 years, 2 months ago
@elangley
if:
<a href="<?php echo bp_loggedin_user_domain(); ?>">Profile</a>
Didn’t work for you the try:
<a href="<?php global $current_user; echo home_url() . '/members/' . $current_user->user_login . '/profile/'; ?>">Profile</a>
Not tested!
-
bp-help replied to the topic Do any plugins exist that do multi-step registration for Buddypress? in the forum Creating & Extending 11 years, 2 months ago
@scottlush
Sorry to inform you again, but there is no plugins that I know of that does this yet!
I say yet because there is the potential to accomplish this but no one has taken on the challenge to fulfill this requirement yet. -
bp-help replied to the topic Do any plugins exist that recommend who you should follow when registering? in the forum Creating & Extending 11 years, 2 months ago
@scottlush
Negative! Sorry if you was hoping for a better answer but I have not seen this functionality yet and I have been snooping around BuddyPress for a good while. “But you can always build this functionality if you have coding skills.” -
bp-help replied to the topic in the forum bp-help 11 years, 2 months ago
@mohamed_n5000
English please! -
bp-help replied to the topic Hire a BP Developer in the forum How-to & Troubleshooting 11 years, 2 months ago
@tayenewm
You should leave your contact info and a description of the work to be performed, as well as the budget for the work performed here:
and here:
http://jobs.wordpress.net/ -
bp-help replied to the topic [Resolved] bp_is_page depreciated? in the forum Installing BuddyPress 11 years, 2 months ago
@mercime
Thanks for the info, I dunno how I let that slip by me! 🙂 -
bp-help started the topic [Resolved] bp_is_page depreciated? in the forum Installing BuddyPress 11 years, 2 months ago
Just noticed this so what is the replacement? I had used bp_is_page( BP_MEMBERS_SLUG ) so what could I use as an equivalent? I hadn’t seen anything in the codex so any nudge in the right direction is appreciated. Thanks!
-
bp-help replied to the topic Problems with activity loop filter members page in the forum How-to & Troubleshooting 11 years, 2 months ago
@turleybw
Untested!
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&max=3' . '&user_id=' . $user_id ) ) : ?>
<?php while ( bp_activities() ) : bp_the_activity(); ?><?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
<?php endwhile; ?>
<?php endif;… -
bp-help replied to the topic How to change group avatar? in the forum How-to & Troubleshooting 11 years, 2 months ago
@eric-j-t
As site admin click groups nav in your menu, then select the group in which you want to change its avatar. In the tabs below the group avatar select “Admin” then on the next page select “Avatar.” You should see the Upload and Delete avatar options.As a group admin click groups nav in your menu, then select the group in which you are an…[Read more]
-
bp-help replied to the topic Implementing Activity Streams on Home Page in the forum How-to & Troubleshooting 11 years, 2 months ago
@wpelliott
Not really sure I am understanding you correctly but if you want the activity stream as your homepage why not just change it in dashboard/settings/reading then select static, and use the dropdown menu to select “Activity.” If your just trying to add activity to whats already there then try this…[Read more] -
bp-help replied to the topic hide the ‘following/followers’ tabs from non profile owners in the forum Installing BuddyPress 11 years, 2 months ago
@ishanna
Just going over some unanswered topics and I see this one. This following/followers is not native to BP so you must be using a plugin so please provide that info when asking for support and when it regards a third party plugin then the best approach is to approach the plugins author. This forum is mainly for BP issues. 3rd party plugin…[Read more] -
bp-help replied to the topic Sitewide Activity in the forum Installing BuddyPress 11 years, 2 months ago
@rameshwormaharjan
It is not my code, It belongs to @sbrajesh probably the best BP developers out there so the credit belongs to him. Glad it helped you though! -
bp-help replied to the topic Site is loading slow in the forum How-to & Troubleshooting 11 years, 2 months ago
@blastblast
What plugins are you using? Also provide the theme, WP/BP versions you are using. It also would not hurt to include the host info including the hosting package you have with them. -
bp-help replied to the topic remove "activity" tab from user profile in the forum How-to & Troubleshooting 11 years, 2 months ago
@catwomanbadkitty
It really doesn’t matter but I tested it in bp-custom.php. -
bp-help replied to the topic remove "activity" tab from user profile in the forum How-to & Troubleshooting 11 years, 2 months ago
@catwomanbadkitty
function bphelp_remove_activity_from_profile(){
bp_core_remove_nav_item('activity');
}
add_action('bp_activity_setup_nav','bphelp_remove_activity_from_profile');
-
bp-help replied to the topic Exclude admin from redirect login in the forum How-to & Troubleshooting 11 years, 2 months ago
@jdhall1972
That is @sbrajesh ‘s code so maybe you could ask him as well on his site:BuddyPress Premium Themes, BuddyPress Premium and free Plugins
-
bp-help replied to the topic Sitewide Activity in the forum Installing BuddyPress 11 years, 2 months ago
@rameshwormaharjan
Why try to reinvent the wheel? Try this:
If that doesn’t work for you then at least study the code to see where you are going wrong. -
bp-help replied to the topic registration fails after signup newsletter in the forum How-to & Troubleshooting 11 years, 2 months ago
@jordas
I would ask the 3rd party plugins you mentioned on their support forum as they would probably have more insight on the issue you are having. Good luck! - Load More
@bphelp
Active 9 years, 1 month ago