Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,001 through 1,025 (of 32,561 total)
  • Author
    Search Results
  • #320510
    ririshi
    Participant

    Hey there. I just ran into the same issue and fixed it by replacing an old (deprecated in BP 8.0.0) call to bp_nouveau_base_account_has_xprofile() with bp_nouveau_has_signup_xprofile_fields(true). The true is very important as it will initialize the global variable $profile_template, which is used by bp_profile_groups() (the function that is erroring). You’d have to change this in the overwritten buddypress register.php template, used by your theme. My template probably looks different from yours, so I can’t provide the specific lines that you’d have to make changes to. Good luck!

    #320483
    Manoj Chacko
    Participant

    Hi
    I just updated or WordPress site and plugins and we have an error in uploading avatar, within the “change avatar” page. It gives me an HTTP ERROR. I tried temporarily removing all plugins, different themes still the error remains. This is a critical error since its a very heavily used feature within our community. Not sure what to do, Trying to look at temporary alternative while getting this to work.

    Also when I look at the web console, when I get an HTTP ERROR, it shows there was an internal error with wp-admin/admin.php. Trying to get it fixed ASAP any help is appreciated.

    sx1001
    Participant

    I have a code / plugin which derivates a list of UserIDs by some logic which I want to display in a separate page in a sort of members loop.

    I tried similarly to this code, setting the args and than loading the template, it simply does not display the members:

    
        $members_args = array(
    			'include'         => array(list of user ids here ... 1, 13, 25, 126, ...),
    			'exclude'         => array(bp_loggedin_user_id()),
    			'per_page'        => $max_members,
    			'max'             => $max_members,
    			'populate_extras' => true,
    			'search_terms'    => false,
    		);
            
    	echo '<div id="buddypress" class="buddypress-wrap bp-dir-hori-nav bp-shortcode-wrap">';
    	echo '<div class="members">';
    	echo '<div class="subnav-filters filters no-ajax" id="subnav-filters">';
    	bp_get_template_part( 'common/filters/grid-filters' );
    	echo '</div>';
    	echo '<div class="screen-content members-directory-content">';
    
    	echo '<div id="members-dir-list" class="members dir-list">';
    
        buddypress()->current_member_type = "my separate loop";
        buddypress()->current_component   = 'members';
        buddypress()->is_directory        = true;
    
    	// Get a BuddyPress members-loop template part for display in a theme.
    	bp_get_template_part( 'members/members-loop' );
    
    	echo '</div>';
    	echo '</div>';
    	echo '</div>';

    I also tried instead to modify the query args like so instead of setting $members_args, but this does not work neither:

    
        $include = array(1, 13, 25, 126, ...); # list of user IDs to show
        add_filter ('bp_ajax_querystring', 'modify_directory', 20, 2);
        function modify_directory ($query_string, $object)
        {
            if ($object != 'members')  return $query_string;
    
            if (!empty ($query_string))  
                $query_string .= '&';
    
            $query_string .= 'include='. implode(',', $include).'&exclude='.bp_loggedin_user_id();
            return $query_string;
        } 

    Any idea?

    #320431

    I located de error in the themes rebuild:
    buddypress\bp-templates\bp-nouveau

    When I replace this folder in version 9.0. With the one I used in version 8.0 the widget location reappears.

    Could you fix this bug?

    #320425
    NicCrockett
    Participant

    I’ve found an issue with BuddyPress working with pages created using Elementor. In BuddyPress’ Settings an admin can set the Register page to a page they’ve created. Assigning it isn’t an issue. However, if you assign a page built using Elementor, you can no longer access Elementor’s editing interface for that page. This means even minor text edits aren’t possible.

    As long as you leave the Register page set to -None- Elementor’s editing interface works and you can still use the page built as the register page for the site without setting this option in BuddyPress’ Settings. This however, gives the admin this error message constantly:

    The following active BuddyPress Components do not have associated WordPress Pages: Register. Repair

    If there’s a fix for this let me know. If not, can this be added to BuddyPress’ update list. FYI, I’ve tried this on two sites and gotten the same issue. I’m on the latest updates for WordPress, themes, and plug-ins.

    #320401
    pandex
    Participant

    The thing is, every time I activate a certain theme, the registration page is modified, that is, the theme has some CSS code or some other code that is modifying the registration page, the question is, how to know where it is this code? and how to disable it?

    #320383
    shanebp
    Moderator

    Please send questions re youzify to their support forums.
    And / or send your issue to the creator of whatever theme it is that you’re using.
    Your chance of finding a solution on the BP forums is very small

    btw- you can use your browser’s inspector tool to examine the css in context.

    #320382
    pandex
    Participant

    I’m using youzify’s registration page, it works fine, but when I activate a theme, the registration page changes to another design, I have a suspicion that the theme is modifying the registration page, so I want to know the following , how can I get the customization that this theme is doing with my registration page? where do i go to see this?

    before theme

    https://i.gyazo.com/1e772aba9bd2af7625be79c1caaf5d81.png

    after theme

    https://i.gyazo.com/ea84c66eb104013605e72d19932e6f12.png

    #320368
    akanshi
    Participant

    I am really want to build a portal review site with multi author/contibutor.
    the feature is like this theme https://themeforest.net/item/boombox-viral-buzz-wordpress-theme/16596434.

    I just need the following features :

    1. Anyone can register to the site and have a dedicated panel ( i mean is they are not using WordPress default dashboard.)

    2. each member have a profile page with some statistic like a post, comment,viewers, badge etc
    3. the last important, each member can submit a post, after they submit the post. the post will be pending for review by admin.

    I want posts to be shown commonly on the site rather than on author’s profile .

    Can It be done with Buddypress?

    #320353
    mjaitly123
    Participant

    Hi,

    I am using the theme OceanWP and Elementor. My problem is that even when I choose full width for my registration page (individual page setting), BuddyPress seems to be inserting a sidebar on the right. When I set the wide layout for the entire site (which I do not want) in the Customize-General Settings, the sidebar disappears. However, the text boxes become very wide and span almost the entire page and this looks ugly. I cannot access the registration page using elemetor unless I disconnect it from BuddyPress. But, even then I do not see any text boxes on the page. I believe this is so because BuddyPress dynamically puts in the text boxes when a user visits the page. How then can I reduce the width of the text boxes in the registration page (keeping only that page’s setting as full width and not for the whole site) and also format the registration page? I do have the BuddyBuilder plugin but it does not show the registration page.

    Thanks

    #320345
    shanebp
    Moderator

    BuddyBoss is a company. They sell products. Their BuddyBoss Platform is free and started as a fork of BuddyPress.

    BuddyPress was created and is maintained by volunteers in an ongoing effort.

    You can switch to BuddyBoss but it works best with their commercial theme.

    ochiajoe
    Participant

    Hello,

    Have integrated BuddyPress with WordPress and I want my subscribers to be able to access the Settings sections and be able to change their passwords and email addresses.
    When they try changing their passwords..They get logout the error message “You must log in to access the page you requested”
    I also tried and deactivated all the plugins and changed the theme but am still getting the same issue.

    See my link below

    https://hplportal.com/wp-login.php?redirect_to=https%3A%2F%2Fhplportal.com%2Fmembers%2Fjules%2Fsettings%2Fgeneral%2F&bp-auth=1&action=bpnoaccess

    muckee
    Participant

    Hi all,

    Experienced in web design but new to WordPress. Working on a theme which relies on buddypress.

    I would like to create a C.V. type area on the user’s profile. One section of this area is a list of qualifications. Currently, users can list their qualifications in a textarea.

    Instead, I would like to allow users to fill in three fields in that section. So they have ‘qualification name’, ‘result’ and ‘link’. I would also like to allow users the option of uploading an image of their qualification.

    I can’t work out where to begin. I downloaded the BuddyPress Custom XProfile Fields plugin, but I can see that this only allows single-field entries.

    I have also found this guide: https://codex.buddypress.org/themes/guides/displaying-extended-profile-fields-on-member-profiles/

    But, again, it only shows how to display a single field.

    So here there are two problems. The secondary one is that users must be able to create new instances of this qualifications fieldset dynamically, though I expect that the solution to this will become apparent when I’ve solved the main problem.

    I need to know how to combine fields, so that when a user enters qualification name, grade and link, it is all stored together, or somehow related in the database, so that a single reference can be used to display each field relating to that particular qualification.

    #320240
    mjaitly123
    Participant

    Hi,

    Can someone please tell me how to get the ‘Log in’ on my main menu on my header? I see ‘Register’, ‘Groups’, Activity’ but not ‘Log in’.

    The ‘log in’ does appear on the black top bar along with ‘register’ but I want to remove the top bar. I
    have disabled the top bar in my theme but it continues to appear, so I think it is the BuddyPress top bar. How can I remove it?

    Thanks

    #320224
    shanebp
    Moderator

    Perhaps it is a theme issue?
    To confirm, switch momentarily to a WP theme, like 2020.

    #320217
    shanebp
    Moderator

    That is not how shortcodes work.
    You need to put it in the template:
    buddypress\bp-templates\bp-nouveau\buddypress\activity\entry.php
    Overload that template in your child theme and then make your change.
    Since you are in the template, just make a call to a custom function – no need for a shortcode.

    sohammaji10
    Participant

    I have created a study website where user can access online courses. I am using the buddyboss theme with WordPress 5.7.2 version. I want to add a feature called “Study-Buddy” which shows a random user from only the student user type. If the user hits the ‘Find Study-Buddy’ button it shows a random student. If the student doesn’t like the random choice then he/she can find another one. Can anyone please suggest how can I implement this feature.

    #320177
    lolataylor1
    Participant

    I think I found the issue. I believe my theme is causing the problem. I’m using Astra 3.6.5. When I entered troubleshooting and used Twenty Twenty with bbPress and BuddyPress, the group forum topics are opening as expected. I also discovered that the WP Admin Dashboard>Appearance>Customize is broken, too. There is some compatibility issue with the latest BuddyPress with the Astra theme.

    I’ve opened a ticket with Astra, but wanted to put my discovery here in case anyone else has a similar issue.

    Thanks!

    #320162
    pooriaarab
    Participant

    Hi,

    I wanted to see how we could add icons to the member actions.

    View post on imgur.com

    There’s too many buttons there and wanted to replace them with an icon.

    I’m using BuddyBoss Theme.

    Also, how can I move the position of a 1-3 of the buttons to the left and closer to the profile picture? For example, moving add friend next to their name.

    pooriaarab
    Participant

    Hi,

    Using

    function profile_tab_event() {
        global $bp;
    
        bp_core_new_nav_item( array( 
              'name' => 'Events', 
              'slug' => 'event', 
              'screen_function' => 'event_screen', 
              'show_for_displayed_user' => false,
              'position' => 70,
              'parent_url'      => bp_loggedin_user_domain() . '/event/',
              'parent_slug'     => $bp->profile->slug,
              'default_subnav_slug' => 'event'
        ) );
    }
    add_action( 'bp_setup_nav', 'profile_tab_event' );
    
    function event_screen() {
      
      // Add title and content here - last is to call the members plugin.php template.
      add_action( 'bp_template_title', 'event_title' );
      add_action( 'bp_template_content', 'event_content' );
      bp_core_load_template( 'buddypress/members/single/plugins' );
    }
    function event_title() {
      echo 'Events';
    }
    
    function event_content() { 
      echo 'Content';
    }

    I created a new tab for users. But how can this be limited to specific user types? Different user types see different tab and/or different content in the tab?

    I suppose it could use this code:

     $member_type = bp_get_member_type( bp_displayed_user_id() );
                    if ( $member_type == 'userA' ) {
    

    Though not sure how to apply it.

    Any suggestions would help.

    using buddyboss theme

    #320143
    pooriaarab
    Participant

    Hi,

    I’m trying to add a custom sidebar (for the widgets) for different user types. We have 3 different user types as “Member”, “Instructor”, and “Facilitator”. For these 3 different user types, we want 3 different sidebars. So, as you would go on Appearance -> Widgets you can see 3 sidebars and you can add the widgets to and they will ONLY appear for that specific user type.

    I managed to register the sidebar in the functions.php in the Childs Theme but was not sure how to call it in the BuddyPress > Members > Single > Home.php. I know I have to use bp_get_member_type() and if conditional to make it and call it using dynamic_sidebar(). Though I tried it and as the code is in the loop, it does not work.

    This is the code in the home.php which I assume I should include it in:

    if ( ( !isset($bp_nouveau_appearance['user_nav_display']) || !$bp_nouveau_appearance['user_nav_display'] ) && is_active_sidebar( 'profile' ) && !bp_is_user_settings() && !bp_is_user_messages() && !bp_is_user_notifications() && !bp_is_user_profile_edit() && !bp_is_user_change_avatar() && !bp_is_user_change_cover_image() && !bp_is_user_front() && $profile_cover_width == 'full' ) {

    ob_start();
    dynamic_sidebar('profile' );
    $sidebar = ob_get_clean(); // get the contents of the buffer and turn it off.
    if ( trim( $sidebar ) ) { ?>
    <div id="secondary" class="widget-area sm-grid-1-1 no-padding-top" role="complementary">
    <div class="bb-sticky-sidebar">
    <?php dynamic_sidebar( 'profile'); ?>
    </div>
    </div>
    <?php
    }
    }

    I am using BuddyBoss theme.

    modabeaprincipal
    Participant

    Hi,

    I hope you’re doing fine.

    I’m trying to install a child theme with a plugin called Child Theme Configurator and this plugin scanned the following error within my php. Can you please help me fix this/know what I should do?

    Notice: Undefined index: show_counts in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 217

    Notice: Undefined index: total_shares in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 218

    Notice: Undefined index: hide_for_logged_in in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 223

    Warning: extract() expects parameter 1 to be array, null given in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 121

    Notice: Undefined variable: before_widget in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 174

    Notice: Undefined variable: after_widget in /srv/htdocs/wp-content/plugins/super-socializer/inc/widget.php on line 210

    Thanks,
    Irving

    nzurita
    Participant

    Hello, I just installed and configured BP and registration page is blank.

    These things are checked:

    • Site is configured to allow anyone to register
    • BP is coonfigured (under pages tab) with correct register and activate page
    • WordPress permalink structure has been reset and has been tried with both, page_name and date/pagename
    • Pages register and activate do exist and show header and title, but content is blank
    • I tried both BP themes, legacy and noveau. register.php file exists under both themes folder
    • Worpress version 5.8, BP version 9.0.0
    • I dindn’t configure any additional fields for registration under profile fields but according to the docs, the form should be available with this configurations I did.

      Thank you.

    #320119
    www.Layla.at
    Participant

    buddypress: 9
    theme: Gwangi
    main domain: imin.co.il
    Core: no core changes

    when upload profile photo the preview is displayed wrong

    thanks
    ori

    #320052
    Varun Dubey
    Participant

    @rightsizeyourhome contact theme support to update register.php as per BP 8.0 structure
    path: woffice/buddypress/members/register.php

Viewing 25 results - 1,001 through 1,025 (of 32,561 total)
Skip to toolbar