-
Varun Dubey replied to the topic IOS APP in the forum Installing BuddyPress 6 years, 5 months ago
@mrditt You can take a look of AppPresser
-
Varun Dubey replied to the topic Show whos online with php only in the forum How-to & Troubleshooting 6 years, 5 months ago
@autox420 You can check the widget code inside bb plugin and use the same to get a list of member based on last active timestamp.
-
Varun Dubey replied to the topic Read activation key in activate.php in the forum How-to & Troubleshooting 6 years, 5 months ago
-
Varun Dubey replied to the topic Some activity stream issues in the forum How-to & Troubleshooting 6 years, 5 months ago
@akkoxe check inside the browser console, if you are getting errors. It will help to debug the issue.
-
Varun Dubey replied to the topic Tolbar not visible in the forum How-to & Troubleshooting 6 years, 5 months ago
@thedark52 You can try some custom css like
body:not(logged-in) #wpadminbar {
display: none;
} -
Varun Dubey replied to the topic Broken Link After Successful Activation in the forum Installing BuddyPress 6 years, 5 months ago
For Gravatar, you will need to modify
bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php
Replace
esc_html_e( 'Your profile photo will be used on your profile and throughout the site. If there is a <a href="https://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image…
[Read more] -
Varun Dubey replied to the topic Broken Link After Successful Activation in the forum Installing BuddyPress 6 years, 5 months ago
@vpsgeneral I am able to replicate the issue, you can edit
bp-templates/bp-nouveau/buddypress/members/activate.php
Replace sprintf with printf
sprintf(
[Read more]
__( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', 'buddypress' ),
wp_login_url(… -
Varun Dubey replied to the topic Redirect w/Woocommerce during billing in the forum How-to & Troubleshooting 6 years, 5 months ago
@lz430 It should be some custom codes your site or plugin configuration which is redirecting member’s wall.
-
Varun Dubey replied to the topic BuddyPress activity link is broken in the forum How-to & Troubleshooting 6 years, 5 months ago
You just need to make a change inside
https://buddypress.trac.wordpress.org/attachment/ticket/7843/7843.2.diff
for file
bp-activity/bp-activity-functions.php
Ignore the tests/phpunit/testcases/activity/functions.php -
Varun Dubey replied to the topic I can't find arabic translation in the forum Installing BuddyPress 6 years, 5 months ago
@anas9279 you cannot approve them now, I just checked There are no editors for BuddyPress project, yet.https://translate.wordpress.org/locale/ar/default/wp-plugins/buddypress, You can apply on the same page.
-
Varun Dubey replied to the topic BuddyPress activity link is broken in the forum How-to & Troubleshooting 6 years, 5 months ago
@orribu you can check these fixes
https://buddypress.trac.wordpress.org/ticket/7843#comment:11 -
Varun Dubey replied to the topic Checkbox field always fails and states it's mandatory even if it is checked in the forum How-to & Troubleshooting 6 years, 5 months ago
@mvaneijgen You can follow these fixes https://buddypress.trac.wordpress.org/ticket/7845
-
Varun Dubey replied to the topic Problem with Buddypress in the forum Installing BuddyPress 6 years, 5 months ago
@lunarayven BP does not offer login page, you can use any 3rd party plugin like login with Ajax to create a login page.
-
Varun Dubey replied to the topic Users Settings (Change Password) option page not working in the forum How-to & Troubleshooting 6 years, 5 months ago
@denniscabasal BuddyPress Xprofile Custom Fields Type: v2.6.3 is not compatible with BP3.0 You can check https://wordpress.org/plugins/bp-xprofile-custom-field-types/ which is new plugin based on Donmikâs plugin
-
Varun Dubey replied to the topic Document Management Support in the forum Requests & Feedback 6 years, 5 months ago
@optimized You can check https://wordpress.org/plugins/buddydrive/
-
Varun Dubey replied to the topic Password in email notification in the forum Creating & Extending 6 years, 5 months ago
With current BP email templates, Password is not available inside it, you can check available tokens here https://codex.buddypress.org/emails/email-tokens/
There are a couple of 3rd party plugin which you can use to modify the registration flow, or you can customize the BP registration form and hook up a new welcome email -
Varun Dubey replied to the topic Buddypress registration page password field in the forum Installing BuddyPress 6 years, 5 months ago
A password is not available as email token
You will need to send a custom welcome email with an autogenerated password.
-
Varun Dubey replied to the topic Only allow admin to create the groups in the forum Creating & Extending 6 years, 5 months ago
@optimized You can create the group from frontend only.
You can also limit the group create feature for admin only from BuddyPress SettingSetting >> BuddyPress >> Options
-
Varun Dubey replied to the topic Another Clueless Admin – WP and BP won't play together in the forum Installing BuddyPress 6 years, 5 months ago
@thegoodnamesweretaken
Inside Permalinks
Setting >> Permalinks
set it is /%postname%/ - Load More
@vapvarun
Active 3 weeks, 4 days ago