Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddyboss'

Viewing 25 results - 301 through 325 (of 568 total)
  • Author
    Search Results
  • @mercime
    Participant
    #273085
    Varun Dubey
    Participant

    @matthlobo check with buddyboss support.

    #272777

    In reply to: sitewide notice

    sugar7
    Participant

    The first file;
    <?php
    /**
    * @package Boss Child Theme
    * The parent theme functions are located at /boss/buddyboss-inc/theme-functions.php
    * Add your own functions in this file.
    */

    /**
    * Sets up theme defaults
    *
    * @since Boss Child Theme 1.0.0
    */
    function boss_child_theme_setup()
    {
    /**
    * Makes child theme available for translation.
    * Translations can be added into the /languages/ directory.
    * Read more at: http://www.buddyboss.com/tutorials/language-translations/
    */

    // Translate text from the PARENT theme.
    load_theme_textdomain( ‘boss’, get_stylesheet_directory() . ‘/languages’ );

    // Translate text from the CHILD theme only.
    // Change ‘boss’ instances in all child theme files to ‘boss_child_theme’.
    // load_theme_textdomain( ‘boss_child_theme’, get_stylesheet_directory() . ‘/languages’ );

    }
    add_action( ‘after_setup_theme’, ‘boss_child_theme_setup’ );

    /**
    * Enqueues scripts and styles for child theme front-end.
    *
    * @since Boss Child Theme 1.0.0
    */
    function boss_child_theme_scripts_styles()
    {
    /**
    * Scripts and Styles loaded by the parent theme can be unloaded if needed
    * using wp_deregister_script or wp_deregister_style.
    *
    * See the WordPress Codex for more information about those functions:
    * https://codex.wordpress.org/Function_Reference/wp_deregister_script
    * https://codex.wordpress.org/Function_Reference/wp_deregister_style
    **/

    /*
    * Styles
    */
    wp_enqueue_style( ‘boss-child-custom’, get_stylesheet_directory_uri().’/css/custom.css’ );
    }
    add_action( ‘wp_enqueue_scripts’, ‘boss_child_theme_scripts_styles’, 9999 );

    /****************************** CUSTOM FUNCTIONS ******************************/

    // Add your own custom functions here

    ?>

    The second contains:

    <?php

    if ( !defined( ‘BP_AVATAR_THUMB_WIDTH’ ) )
    define( ‘BP_AVATAR_THUMB_WIDTH’, 35 ); //change this with your desired thumb width

    if ( !defined( ‘BP_AVATAR_THUMB_HEIGHT’ ) )
    define( ‘BP_AVATAR_THUMB_HEIGHT’, 35 ); //change this with your desired thumb height

    ?>

    #272306

    In reply to: buddyboss theme

    Venutius
    Moderator

    You’d need to ask BuddyBoss

    #272247
    Varun Dubey
    Participant

    @studial you can add a limit on group creation, like who can create a group. How many groups a member can join, or how many members can be part of a group. It can also be auto join to groups based on their member type during registration.
    You can check for these plugins

    https://wbcomdesigns.com/buddypress-private-community-pro-plugin/

    BuddyPress Auto Group Join

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

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

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

    #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

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

    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.

    #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…..

    #269166
    Nur Zakaria
    Participant
    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.

    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.

    #268647
    shanebp
    Moderator

    You should send these questions to BuddyBoss and / or LearnDash.

    #268444
    coolhunt
    Participant

    yeah.. there is a way.. — but — its a long and tedious “surgery” (i would dare say it would take maybe 3 months to get it done)

    i use buddyboss and default twenty seventeen themes on my projects..

    #267900
    zo1234
    Participant

    I use the #1 selling wordpress theme Newspaper by tagdiv, and it’s mainly the User Profile & Registration page that can use some tweaking. Also I wish there was a way or easy way to add more user fields to the Member Directory – like a responsive and sortable table format.

    I appreciate the work that is put in to Buddy Press, the versatility of it, and that it’s a free plugin, but I think it is being short-changed by not having a premium version that can make it look ‘prettier’. Not sure who’s in charge of the business operations, but should consider a premium add-on for UI/UX. People really would pay for it. Look at Ultimate Member. Buddy Press has a leg-up on them because you have more scale-ability with all the 3rd party add-ons, better performance, and larger user base.

    I have had to paid a php guy to customize it, but I need more customizations. This is the only plugin stopping my site from blowing up. Do any of you BPers do custom work? I’ll pay for any custom work to get the layout moved around on User Profile (https://ibb.co/gNat1v) + sortable table Member Directory.

    I’d go with Ultimate Member for looks alone, but it slows the crap out of my site and it doesn’t have some of the BP add-ons I want. If Buddy Press looked like UM or BuddyBoss, but kept the drop down menu user section (like Twitter), I’d be your first paying customer.

    #267891
    Henry Wright
    Moderator

    The whole freakin Plugin needs a UI & layout makeover. It’s 2017, looks like crap vs today’s UI/UX standards.

    Try to think of BuddyPress as a foundation for your theme to style. If your site looks as bad as you describe then consider switching theme. You mentioned @buddyboss, they build some great themes that might interest you.

    #267871
    zo1234
    Participant

    The whole freakin Plugin needs a UI & layout makeover. It’s 2017, looks like crap vs today’s UI/UX standards. This is why people are willing to pay for premium plugins like Ultimate Member plugin $200/year, or BuddyBoss theme – for design & looks alone. I’d even pay for a UI/UX upgrade that looks similar to Ultimate Member because BuddyPress has more add-ons and better performance. Start a kickstarter page lol and hire an excellent UI/UX designer! BuddyPress is too popular of a plugin to have bad design.

    #267821
    aleon4
    Participant

    Multisite running WordPress 4.7.3
    Subdirectory
    BuddyPress Version 2.8.2
    BuddyBoss Social Learner theme -Using child theme
    Did not modify core files

    The other website we’ve tested on is using the WPLMS theme. Comment moderating/notifications were working until we activated BuddyPress.

    #267645
    shanebp
    Moderator

    Have you tried asking BuddyBoss about the error?

    #267397
    Henry Wright
    Moderator

    In your experience how compatible is buddyboss?

    I’ve used a good number of BuddyBoss plugins and themes with BuddyPress without problems. If you do find an issue be sure to report it to them, their support is very good.

Viewing 25 results - 301 through 325 (of 568 total)
Skip to toolbar