-
bp-help replied to the topic Buddy press redirect loop in the forum How-to & Troubleshooting 9 years, 9 months ago
@manleyf3
Have you tried activating the twenty-fifteen theme included in WP to see if the issue persists? I am assuming your issue is coming from the “BeeTube” theme which is a premium theme that we don’t have access to so if after activating the twenty-fifteen theme fixes the issue then you will need to contact the “BeeTube” themes support to…[Read more] -
bp-help replied to the topic Buddy press redirect loop in the forum How-to & Troubleshooting 9 years, 9 months ago
@manleyf3
Have you tried activating the twenty-fifteen theme included in WP to see if the issue persists? I am assuming your issue is coming from the “BeeTube” theme which is a premium theme that we don’t have access to so if after activating the twenty-fifteen theme fixes the issue then you will need to contact the “BeeTube” themes support to…[Read more] -
bp-help replied to the topic 2.2 Member Types – Setting user member types during registration (xProfile) in the forum How-to & Troubleshooting 9 years, 9 months ago
@tstrickland415 @kobrakai75
I am not sure this is possible at this time but maybe someone else can chime in because I may be wrong because member types is still fairly new to BP and I have yet to play around with it. -
bp-help replied to the topic How to make river commenting respect "Your comment is awaiting moderation" in the forum How-to & Troubleshooting 9 years, 9 months ago
@rosyteddy
Whats river commenting? -
bp-help replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
Thanks @henrywright this update makes it even better to use in my dev environment!
-
bp-help replied to the topic Buddy press redirect loop in the forum How-to & Troubleshooting 9 years, 9 months ago
@manleyf3
You will need to supply more info on your setup in order for the community to help. Please supply WP/BP versions, theme, and plugins used. Thanks! -
bp-help replied to the topic NO ONE WILL HELP ME WITH BUDDYPRESS in the forum How-to & Troubleshooting 9 years, 9 months ago
@rapforthemoment
Have you tried this plugin:
https://wordpress.org/plugins/dynamic-widgets/ -
bp-help replied to the topic Admin accounts can read other users' private messages via Notifications tab in the forum How-to & Troubleshooting 9 years, 9 months ago
@mcpeanut @vitamincee
Just out of curiosity what role editors are you referring to so the OP can explore that route and can these role editors allow you to assign moderators that wouldn’t have full admin rights? For instance could you as an admin assign a moderator that could edit the activity stream and forum topics without them being able to…[Read more] -
bp-help replied to the topic Admin accounts can read other users' private messages via Notifications tab in the forum How-to & Troubleshooting 9 years, 9 months ago
@mcpeanut
While I appreciate your concern on the OP’s topic you should also be aware that most social network admins including the big ones you may be using have access to PM’s as well as IP’s and Internet Service Providers. If your that paranoid about who has access to your data then I suppose the best policy would be not to volunteer it by…[Read more] -
bp-help replied to the topic Admin accounts can read other users' private messages via Notifications tab in the forum How-to & Troubleshooting 9 years, 9 months ago
@rosyteddy
I suppose that is why a site owner should seek legal advice when creating a sites “Terms of Service” and “Privacy policy.” I seriously doubt any ethical admin would be reading other users PM’s without just cause or if they were served a court subpoena to access the PM’s. -
bp-help replied to the topic Admin accounts can read other users' private messages via Notifications tab in the forum How-to & Troubleshooting 9 years, 9 months ago
@vitamincee
As @henrywright mentioned that is by design. Otherwise how would you be able to solve issues between users as an admin if one of your users complains that another user is sending harassing private messages. If you was locked out of viewing the private messages as an admin then you really couldn’t determine if its a legit complaint or…[Read more] -
bp-help replied to the topic mentions not working in the forum Installing BuddyPress 9 years, 9 months ago
@aymanomar85
@mentions works for me using the latest WP/BP, twenty-fifteen theme, Private Community For BP plugin, and BuddyPress Identicons plugin. Very basic setup for myself so you will need to provide more info on your setup so others can help. 🙂 -
bp-help replied to the topic BuddyPress 2.2.1 incompatible with Yoast SEO, botched page titles in the forum How-to & Troubleshooting 9 years, 9 months ago
@michaelhpdx
Not sure if these fixes still work but its worth a try:Making WordPress SEO plugin compatible with BuddyPress Part 2
Good luck! -
bp-help replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
Hi @danbp and @henrywright
When I used to have my plugins up on the repo I started writing in the description to “Please read the F.A.Q before installing this plugin” That helped a lot with support requests that were unnecessary. I followed my own advice when I installed Henry’s plugin and I knew the behavior to expect and therefor I didn’t have…[Read more] -
bp-help replied to the topic New plugin: BuddyPress Identicons in the forum Showcase 9 years, 9 months ago
@henrywright
Great job!
I installed the plugin and it works a treat and left a 5 star review. Congratulations! -
bp-help replied to the topic Get Logged-In User Profile Link URL? in the forum How-to & Troubleshooting 9 years, 9 months ago
@ctyldsley
Use the below code if you only want the image linking to their profile for logged in users.
if ( is_user_logged_in() ) {
<a href="<?php echo bp_loggedin_user_domain(); ?>"><img src="<?php bloginfo('url'); ?>/wp-content/uploads/2015/01/ManageProfile.png"></a>
}
-
bp-help replied to the topic Get Logged-In User Profile Link URL? in the forum How-to & Troubleshooting 9 years, 9 months ago
@ctyldsley
I am assuming you will be be putting the image that connects each user to their profile in a template although I am not sure which one you would want to place it in but something like this should work:
[Read more]
<a href="<?php echo bp_loggedin_user_domain(); ?>"><img src="<?php bloginfo('url');… -
bp-help replied to the topic Multiple scopes in activity-loop.php not entirely working in BP 2.2.1 in the forum Requests & Feedback 9 years, 9 months ago
Thanks @danbp for the bug confirmation. I opened the below ticket:
https://buddypress.trac.wordpress.org/ticket/6234 -
bp-help started the topic Multiple scopes in activity-loop.php not entirely working in BP 2.2.1 in the forum Requests & Feedback 9 years, 9 months ago
After some test with the latest version of WP and BP I have found a slight bug with using multiple scopes in the activity-loop.php. Below is the code I used in the loop:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&scope=just-me,friends' ) ) : ?>
The reason I say it is a slight bug is because I found if you go to…[Read more]
-
bp-help replied to the topic How to hide member page from logout users? in the forum How-to & Troubleshooting 9 years, 9 months ago
@buddies
If after following Hugo’s advice does not resolve your issue then place the below snippet in bp-custom.php
function bphelp_members_page_private_redirect() {if ( bp_is_members_component() ) {
if(!is_user_logged_in()) {
bp_core_redirect( get_option('home') . '/register' );
}…[Read more] - Load More
@bphelp
Active 9 years, 1 month ago