Search Results for 'buddypress'
-
AuthorSearch Results
-
March 23, 2014 at 9:06 pm #180215
simple-man
ParticipantI tried both your suggestions:
1. Yes, I still get the “Invalid Activation Key” error if I copy and paste the link url directly in the browser.
2. Ok, de-activated all plugins except buddypress and clicked the link (also pasted directly to browser) and still same error: Invalid Activation Key
Thank you.
March 23, 2014 at 7:50 pm #180210Henry Wright
Moderator@simple-man if the activation key is in the database and the link in the email is right then the problem must be elsewhere.
1. instead of clicking on the link in the email, are you able to copy the link and paste it directly into the browser address bar? It could be the click-through that is causing the problem. Just a thought.
2. can you ensure all plugins are deactivated (aside from BuddyPress).
March 23, 2014 at 6:35 pm #180207simple-man
ParticipantI am the admin, but I don’t know how to check that.
I also just chatted with my hosting company and they told me all the databases/tables appear fine and could not help me. They told me to try here at buddypress forums 🙂
March 23, 2014 at 3:31 pm #180201simple-man
ParticipantThanks for the response.
I have tried everything I can think of, including testing with three different new accounts on different days.
I keep getting the same error message: Invalid Activation Key
Q: Can it be possible that BuddyPress (in our case) never stores the code in the database that it send in the registration email link? Perhaps that’s where the mis-match/invalid message is coming from?
March 23, 2014 at 10:48 am #180196In reply to: Share/Retweet Feature
Paul Bursnall
ParticipantSorry, maybe my above explanation wasn’t clear. Say Paul Gibbs submits an update “Buddypress is great”, I’m looking for a feature to allow me to share / resubmit that myself, to be seen by my own followers.
Activity plus allows users to share different media types.
I’d like to be able to share the updates of any user with other users, potentially regardless of media type (although photo functionality is poor in BP) – same as ‘Share’ or ‘Retweet’.
Thanks.
March 23, 2014 at 7:26 am #180187In reply to: Share/Retweet Feature
March 23, 2014 at 7:22 am #180183Paul Wong-Gibbs
KeymasterThis was posted again at https://buddypress.org/support/topic/problem-invalid-activation-key/
March 23, 2014 at 7:21 am #180181In reply to: Problem: Invalid Activation Key
Paul Wong-Gibbs
KeymasterAlso closing this in favour of your original thread at https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/
March 23, 2014 at 7:20 am #180178Paul Wong-Gibbs
Keymaster@henrywright — BuddyPress doesn’t use WP roles or caps anywhere much yet, so giving
edit_userswon’t help.March 23, 2014 at 7:11 am #180172In reply to: BuddyPress Roles and Capabilities
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t currently user WordPress’ roles/capabilities systems. I haven’t looked at the code in while, but I’m pretty sure it’s going to be challenging to either add a new “role” or change the behaviours that are currently assigned to Group Mods/Admins/Members.
It’s probably something relatively niche so I’d be pleasantly surprised if someone comes along with a readymade solution. I think you/someone is going to have to dive into the code and see what’s possible.
March 23, 2014 at 7:08 am #180170In reply to: How to create roles and capabilities for user roles
Paul Wong-Gibbs
Keymaster@siteshack — do NOT create duplicate topics. You’ve already posted this here: https://buddypress.org/support/topic/buddypress-roles-and-capabilities/
March 23, 2014 at 5:25 am #180167In reply to: how to deny login from wordpress login page
DrMosko
Participantcan u give more details pls,
I tried to edit buddypress\bp-core\bp-core-widgets.php
line 80
<?php else : ?> <?php do_action( 'bp_before_login_widget_loggedout' ); ?> <?php do_action( 'bp_before_sidebar_login_form' ); ?> <form name="bp-login-form" id="bp-login-widget-form" class="standard-form" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post"> <label for="bp-login-widget-user-login"><?php _e( 'Username', 'buddypress' ); ?></label> <input type="text" name="log" id="bp-login-widget-user-login" class="input" value="" /> <br/> <label for="bp-login-widget-user-pass"><?php _e( 'Password', 'buddypress' ); ?></label> <input type="password" name="pwd" id="bp-login-widget-user-pass" class="input" value="" /> <div class="forgetmenot"><label><input name="rememberme" type="checkbox" id="bp-login-widget-rememberme" value="forever" /> <?php _e( 'Remember Me', 'buddypress' ); ?></label></div> <input type="submit" name="wp-submit" id="bp-login-widget-submit" value="<?php _e( 'Log In', 'buddypress' ); ?>" /> <?php if ( bp_get_signup_allowed() ) : ?> <span class="bp-login-widget-register-link"><?php printf( __( '<a href="%s" title="Register for a new account">Register</a>', 'buddypress' ), bp_get_signup_page() ); ?></span> <?php endif; ?>and no results
March 23, 2014 at 2:53 am #180164In reply to: Buddypress for subdomain?
Satyendra9717
ParticipantYes, I want to have buddypress as a forum on a separate subdomain like forums.mysite.com. Lets say i created a subdomain from wordpress mu and installed wordpress on it. what should i do next?
Any link?
Thanks
March 22, 2014 at 8:57 pm #180160In reply to: how to deny login from wordpress login page
Prince Abiola Ogundipe
Participantif you are using buddypress theme or child theme, you can easily hook the error message to the sidebar using:
‘add_action ( ‘bp_before_sidebar_login_form’, ‘my_xyz’);’
March 22, 2014 at 8:57 pm #180159jbroskos
ParticipantI’ve done that, but when my test officer user clicks the edit button on the profile it just comes up with
Not Found
It looks like nothing was found at this location. Maybe try a search?
This just seems to give the Officer role access to edit users within WP, but doesn’t apply to the BuddyPress Extended Profiles. 🙁
March 22, 2014 at 7:47 pm #180145In reply to: how to deny login from wordpress login page
DrMosko
Participantif a user came from buddypress page and try to connect he is buddypress user for sure ,but if he got to login page from another place he isnt.
u can see the idea in the func above.
is there a way to pass all the login warnnings like wrong password to the buddypress pageMarch 22, 2014 at 7:21 pm #180141In reply to: How I hide my un-wanted profile tabs
shanebp
ModeratorFor renaming things, the recommended practice is to use a language file:
If you make a lot of changes, you should use that approach.
The ‘counting bubble’ is filled using sprintf.
You’re missing that call from your change.
You could try
$bp->bp_nav['messages']['name']='Mails <span>%d</span>';
But I’d be surprised if it works.Here’s another method, that you can paste in your functions.php:
function sundev_change_buddypress_profile_tabs( $translated, $original_text, $domain ) { if ( 'buddypress' !== $domain ) { return $translated; } switch ( $original_text ) { case 'Messages <span>%d</span>': return 'Mails <span>%d</span>'; case 'Messages': return 'Mails'; default: return $translated; } } add_filter( 'gettext', 'sundev_change_buddypress_profile_tabs', 10, 3 );Untested, but that should change the label in both a profile and the buddy-bar.
March 22, 2014 at 6:53 pm #180139In reply to: how to deny login from wordpress login page
DrMosko
Participantthank u for try to help me, but I ask again,
I have many needs for diffrent users, one type of users is buddypress, I dont want all my users to connect through front-end, only buddypress users.
in ur suggestion I will redirect all logins to specific loaction.so what I did is :
//redirect buddypress users login to frontpage function redirect_wp_login_buddypress(){ global $pagenow; $prev_url = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; if ( $prev_url ) { $prev_path = str_replace( home_url(), '', $prev_url ); $page = get_page_by_path( $prev_path ); } if ( $page->ID == '31' && $pagenow == 'wp-login.php') { // buddypress parent page wp_redirect( home_url() . '/?p=31/', 301 ); exit(); } } add_action( 'init', 'redirect_wp_login_buddypress' );$page->ID == '31'31 is my buddypress frontend pagethe problem with this is that if user insert incorrect pass or user name, he will not be noticed, also he wont get resend details option,
can u think of a better way?March 22, 2014 at 5:05 pm #180137In reply to: problem in display order – bp_has_member
shanebp
ModeratorYes, BP_User_Query now supports preserving the order the ‘user_ids’ parameter.
So if you’re using a function to collect member ids, take a look at
Note the last entry.
March 22, 2014 at 4:19 pm #180134simple-man
ParticipantI haven’t received any help in almost a week after posting, so I will be calling on some of the buddypress developers here for help:
@boonebgorges @modemlooper @jjj @mercime @djpaulI have posted the activation link above.
Please let me know what can I do to solve this.
Thank you!
March 22, 2014 at 2:04 pm #180132In reply to: Buddypress for subdomain?
Renato Alves
ModeratorThe procedure explained in the article doesn’t apply. What would work for you is to install another WordPress installation in the subdomain with the only purpose of hosting BuddyPress. I’m not sure if that’s what you’re trying to do bu I’d recommend using WordPress Multisite for that.
March 22, 2014 at 10:13 am #180122sundev
ParticipantHi. This is not a buddypress issue but the plugin you use which by default, messages should be delivered into there registered email. You may need to make a self test by your self. One of the good type is(wp job board)
cheungvong
Participant@alaminopu
Thanks. I found this article https://buddypress.org/support/topic/multi-site-multi-network-questions/ and downloaded http://buddydev.com/plugins/buddypress-multi-network/ and I have it working now.Md. Al-Amin
Participant@cheungvong, This article will help you. https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
March 21, 2014 at 7:02 pm #180104In reply to: Notifications tab seems to break site
shughey
ParticipantI’m having the same problem so I tried using your fix but something is wrong. I don’t have:
elseif ( bp_is_user_forums() ) : bp_get_template_part( 'members/single/forums' );I have:
elseif ( bp_is_user_forums() ) : locate_template( array( 'members/single/forums.php' ), true );Using WP 3.8.1 and Buddypress 1.9.2
-
AuthorSearch Results