Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,826 through 6,850 (of 68,948 total)
  • Author
    Search Results
  • #272236

    In reply to: Assign Members Page

    baccoeur
    Participant

    Hi

    I have figure it out where the issue is i have checked this 3 components
    PLease see screenshot
    https://prnt.sc/j7k2k1

    So i can now assign my member page
    http://prntscr.com/j7k7uf

    So 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!

    #272229

    In reply to: BP vs WP user roles

    Paul Wong-Gibbs
    Keymaster

    BuddyPress does not use WordPress user roles or capabilities. Technically, there is a bp_moderate capability, but we map that to roles that have manage_options capability (by default), or Network Admins, in multisite.

    Even so, some parts, including the Profile Fields admin screen in wp-admin, require the manage_options capability.

    So, basically, add the bp_moderate capability to all your custom roles, and if that doesn’t work, they’ll need the manage_options role — which, warning, gives them a lot of WordPress admin power as well.

    No ways around this at the moment.

    #272228
    Paul Wong-Gibbs
    Keymaster

    BuddyPress 2.9.4 include a tweak for emails that might have been causing this.
    Apart from that, to our best of knowledge, everything related to emails is working.

    Paul Wong-Gibbs
    Keymaster

    It’s unlikely that the original recipients will reply, as this thread is nearly two years old.

    BuddyPress does not offer its own log-in page. This is your theme, or something else, doing that.

    I suspect also people are mixing up the “log in” page with the user registration form, which are two very different things.

    #272222

    In reply to: Registration Form

    Venutius
    Moderator

    Yes BuddyPress allows you to create extra fields for the registration form, there are also a number of plugins that extend the types of fields available.

    Regarding user blogs, there are a number of options available but these tend to exist outside of BuddyPress – ie, assign a member an author role and they will be able to create blogs.

    #272216
    jjkob
    Participant

    Go 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.

    #272213
    jjkob
    Participant

    I 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)?

    #272211

    In reply to: Assign Members Page

    jjkob
    Participant

    I am also having a similar problem — I activated BuddyPress, but none of the component pages (Activity, Members, Groups) were automatically generated. I did have “Anyone can register” initially disabled, but I have since enabled this option and deactivated/activated BuddyPress, but to no avail (i.e., the pages are still not being auto created).

    graphitewp2
    Participant

    On the other hand, Id like the buddypress login redirect to my theme login page. The theme is just all done up already.

    Ive managed to redirect BP registration already to my theme registration page.

    This would help many in that we dont have any recent answers.

    Thanks

    #272202
    Ermejo
    Participant

    Tnx Vapvarun

    It’s definitely Buddypress as the LMS wasn’t installed a few years ago when I started noticing them

    With the LMS installed now, users cannot see the lessons their profile has these notifications

    Any idea how to fix the issue?

    Regards

    Antonio

    #272194

    In reply to: Exclusive network

    Venutius
    Moderator

    I think you will have the same issue, you are looking to implement hierarchical connections within BuddyPress and that functionality does not exist. I was thinking you could possibly use group memberships to do this – BP supports hierarchical groups, but I’m not sure that would work.

    What I was thinking is that the primary user could send out a join invite, and when the new member joined they would be automatically joined to the root group. But I think you’d still have to make significant modifications to the way BP works – every function would have to check for group memberships before giving access to content.

    #272192

    In reply to: Exclusive network

    Varun Dubey
    Participant

    @cartessius search for MLM plugins and use BuddyPress for Social Features.

    #272184
    Technigal
    Participant

    I am not sure if I need to open a new thread for this question or if it is allowed here.

    Do you know of any plugin that can access WooCommerce via the frontend and from Buddypress profile menu? I installed “NS Frontend Add Product”, but it is not displaying right at all.

    #272180
    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/

    #272167
    Varun Dubey
    Participant

    @hussainarsh contact your developer, you will need to move all customization out of core file edits. It’s hard to suggest anything code fixes with customized BuddyPress version.

    #272166
    Arshad Hussain
    Participant

    I 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.

    #272165
    Varun Dubey
    Participant

    @ermejo these notification are related to LMS or BuddyPress action like friendship request, based on their nature need to find out which plugin or theme functions have added them.

    #272162

    In reply to: Prayer Chain request

    Varun Dubey
    Participant

    ** Duplicate Posting **

    Prayer Form

    #272161

    In reply to: Prayer Form

    Varun Dubey
    Participant

    @shelby85, You can register a new Custom Post Type (CPT) for prayer and add support for Prayer CPT for activities ref: https://codex.buddypress.org/plugindev/post-types-activities/

    You will also need to create a new tab to list out all Prayer CPT on user Profile menus with an option to add Prayer from the front end.

    #272160
    Varun Dubey
    Participant

    @thirty3 You can check https://buddypress.org/support/topic/custom-post-type-support-for-activity/#post-233983 it has a couple of examples of multiple cases scenarios.

    #272155
    soitopaula
    Participant

    Oh ok. No, I meant the very first page they land on from the welcome email link.

    Buddypress must have coded the activation page to be the home page then. Because there seems to be no getting to the actual “activation” page like you said.

    I will investigate more. I hope it can be done without too much headache! Thank you.

    #272151
    Venutius
    Moderator

    i thought you were talking about redirection after someone has visited the activation page? The activation page that you specify is the one that if used, but it’s only an anchor, the actual content comes from buddypress. not the actual page. But either way it’s why I suggested overloading that page from the code that builds it.

    #272150

    In reply to: Assign Members Page

    baccoeur
    Participant

    HI

    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/j65s36

    Our site is not multi site and also the buddypress plugins are not customized.

    Please let me know what is you advice.

    Thank you!

    #272148
    Brendan
    Participant

    Thanks for the reply!

    The code that enables the tracking is:

    add_post_type_support( 'community-story', 'buddypress-activity' );
    add_post_type_support( 'community-tip', 'buddypress-activity' );

    in bp-custom.php

    #272145
    Venutius
    Moderator

    Here details of the process:

    Template Hierarchy

    Also I’ve a plugin called BP template Overloader that might help with the process. It lays out the locations of the files and allows you to view and compare them. great for familaising yourself with the files.

Viewing 25 results - 6,826 through 6,850 (of 68,948 total)
Skip to toolbar