Search Results for 'wordpress'
-
AuthorSearch Results
-
April 20, 2018 at 8:19 am #272273
Varun Dubey
Participant@axcelluloid Please try to debug at your site using default WordPress theme and keeping BuddyPress plugin only at your site. Inside your site, it must be some custom code or 3rd party plugin which is adding those warnings.
April 20, 2018 at 8:17 am #272272In reply to: GDPR compliance
Varun Dubey
Participant@jgflores
As per my understanding— BuddyPress does not save any data related to IP address inside cookies.
— All the profile fields which you have created for your users are kept inside your WordPress database only, not linked to any 3rd party application. If you are using Akismet plugin for spam protection for BuddyPress, they will check logged in member IP address to cross check with their spammer’s database log, again that’s not the BuddyPress thing.April 20, 2018 at 3:59 am #272262In reply to: Exclusive network
Varun Dubey
Participant@cartessius it will be a combination of the plugins, using BuddyPress cusotmization to build up relation will need lots of customization, but MLM plugin like https://wordpress.org/plugins/affiliate-mlm-party-plan/
will create a relation between the user and can display theme tree structure.For BuddyPress, they will be an independent member with their social profile and you can easily display their parent or children user info at their profile easily via minor code edits.
For Assigning them rank, you can use any gamification plugin like mycred, badgeos and you can also automate these rank based on their activities.
April 20, 2018 at 3:53 am #272260In reply to: Registration Form
Varun Dubey
Participant@stl314 You can try https://wordpress.org/plugins/social-articles/ it will allow your members to add blogs.
April 20, 2018 at 3:52 am #272259Varun Dubey
Participant@normancates You can make a suggestion for it as a feature request at following link https://buddypress.trac.wordpress.org/report
April 20, 2018 at 3:36 am #272255In reply to: Creating A Custom Profile Member Page
Varun Dubey
Participant@jayell12 you can copy those files from BuddyPress template folder inside the child theme at the same path
https://plugins.svn.wordpress.org/buddypress/trunk/bp-templates/bp-legacy/buddypress/members/single/Profile header will be loaded using https://plugins.svn.wordpress.org/buddypress/trunk/bp-templates/bp-legacy/buddypress/members/single/member-header.php file
April 20, 2018 at 3:20 am #272253In reply to: Registration with Contact Form 7
Varun Dubey
Participant@orero It will suggest using Gravity form user registration add-on, it will give you WordPress user meta and BuddyPress xprofile fields mapping option as well as gravity form fields.
https://www.gravityforms.com/add-ons/user-registration/, it will take care of all user and field validation as well.As a free option, you can check https://wordpress.org/plugins/frontend-registration-contact-form-7/
April 20, 2018 at 3:10 am #272250In reply to: BuddyPress not sending confirmation emails
Varun Dubey
Participant@datenfresser Try to test if your server can send emails sometimes its disable at the server end, in most of cases server itself create an issue. Try https://wordpress.org/plugins/check-email/ to check email sending.
Varun Dubey
Participant@stl314 you can also try https://wordpress.org/plugins/wpforo/
April 20, 2018 at 2:49 am #272246In reply to: WordPress to BuddyPress profile sync
Varun Dubey
Participant@normancates, BuddyPress has an only primary field as Name, rest are user-defined.
With BuddyPress, you are also allowed to create additional First Name & Last Name fields, and it will need some custom codes like pasted by @krioteh.You can try https://wordpress.org/plugins/bp2wp-full-sync/, hopefully, it will help.
April 20, 2018 at 2:43 am #272245Varun Dubey
Participant@normancates you can check for https://wordpress.org/plugins/bp2wp-full-sync/ plugin, it will allow mapping your xprofile fields with WordPress User Fields.
April 20, 2018 at 12:32 am #272239In reply to: WordPress to BuddyPress profile sync
Norman Cates
ParticipantThat’s awesome.
Why is this not a standard part of Buddypress? (Rhetorical question)
IMO, any fields should be designated (or able to be designated) as linked to the WP profile information.
THis is a CONSTANT source of confusion for me and any users. Because some plugins use the WordPress profile info, and some the Buddypress info.
I get that they probably need to do that. But at least let us synchronise the data.
Including display name options…
Please, BP / WP developers, slam an interface on this and let us keep our data consistent.
Cheers,
NormApril 19, 2018 at 9:21 pm #272236In reply to: Assign Members Page
baccoeur
ParticipantHi
I have figure it out where the issue is i have checked this 3 components
PLease see screenshot
https://prnt.sc/j7k2k1So i can now assign my member page
http://prntscr.com/j7k7ufSo can you please give easy way instrutions or tutorial?
On How can i make this Please!1.Create Buddypress Community
*Users can create and update profiles, including the use of profile photos. Site administrators can easily set up the parameters of the user profiles.*Users can befriend one another. The site owner can decide what special abilities friends have with regard to one another.
*Users can send private messages. BuddyBoss comes with a robust private messaging system, similar to that found on Facebook. Users can choose whether or not to receive an email notification when someone sends them a message.
*Users can form and join groups. Groups can be used for a wide range of functions within the website. Administrators can choose to let their users create and join groups of common interest.
*Users can follow activity streams. BuddyPress activity streams provide a quick digest of the recent activity going on within a site or with regard to a particular user.
*Users can create blogs. Capitalizing on the full functionality of WordPress, the most popular blogging platform in the world, BuddyPress gives administrators and users a full-featured online publishing platform.
*Users can participate in forum discussions. BuddyPress is fully integrated with bbPress, a slick forum system.
2. Active Login portal with Facebook or Google login credentials.
3. Active User generated material through BuddyForms or other methods.Please advice thank you!
April 19, 2018 at 4:46 pm #272229In reply to: BP vs WP user roles
Paul Wong-Gibbs
KeymasterBuddyPress does not use WordPress user roles or capabilities. Technically, there is a
bp_moderatecapability, but we map that to roles that havemanage_optionscapability (by default), or Network Admins, in multisite.Even so, some parts, including the Profile Fields admin screen in wp-admin, require the
manage_optionscapability.So, basically, add the
bp_moderatecapability to all your custom roles, and if that doesn’t work, they’ll need themanage_optionsrole — which, warning, gives them a lot of WordPress admin power as well.No ways around this at the moment.
April 19, 2018 at 1:08 pm #272220In reply to: Exclusive network
cartessius
Participant@vapvarun
Thank you for your reply.Can you please elaborate more how the plugin can be used to create the hierarchical network which works on invitation basis? The mentioned plugin contains interesting features – I also need to define ranks (for example “national director” or “regional director” etc).
Are there any other plugins which could be used? Somebody mentioned using this plugin for invitations: https://wordpress.org/plugins/invite-anyone/#description
It would be very helpful if you could send me an example so I can see how this works in praxis.
Thank you!
April 19, 2018 at 9:59 am #272216jjkob
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
-
AuthorSearch Results