Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddyboss'

Viewing 25 results - 376 through 400 (of 691 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!

    soitopaula
    Participant

    Hello,

    I have tried for a month to redirect my buddypress users to my custom activation page upon activation. I do not want them to be sent to the homepage upon activation / first login.

    Currently, a user signs up, the “Welcome” email is sent with the activation link, they click the link, are logged into their new account and end up on the homepage.

    Is there a way to send them on first login upon activation to my page titled “Activate & Set Up” ??

    I have set EVERY setting in wp-admin which asks for “activation page” to my custom “Activate & Set Up” page. I use OneSocial Theme by BuddyBoss which integrates Woocommerce + Buddypress.
    I have tried the plugin BP Login Redirect and it only redirects to Profile page.

    Again, all wordpress, woocommerce, buddypress settings for activation page point to “Activate & Set Up”

    Thank you!!

    TOBY39
    Participant

    Using Buddyboss with Boss theme. My goal is to create a sale page for my course. I like the /full-width/ template, but how can I remove the top menu options so I have a clean landing page with image at the top and content below with a “buy now” button integrated a couple place. I don’t want the text to go as wide as whatever the screen is, but be centered a certain width.

    Any tips?

    #271778
    andyjay83
    Participant

    Wordpress 4.9.5, BuddyPress 2.9.4, BuddyBoss Theme, http://www.torus.drumsbygenre.com

    I am trying to hide all admin accounts from all BuddyPress touch points using this code found on the BuddyDev website:

    add_filter( ‘bp_after_has_members_parse_args’, ‘buddydev_exclude_users_by_role’ );

    function buddydev_exclude_users_by_role( $args ) {
    //do not exclude in admin
    if( is_admin() && ! defined( ‘DOING_AJAX’ ) ) {
    return $args;
    }

    $excluded = isset( $args[‘exclude’] )? $args[‘exclude’] : array();

    if( !is_array( $excluded ) ) {
    $excluded = explode(‘,’, $excluded );
    }

    $role = ‘administrator’;//change to the role to be excluded
    $user_ids = get_users( array( ‘role’ => $role ,’fields’=>’ID’) );

    $excluded = array_merge( $excluded, $user_ids );

    $args[‘exclude’] = $excluded;

    return $args;
    }

    This code seemed to have worked for a lot of people but isn’t currently working for me. I tried putting it into my child theme’s functions.php and also tried making a bp-custom.php file in my wp-content/plugins directory and that didn’t work either. I even refreshed cache and cookies after each of these attempts. Still nothing.

    I’m not advanced when it comes to this stuff. I know that I must be doing something wrong. Any help or guidance would be greatly appreciated.

    #271701
    David Cavins
    Keymaster

    Since you’re using BuddyBoss theme (I think) I’d probably ask them first, because the template that loads the message loop is provided by the theme.

    That’s a weird problem, though!

    #271320
    josh.grisdale
    Participant

    Hello again.

    Thank you for the quick reply. My site is https://www.accessibletravelforum.com/activity/

    I use BuddyBoss for my theme. I changed to the Twenty Fifteen theme and it was fine there, so it seems to be a BuddyBoss issue.

    I played around a bit more and seem to found the possible bug:

    The filter selector “activity-filter-by”. It defaults to “Everything” but seems to be a bit off.

    Duplication:

    1. Load activity stream normally and, as discussed before, there are duplicate updates.
    2. Change the filter from the default of “Everything” to something else ie “Posts” (the activity stream updates as expected)
    3. Change the filter back to “Everything” and it shows everything again BUT now all comments etc are nested and there are no duplicated comments.

    So, it appears that the original “Everything” filter is not working correctly.

    Again, it didn’t happen for the normal Twenty Fifteen template, so this seems to be a BuddyBoss bug.

    I have reached out to BuddyBoss support for help. But, in the mean time, can anyone suggest a way to fix this?

    Thanks again!

    kwavewd
    Participant

    I am using Buddypress and the BuddyBoss theme. I have 2 user types contributors and subscribers I made using BP Member Types and user profile fields. Everything is working except.

    When a contributor is logged in and goes to a tab say members/username/messages the subnav tabs show perfectly little grey boxes next to each other.

    But…

    when a subscriber goes to a tab say members/username/messages the css for the subnav tabs does not show as if it’s not pulling the css. I check and the file that controls this css section is buddyboss/css/buddypress-main.min.css and I checked this file is being used in the source code of this page. So for some reason the subscriber account is not pulling this style sheet even though it’s shown as included in the source. I tried to hard code the entire css into my page and it still didn’t show.

    the other thing I noticed was the code for the nav section was setup like this for contributor

    <div id=”buddypress”>
    <div id=”item-header” role=”complementary”>
    <div id=”item-nav”>
    <div id=”item-body”>

    but the subscriber one only shows like this

    <div id=”buddypress”>
    <div id=”item-nav”>
    <div id=”item-body”>

    why would the section <div id=”item-header” role=”complementary”> not be showing for subscribers? Could this be my problem

    Anyone have any ideas?

    #271119
    nebuchadnezzar
    Participant

    it’s from here, I thought it might be helpful enough to get me started 😐 I’ve copied the files over into the child theme
    https://www.buddyboss.com/support-forums/topic/how-to-make-profile-field-groups-accordion/

    #270801
    buttercup17
    Participant

    Hi All,

    I’ve created a hidden group, with a hidden forum.

    When I ‘search forums’ it pulls up replies from the hidden group.
    How do I make it so only the members of the hidden group can search for replies in the hidden group?

    I don’t want non-members to be able to see topics and replies in a hidden group when searching.

    Wordpress Version 4.9.4
    Theme BuddyBoss

    Thank You

    #270641
    amiya36
    Participant

    my error log?
    WordPress database error Unknown column ‘profile’ in ‘where clause’ for query SELECT a.* FROM wp_buddyboss_media_albums a WHERE a.user_id=886 AND ( a.group_id NOT IN ( SELECT id FROM wp_bp_groups WHERE status != ‘public’ )
    OR a.group_id IS NULL ) AND ( a.privacy IN ( ‘public’) ) AND a.id IN (profile) ORDER BY a.date_created DESC LIMIT 0, 20 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/woffice/buddypress.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, bp_replace_the_content, apply_filters(‘bp_replace_the_content’), WP_Hook->apply_filters, BP_Members_Theme_Compat->single_dummy_content, bp_buffer_template_part, bp_get_template_part, bp_locate_template, load_template, require(‘/themes/woffice/buddypress/members/single/home.php’), bp_get_template_part, bp_locate_template, load_template, require(‘/themes/woffice/buddypress/members/single/plugins.php’), do_action(‘bp_template_content’), WP_Hook->do_action, WP_Hook->apply_filters, buddyboss_media_template_albums, buddyboss_media_load_template, include_once(‘/plugins/buddyboss-media/templates/members/single/buddyboss-media-album.php’), buddyboss_media_has_albums, BuddyBoss_Media_Albums->__construct, BuddyBoss_Media_Albums->fetch_albums

    #270579
    diremix
    Participant

    hello, i m using buddypress and buddyboss.
    i want that people can see other users only the name and the first letter of the surname (for example Carl M.) how can i do? thank you very much

    #270507
    Shashi Kumar
    Participant

    Hi @bdwright
    Congratulations! for your website. When it comes to reporting a post there is a nifty plugin called WP Report Post. I think It should solve your problem of post reporting. When it comes to moving back end to front end it is quite complex. But a premium plugin from Buddyboss Buddypress user blog is what you want. Kindly check the demo before purchasing

    #270382
    Shashi Kumar
    Participant

    Hi eliasgetguineapig
    I think you are using theme from Buddyboss. It is a premium product and customization will be supported in their forum. Coming to your question, you can add and remove menu items from Appearance > Menus in the WordPress dashboard.

    #270305
    pmhn
    Participant

    Hi all,

    I have a plugin tweek question for the Buddypress Group Email Subscription plugin (which doesn’t look right in Buddyboss theme).

    It creates a div in the group with the user’s email status and a dropdown menu to change it group-subscription-div.

    However, I’d like to remove the group-subscription-div which produces the “Your email status is X (change)” entirely from the site. I’ve removed the divs in the php file but it still creates white space and if I start playing around more it just breaks the plugin and the page.

    I appreciate that this is a big ask but is there any way to remove that part of the plugin entirely?

    Many thanks in advance,
    Chris.

    #270076
    ss4arob
    Participant

    Hi

    I am not sure if this is Buddypress issue or Buddypress combined with Buddyboss etc. I have got in touch with them also.

    Basically I have a chat bot plugin called convertfox, and it works on my other domains which havent got buddyboss but not on my subdomain which does.

    When I go through the process of deactivating all plugins and reactivating one by one, Buddypress is the only one that stops the chat box script from firing. It is present in the source code but does not exectute.

    Can you help at all?

    domain where it works is: howtostreetdance.com

    Issue is located at members.howtostreetdance.com

    Wordpress version: 4.9.1
    Buddypress version: 2.9.2

    #270056
    lpedley
    Participant

    Hello,

    We are currently using Buddypress with BuddyBoss theme. We have been attempting to change “Friends” to “Contacts” and have read through 8 years of these support forums trying to find an answer to our issue.

    We used Loco translate to change all available strings that mention friends to contacts and for the most part this worked well. Unfortunately there are instances on Site Wide Activity, All Members and in some drop down filter menus/widgets where “Friends” still appears. We’ve gone through Buddypress, Buddyboss theme and all extension plugins we have installed for buddypress using the Loco plugin. We’ve manually changed every single instance, gone through the Buddypress developer resources and all codex articles posted in previous topics and have tried Poedit but this has not changed the above instances.

    BuddyPress, WordPress and BuddyBoss are all up to date. Link: http://www.squarepeg.online

    Any ideas would be incredibly appreciated. Thank you!

    rblackfox
    Participant

    100% Agree. The only 2 WP plugins (BBforums and BP) that could harness Web2.0 user communities and compete with large social platforms continues to collect dust. I pitch this plugin as a solution for online communities to companies, and 9 our of 10 times I uninstall it the same day regretting I ever brought it up.

    Premium themes like BuddyBoss don’t help, it’s still a patchwork of 3rd party plugins to even get close to a working community forum, yet falls soo short, even coding it out yourself is a nightmare, just like the functionality of this text entry box, always loose ends. This technology could be instrumental in pulling down the large social conglomerates that control the web. Yet Automattic could care less. I feel for the contributors to BP, waste of time for everyone without leadership buy-in.

    Last time I try to install this plugin. Easier to lead users to a Slack Channel. Peace.

    #269929
    querybazaar
    Participant

    I m using WordPress 4.9.1 and buddyboss 2.9.2.
    By mistake I have deleted all emails from dashboard. users are not receiving activation email.i reinstalled all emails but still facing same issue.plz help

    #269749

    In reply to: Course Group Error

    jonkotwicki
    Participant

    I have the exact same issue, using learndash and buddypress on buddyboss social learner theme. Site: http://www.fly8ma.com

    Changing the theme on the local version of the site seams to fix the problem with the warning:illeagle offset

    Did anyone ever find a solution to this problem?

    One other thing I notice is the forum associated with the Group is not displayed with all the other forums from buddypress…..

    #269631
    cassihl
    Participant

    Hello,

    Can you help me understand how the notifications work with buddypress? I have some forums that were created through buddypress groups. When someone posts a new topic or a reply to a topic, should I receive a notification? (Not an email – I’m using buddyboss theme which has this notification icon: https://imgur.com/a/2lU75) Is there a setting to turn on to receive these notifications for forum activity? Or do I need some other plugin? Or does it sound like something is broken on my site? I don’t understand how this is supposed to work to know how to troubleshoot it.

    Thank you!

    #269330
    madebyhuddy
    Participant

    Hi there and first sorry for my poor english.
    I’m working on a new Learndash videos website. I want to use buddypress for user registrations / management.

    Sadly no emails are sent from buddypress.

    I installed a email log plugin and see no email sent from buddypress ( other emails are sent ).

    I tried to go with WP MAIL SMTP with a costum office365 email, this option doesnt work either. WP Mail SMTP test email work, buddypress registration & notifications don’t.

    I also tryed Postman also with smtp & my office 365. Test work & get logged. Registration don’t.

    I then tryed to deactivate every single plugin & replace my theme for a default wordpress theme (twentyseventen) this option doesnt work either ( with only buddypress at first, then only buddypress & Postman )

    Any idea what i could try? Thx in advance!

    WP version: 4.9.1
    BP version: 2.9.2
    – Installed on a subdomain
    – Plugins installed :
    – Advanced Custom Fields PRO
    – AffiliateWP
    – Boss for LearnDash
    – BuddyPress for LearnDash
    – BuddyPress Recherche Globale
    – Compress JPEG & PNG images
    – LearnDash & Paid Memberships Pro
    – LearnDash LMS
    – LearnDash WooCommerce Integration
    – Loco Translate
    – Paid Memberships Pro
    – Paid Memberships Pro – WooCommerce Add On
    – Polylang
    – Post SMTP
    – Wistia WordPress Plugin
    – WooCommerce
    – WooCommerce Moneris Gateway
    – WordPress Social Login
    – WP Sync DB
    – WP-Optimize
    – WPBakery Visual Composer

    I use BuddyBoss wordpress theme and i’m hosted on Likuid Hosting ( likuid.com ). No core files have been updated. Server on linux & apache

    #269166
    Nur Zakaria
    Participant
    #269162
    Arize Nnonyelu
    Participant

    I could create groups then all of a sudden I cant, each time I want to create a new group it keeps reloading the page https://www.example.com/groups/create/step/group-details/ I also tried going via admin but it redirected me to the user UI and still the same problem. Maybe due to a change to WordPress 4.9? Because before the upgrade I was able to create groups even users could, but I just figured that it stopped working and the only change is the WP Core update.

    BTW I was using BuddyBoss Theme, I have also switched to Twenty Seventeen, but still exactly the same problem.

    Any way I can handle this problem?

    aubreyw
    Participant

    Does anyone know if BuddyPress is compatible with Woo Commerce memberships if I do NOT have a store or e-commerce component? I’m using wordpress/buddypress with a BuddyBoss theme for an online community where members will pay a small monthly subscription fee. My BuddyPress install came with Woo Commerce, but it looks to me like Woo might be only appropriate for store components. I just need to charge a monthly membership fee via Stripe, protect all pages except Home and a few marketing pages, and I need the ability to add additional custom registration form fields. Sorry, I know this is also somewhat of a Woo questions, but since my BuddyPress came with Woo, I hope its ok to ask this question here. I’ve already tried Paid Memberships Pro and Restrict Content Pro, but neither of them work well with Buddypress (billing works, but page protection doesn’t).

    Collins Agbonghama
    Participant

    We’ve used BuddyPress internally at my company and for client’s over the years and it has worked fine.
    If you want a Good UI/UX, get a premium buddypress theme. Check the folk at BuddyBoss.

    P.S Made WordPress Email Opt-in and User Registration & Profile plugins.

Viewing 25 results - 376 through 400 (of 691 total)
Skip to toolbar