Search Results for 'wordpress'
-
AuthorSearch Results
-
April 19, 2018 at 9:59 am #272216
jjkob
ParticipantGo to the Pages menu in WordPress and manually create new pages named “Activity”, “Members”, etc.; then go to Settings>BuddyPress>Pages and select the new pages from the respective drop-down menus. BuddyPress should then push the appropriate content to those pages automatically.
April 19, 2018 at 7:48 am #272213jjkob
ParticipantI am having the same problem as the original poster, with roughly the same specs (except I am using WordPress 4.9.5 and a shared hosting provider). I even deleted BuddyPress and installed the new beta 3.0 version, but still no component pages were auto created.
Assuming that there is somehow no solution for BuddyPress failing to auto create component pages, are there shortcodes (and/or other page content) you can share in this thread for manually creating the component pages (Members, Activity Streams, User Groups, Register, Activate)?
April 18, 2018 at 1:15 pm #272196In reply to: SWITCH FROM ULTIMATE MEMBER TO BUDDYPRESS
Varun Dubey
Participant@twwebbie You can check https://wordpress.org/plugins/bp-wc-vendors/ , it works with WC vendor pro
April 18, 2018 at 7:23 am #272180In reply to: SWITCH FROM ULTIMATE MEMBER TO BUDDYPRESS
Varun Dubey
Participant@twwebbie You will have user data same and after activating BuddyPress, you will also have Profile for all. Ultimate Member saves profile details to user meta, you can export them as CSV data and with CSV you can import them into BuddyPress xprofile fields.
For UM activities, they can not be imported directly into BuddyPress activities, you can check with your developer to create migration script for UM activities.For BuddyPress WooCommerce integration you can use https://wordpress.org/plugins/wc4bp/
Paid membership pro also offer free add-on for it https://wordpress.org/plugins/pmpro-buddypress/April 17, 2018 at 5:06 am #272166In reply to: Fatal Error of buddypress after updating wordpress
Arshad Hussain
ParticipantI am really frustrated now.
I have take a look buddypress new version 2.9.4 that has file/folder structure changed.
What I have done is that I replace bp-members and bp-core folders with new versions folder.
I also replaced bp-loader.php and upload class-buddypress.php file to the root of buddypress plugin and then updated wordpress core to the latest version. it worked successfully.
But I don’t want this. I simply want wordpress core update without updating/editing buddypress plugin files/folders.
Please help.
April 17, 2018 at 3:43 am #272164Varun Dubey
Participant@rhormazar above code had the same purpose to enable it for all members, the same code is also used inside buddyextender plugin https://plugins.svn.wordpress.org/buddyextender/trunk/loader.php
April 16, 2018 at 9:42 pm #272150In reply to: Assign Members Page
baccoeur
ParticipantHI
Thank you for your response
My wordpress version is 4.9.5 http://prntscr.com/j65rph
My buddypress version is 2.9.3 http://prntscr.com/j65s36Our site is not multi site and also the buddypress plugins are not customized.
Please let me know what is you advice.
Thank you!
April 16, 2018 at 8:07 pm #272140Ricardo
ParticipantI didn’t test it right initially. The auto-fill only works when members are friends, and when I tested it I tested it with “@username” which didn’t work.
I then found a plugin that enables it to work for all members and not just friends: https://wordpress.org/plugins/buddyextender/
April 16, 2018 at 5:53 am #272113In reply to: Types of Friends
Varun Dubey
Participant@akswer Friend type is not part of current features. It’s not like regular WordPress Post category. It will need to be extended and need to add one more parameter for friends and add a new option for the user to add specific friend inside their list Like Inner Circle, Friend or Acquaintance. You can request for a feature inside https://buddypress.trac.wordpress.org/report
April 15, 2018 at 12:00 pm #272089In reply to: Buddypress notifications
Varun Dubey
Participant@bizzibi @cassihl If you are only looking for BP notification only not as email for new topics, you can try
https://github.com/buddydev/bbp-bp-notify-new-topicFor bbPres email notification, you can check
April 15, 2018 at 10:44 am #272087In reply to: Notify by email when update is made in group
Varun Dubey
ParticipantApril 15, 2018 at 4:57 am #272082In reply to: Shortcode question [bp_profile_url]
Varun Dubey
Participant@avaiya might be this can help https://wordpress.org/plugins/bp-post-from-anywhere/ it will help you to paste shortcode inside page or widgets which will allow your user to post from anywhere.
April 15, 2018 at 3:35 am #272081In reply to: collapse comment & comment reply.
Dr md shahriar kabir
Participanti use
wordpress vers- 4.9.5
buddypress vers- 2.9.4April 14, 2018 at 9:33 pm #272075Varun Dubey
Participant@parttimedimes you can use https://wordpress.org/plugins/hashbuddy/ it can help to tag activities and comments with related hashtags and you can search activities as well.
April 14, 2018 at 7:08 am #272041In reply to: Emails for change password and reset password
Paul Wong-Gibbs
KeymasterShort answer is WordPress has a totally crap email API, and it’s really hard to reliable filter the core WordPress emails. That’s a big part of the reason I wrote a modern email API for BuddyPress, because WordPress itself is doing a bad job.
Let me know if you think this is something we should prioritise. It’s been a while since we’ve improved the email system, and this might be a good reason for another pass.
April 14, 2018 at 7:01 am #272036In reply to: Assign Members Page
Paul Wong-Gibbs
KeymasterI am not sure why this might not work. I suspect, too, it is a conflict with some other plugin or theme that affects permalinks or page management, but it’s impossible to tell without actually working through the code and checking your database. Perhaps the theme, as you said you’ve tried disabling all plugins.
If you let me know your versions of WordPress and BuddyPress, and if your site has WordPress multisite enabled or not, or if you’ve customised any BuddyPress options via custom code, I’ll try to test on a similar site next week and just confirm if it actually works. I doubt that’ll help fix your issue, though, unfortunately.
April 14, 2018 at 6:58 am #272035In reply to: Theme activity in buddypress…
Paul Wong-Gibbs
KeymasterYou’ll need to be a reasonably competent developer, familiar with WordPress, to achieve this. There is some documentation at https://codex.buddypress.org/plugindev/bp_activity_add-2/ that might help you get started. Good luck!
April 14, 2018 at 6:56 am #272034In reply to: Cron Jobes Issue
Paul Wong-Gibbs
KeymasterThanks for the kind words! BuddyPress does *use* a cron task for only one thing — if Activity component is active and you also have the Akismet plugin enabled, then there’s an integration between the two, and our cron task periodically tidies up old metadata.
We do nothing that I know of that affects WordPress’ cron system, let alone something that might break things.
(To clarify: we use WordPress’ “scheduled cron” API, like all plugins, not actual “Linux cron” jobs).
April 13, 2018 at 4:37 pm #272014In reply to: How to restrict group creation to certain users
David Cavins
KeymasterSee above for a list of user capabilities by role:
2) Choose the users that you want to enable (to create groups). Get the list of WP capabilities for each of them from here (or use a role/capability editing plugin):
https://codex.wordpress.org/Roles_and_Capabilities
Choose one capability which is only shared by those users that will have the ability to create groups.
No, there is not currently a way to make a group “pending” though that’s will be possible as a result of something I’m working on.
April 12, 2018 at 2:28 am #271986In reply to: Assign Members Page
baccoeur
ParticipantHi
Thank you for your response
I just follow and check the instruction you give.
Try deactivating all other plugins, this is most likely a plugin conflict I would think.
Still issue exist
I have done deactivating all plugins in the site but still doesn’t save the member page.
http://prntscr.com/j3m4ozThe following active BuddyPress Components do not have associated WordPress Pages: Members. Repair
Please advice.
Thank you!
April 11, 2018 at 2:42 am #271969In reply to: Assign Members Page
baccoeur
ParticipantHi
Thank you for your response
I just follow and check the instruction you give.
Check Dashboard>>Settings>>BuddyPress>>Pages and make sure the BP Members component is assigned to your members page.
Here are the issue i have found.
Please see screenshot
http://prntscr.com/j3m4ozThe following active BuddyPress Components do not have associated WordPress Pages: Members. Repair
Please advice.
Thank you!
April 10, 2018 at 9:44 am #271955In reply to: Notification from bbpress to buddypress
begindot
ParticipantDid you try the forum notifier plugin? You can also have a look at other plugins here Best BuddyPress Plugins
April 10, 2018 at 9:00 am #271953In reply to: Disable comments in activity
Venutius
ModeratorYou should be able to do that, with a filter to only display the What’s new box if the logged in user name is the same as the displayed user name. by overloading the activity/post-form.php file.
Check out BP Template Overloader to help you manage your template overloads.
April 10, 2018 at 4:01 am #271944In reply to: Alternative to Xprofile
darunia77
ParticipantHey guys, @grounder is talking about xprofile fields plugin, not Buddypress. Read the thread title.
I assume it’s this plugin as it has been abandoned by wordpress recently as it has not been updated in 3 years or so.
I am also using this plugin and looking for an alternative. My hosting (wp-engine) just notified me that this plugin has a security vulnerability and they have contacted the developer to fix it but I doubt it will happen.
I think this plugin might be an alternative but have to look into it, if anyone is also in this situation. This one is also not updated:
April 9, 2018 at 4:12 pm #271931In reply to: Cannot activate user
Venutius
ModeratorHow did you change the link to the registration page? Presumably this is what caused that issue. I’ve not had to do that myself so am unaware of what issues it may cause.
Regarding some users not getting activation emails. Are you using the default wordpress email address (wordpress@yoursite.com) some mail providers block these default emails and you can change the default email to something mre specific to your site using a plugin such as CB Change Mail Sender.
-
AuthorSearch Results