Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 426 through 450 (of 845 total)
  • Author
    Search Results
  • BlinkyBill01
    Participant

    My site uses a few plugins that add additional links to the top of the members profile pages. The plugins are Cubepoints, BuddyPress Wire, etc.

    Is there a way to manually “move” their positions in the link menu? Is there a way to “sort” the default links in the menu?

    Here is an image of the menu right now, with the plugins activated:
    http://forcedreality.net/header01.png

    As you can see, Points and Wall push themselves to the front of the list. I’m trying to find a way to insert them alphabetically INTO the pre-existing links. If that’s not possible, I’d like to push them to the end of the menu.

    I’d also like to arrange the pre-existing links, like Groups, Activity, Friends, etc. in alphabetical order. But I’m not sure what to change. My site uses a RocketTheme with the Gantry Framework and Gantry for BuddyPress Framework. So I don’t know if I need to edit something BuddyPress related or Gantry for BuddyPress related.

    I’m looking at one of the Gantry for BuddyPress files (home.php) and it lists the following:

    `<?php

    /**
    * BuddyPress – Users Home
    *
    * @package BuddyPress
    * @subpackage bp-default
    */

    ?>

    <?php do_action( 'bp_before_member_body' );

    if ( bp_is_user_activity() || !bp_current_component() ) :
    gantry_bp_locate_type( array( ‘members/single/activity.php’ ), true );

    elseif ( bp_is_user_blogs() ) :
    gantry_bp_locate_type( array( ‘members/single/blogs.php’ ), true );

    elseif ( bp_is_user_friends() ) :
    gantry_bp_locate_type( array( ‘members/single/friends.php’ ), true );

    elseif ( bp_is_user_groups() ) :
    gantry_bp_locate_type( array( ‘members/single/groups.php’ ), true );

    elseif ( bp_is_user_messages() ) :
    gantry_bp_locate_type( array( ‘members/single/messages.php’ ), true );

    elseif ( bp_is_user_profile() ) :
    gantry_bp_locate_type( array( ‘members/single/profile.php’ ), true );

    elseif ( bp_is_user_forums() ) :
    gantry_bp_locate_type( array( ‘members/single/forums.php’ ), true );

    elseif ( bp_is_user_settings() ) :
    gantry_bp_locate_type( array( ‘members/single/settings.php’ ), true );

    // If nothing sticks, load a generic template
    else :
    gantry_bp_locate_type( array( ‘members/single/plugins.php’ ), true );

    endif;

    do_action( ‘bp_after_member_body’ ); ?>

    `

    When I edited this file, nothing I rearranged carried over. So I assume I must edit this elsewhere.

    Also, the Following and Followers, I believe were from a different plugin. But I see that they inserted themselves INTO the menu. I guess that’s what I’m looking to do for the other plugins like Points, Wall, etc.

    Hope someone can tell me where to start. I’m baffled.

    Thanks! :)

    gswaim
    Participant

    Hi,

    I am a veteran WordPress user and am building my first BuddyPress powered site. I have most of this figured out; however, I need help/advice on group level features.

    On some of my groups, I need the ability to share information such as static pages and files. So my three questions are:

    Page
    Can a standard WP page be made available within a group. I know I could use the GroupBlog plugin and post information as posts, but being able to serve up some pages would be great.

    File Repository
    I need a place where group members could share files. I have seen this on several site. Not sure if it is custom code or a plugin.

    Group Level Menu
    Assuming I can do pages and file area, how could I change the group menu bar to accommodate these new features.

    Thanks in advance on any help with this!

    #137294
    @mercime
    Participant

    == Remove Community ==

    @stevenz It’s one of two things, at least.

    1. Custom menu has not been configured, a page named “Community” was created and then made the Parent Page of the “Members” page. So delete the “Community” page in dashboard.

    2. In Appearance > Menus, you made a custom menu and placed Members page under Community

    == add a sign in widget on the left side? ==

    Left side of what? Doesn’t that theme have an options panel where you can opt to change which sidebar appears on which side?

    Asynaptic
    Participant

    @frank13 I followed the instructions of @mercime and changed my “Name (required)” to Asynaptic (from Synaptic)… ??! nothing changed

    I still can’t find a way to see all my posts or replies – the link still just 301’s

    to clarify, going here to attempt to view the topics you’ve started (once logged in):

    https://buddypress.org/community/members/synaptic/forums/topics

    301’s to this URL
    https://buddypress.org/community/members/synaptic/forums/

    ????????????????????????????????????????????????????????????????????

    EDIT: apparently you can see a list of yours and others posts/replies here

    https://buddypress.org/community/members/frank13/

    or

    https://buddypress.org/community/members/USERNAME

    But there are 2 caveats, the previous link I provided should show you this since that is what the menu selection says “Forum>Topics Started/Replies/Favorite Topics” but for some reason it doesn’t, go figure (dogfood)

    Second, only the posts and replies that you made after making the “Name (required)” change are shown, anything you may have written previous to the change will not be shown

    EyeMagicGraphics
    Participant

    When logged out, I see my site name, followed by “Login”, “Sign Up”, and on the far right, “Visit”. The “Visit” shows the white down arrow indicating a submenu, but when I hover, nothing happens. Clicking “Visit” reloads the page (“#”). When logged in, the menu changes to “My Account”, “Dashboard”, “Notifications”, as well as the “Visit” menu on the far right. They too have down arrows, but again nothing happens on hover (i.e. no submenu). At first, I thought it was a CSS problem, but I’m not sure which CSS file???

    Activated Plugins: (All up to date as of this post)
    Akismet
    BuddyPress (Version 1.5.6)
    BuddyPress Template Pack
    Contact Form 7
    Custom Meta
    Dynamic Widgets
    Flickr Thumbnail Photostream
    Jetpack by WordPress.com
    Ninja Pages, Categories, and Tags
    s2Member® Framework
    WP-PageNavi
    WP Show IDs

    I’m going crazy looking… Any help or guidance is greatly appreciated!

    Hugo Ashmore
    Participant

    @djpaul this is a extremely vexing issue been backwards and forwards over the menu settings all I can establish is there appears an issue with ‘network true’ so have removed that altogether but still have plugin feature on both plugin screens, add_action(network_admin_menu, $function) just doesn’t appear to work regardless of changes I make i.e simplifying things right down with no if/else choices, I used if bp_core_admin_hook falling back to add_action(network_admin_menu) or (admin_menu) I get no menus even in site_admin, the only way I can get settings screen to appear is to comment out everything bar add_submenu_page and add_action(‘admin_menu’

    Not sure where to take things from here other than to try and remove all mentions of netwok settings and be done with it.

    Erling
    Participant

    I’ve now tried a lot of things – and hope to see if somebody can help me here:
    Take a look at my site under construction; http://ishojvolley.dk/2 – everything’s working fine. I installed the plugin “Theme my login” and it’s working fine – except for the case that you use the “log in” button in the dark Buddypress top bar.
    How can I get this login button to direct people to my customised login-page instead of the standard wp-login.page?
    I found the piece of code in the buddypress/core/bp-core-buddybar.php as you can see below – but I can’t find out to change it?
    Any suggestions or other ideas?

    
    // **** "Log In" and "Sign Up" links (Visible when not logged in) ********
    function bp_adminbar_login_menu() {
    global $bp;
    
    if ( is_user_logged_in() )
    return false;
    
    echo '<li class="bp-login no-arrow"><a href="' . bp_get_root_domain() . '/wp-login.php?redirect_to=' . urlencode( bp_get_root_domain() ) . '">' . __( 'Log In', 'buddypress' ) . '</a></li>';
    
    // Show "Sign Up" link if user registrations are allowed
    if ( bp_get_signup_allowed() )
    echo '<li class="bp-signup no-arrow"><a href="' . bp_get_signup_page(false) . '">' . __( 'Sign Up', 'buddypress' ) . '</a></li>';
    }
    valuser
    Participant

    For a BuddyPress Site I have a function for putting “Groups”, or other menu items in the wp-admin bar.

    This is it

    function bcustom_adminbar_menu() {
    global $wp_admin_bar;
    if ( !is_user_logged_in() ) { return; }
    $wp_admin_bar->add_menu( array(
    'id' => 'bcustom_menu',
    'title' => __( 'Groups' ),
    'href' => network_home_url('/groups/')
    )
    );
    }
    add_action( 'admin_bar_menu', 'bcustom_adminbar_menu', 15 );

    However if the bp root blog is not the network home then the function is incorrect.

    Could somebody please help me to change the line

    'href' => network_home_url('/groups/')

    so that it goes to or is equivalent to

    <a href=&quot;/groups/">Groups</a>

    Thanks.

    #30068
    timemachines
    Member

    I have been trying to get my head around customizing the Profile navigation system. Specifically, I want to move subnav menu items from under one tab, to another tab and have their linking functionaility intact.

    Example – I am working with:
    bp-activity-loader.php (sub nav: public / personal / friends / groups )
    bp-xprofile-loader.php (sub nav: public / edit / change avatar)

    basically (or rather, complicatedly? :) ) I want to remove some links from “bp-xprofile-loader.php” and place them within “bp-activity-loader.php”

    As my PHP skills are in the early stages at best (I can hack around a little to solve small problems etc) I have been able to at leat move a submenu from one into the other – but it’s link doesn’t work properly, as it is expecting itself to be inside of one area and not the other.

    I understand that the Profile Menu and subMenu system is complicated for a reason – but it seems rather over complicated to simply move subNav menu items around within this space.

    Further – I recognize that the “Activity page” poses a whole new issue as its own links are very specifi to the fact that it is all about “Activities” – which means the links I move into there do not work.

    Lets say I want to move this (from bp_activity_loader.php):
    `// Edit Profile’
    ` $sub_nav[] = array(
    ‘name’ => __( ‘Edit’, ‘buddypress’ ),
    ‘slug’ => ‘edit’,
    ‘parent_url’ => $profile_link,
    ‘parent_slug’ => $this->slug,
    ‘screen_function’ => ‘xprofile_screen_edit_profile’,
    ‘position’ => 20
    ); `

    Into bp_xprofile_loader.php

    I know there must be more code that needs to be moved over, but every time I think I know what that might be, I break the site.

    Any guidance, or links to tutorials or example codes would be really appreciated. I know I should not be working directly in these files, but I cannot find any other way around this to make that Profile navigation system the way I want it to be.

    Sincere thanks!

    #136217
    @mercime
    Participant

    == no registration page and have membership enabled. ==
    @labeshops You need to enable Registration in dashboard menu Settings > General

    == Also noticed I get errors trying to change the avatar – says there was an error cropping it, please try again.==
    1. Trying to change the avatar –> you mean you were able to upload and crop avatar before?
    2. Are you able to upload and crop images in Pages > Add New or Posts > Add New panel?
    3. Is this a new installation or did you upgrade from previous versions of BP/WP?

    #29993
    wpissues
    Member

    Hello Buddypress community,

    Buddypress: 1.5.5
    Theme: Custom Community (free)

    I would like to rename the admin menu in the following way:
    From
    profile –> Public / Edit / Avatar
    To
    profile –> My thoughts / Questions / Change Picture

    Is there a plugin that can do this? If not, Where in the code can I make the change?

    Please help, this is critical for my site.

    Thanks,

    -John

    #135987

    In reply to: sign up error page

    chennareddya
    Member

    Earlier also i had some wordpress sites under localhost, i kept default permalink. If i tries to change to other, it give error page. So i never tried to change it. Now in this case also, i kept default option for permalink. Whether i change it or not buddypress tool-bar menu items redirecting to error page.

    Thanks,
    Chenna

    @mercime
    Participant

    == After installed the Randy Candy Child Theme, the menu show each page 2 times and don’t show the footer widgets.==

    Randy Candy Child Theme has not been updated for some time already. There are some changes which need to be done on the header.php and footer.php.

    == BuddyPress Group Live Chat ==

    As noted on plugin page in WordPress extend, that plugin has been tested on BP 1.2.8. It has not been updated for BP 1.5+

    @mercime
    Participant

    == The extra classes are gone now, but the menu is still showing up as a bullet list. ==

    The menu was never rendered as bullet list so I don’t understand what you mean that it “is still showing up as bullet list.” The latest version of Frisco theme is version 1.5.04 so do make sure that’s the version you’re using.

    Also, make sure that you didn’t delete anything from the navigation menu in your theme’s header.php. You can compare it with theme’s original header.php file – https://themes.svn.wordpress.org/frisco-for-buddypress/1.5.04/header.php

    If you made any changes to the stylesheet, then re-upload theme’s original style or copy over . https://themes.svn.wordpress.org/frisco-for-buddypress/1.5.04/style.css

    #135838
    @mercime
    Participant

    First of all, since you’re new to BuddyPress I suggest that you use the bp-default theme during Installation Wizard or later via dashboard menu Appearance > Themes while you’re setting up and exploring the different BuddyPress components available in your installation.

    == Now I cannot go back and select the correct theme to integrate BP with my WP theme. ==

    Just go to dashboard menu Appearance > Themes and choose the theme you want to use in your installation. If you’re going to use a WP theme for the BP install, know that you need to install/activate BP Template Pack plugin as well and go through Appearance > BP Compatibility process.

    #29930
    Tomtheman2
    Member

    I have just installed the buddypress plug in on my wordpress site, I went through all of the initial set up menus and clicked save and continue when I hadn’t selected the correct theme for the WP theme I am using. Now I cannot go back and select the correct theme to integrate BP with my WP theme.

    My question is, is there a way to change the BP theme I am using? When I do into the WP admin and click BP, I get only a few options and no theme change options.

    I have tried to uninstall BP and re install but it remembers the saved options previous.

    Any help is much appreciated.

    Thanks,

    #135829

    In reply to: sign up error page

    chennareddya
    Member

    i have been working in localhost URL is like: http://abcdev.arn/dcomm (i installed wordpress under this folder, and i installed BP, BB press plugins only. Theme is buddypress default theme).

    I created 1 menu, 4 cusom categories (for my specific purpose). After installing BP, i got a message like—->: “BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.”

    If i change the permalink to other structure, my custom categories are redirects to error page. But the BuddyPress links are redirecting to error pages in either case!!

    On top of the home page i can see “login”, “sign up” links. login is working fine but sign up is giving error like —> “The requested URL /dcomm/register/ was not found on this server.”

    Please ask me for any other details you require..

    Thanks,
    Chenna

    nickharambee
    Participant

    Hi,

    I am developing a child theme for the Buddypress default theme. I am wanting to make significant changes to the html for nav menu items. It appears that the function wp_nav_menu generates the nav div html. From having read the info on creating child themes it would seem that the best approach is to create a functions.php file in my child theme directory and then add a new function there, say wp_nav_menu2, and then include this in my header.php. Having looked at the default functions.php file it is not clear to me what I need to copy over to my functions.php from the default version, and where I would add the html for my nav items. I would like the html for each nav item to be in the form:

    <li>
    <div class="box">
    <div class="top"></div><div class="clear">
    <div class="bottom" id="current">
    <a href="index.html">
    <div class="left"></div>
    <div class="center">home</div>
    <div class="right"></div>
    </a>
    </div>
    </div>
    </li>

    Complicated markup I know, but it enables me to construct nav items from various background images.

    Could someone advise me as to how to implement this?

    Thanks,

    Nick

    #135670
    danbpfr
    Participant

    Hi, you don’t need to copy default.css to your child theme. Use instead style.css in the child theme and add your changes to the specific part taken from default.

    Example: let’s say you want to change the width of div#content .left-menu from 170 to 200px
    in default.css you have

    `div#content .left-menu {
    float: left;
    width: 170px;
    }`

    In your child theme, you write this in the style.css file

    `div#content .left-menu {
    width: 200px;
    }`

    https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    #135305
    @mercime
    Participant

    == I have associated Discssion Forums with a blank page named Community. ==

    Change Forums base to community as well.
    Go to wp-admin menu Settings > Forums – Archive Slug – Forums Base ==> from forums –> community

    #135001
    @mercime
    Participant

    – See links to subpages on the right sidebar of https://codex.buddypress.org/getting-started/
    – I suggest using bp-default while you are setting up the site and change to a different theme later.
    – After going thru installation wizard, you can make changes at dashboard menu BuddyPress > Choose specific setting you want to change

    #134755

    Sorry, Hugo, I need to know *exactly* what this is supposed to look like. Putting this in

    `<?php
    if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
    function bp_dtheme_enqueue_styles() {}
    endif;
    ?>

    function bp_dtheme_setup() {
    global $bp;

    // Load the AJAX functions for the theme
    require( TEMPLATEPATH . ‘/_inc/ajax.php’ );

    // This theme styles the visual editor with editor-style.css to match the theme style.
    add_editor_style();

    // This theme uses post thumbnails
    add_theme_support( ‘post-thumbnails’ );

    // Add default posts and comments RSS feed links to head
    add_theme_support( ‘automatic-feed-links’ );

    // Add responsive layout support to bp-default without forcing child
    // themes to inherit it if they don’t want to
    add_theme_support( ‘bp-default-responsive’ );

    // This theme uses wp_nav_menu() in one location.
    register_nav_menus( array(
    ‘primary’ => __( ‘Primary Navigation’, ‘buddypress’ ),
    ) );

    // This theme allows users to set a custom background
    add_custom_background( ‘bp_dtheme_custom_background_style’ );

    // Add custom header support if allowed
    if ( !defined( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’ ) ) {
    define( ‘HEADER_TEXTCOLOR’, ‘FFFFFF’ );

    // The height and width of your custom header. You can hook into the theme’s own filters to change these values.
    // Add a filter to bp_dtheme_header_image_width and bp_dtheme_header_image_height to change these values.
    define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘bp_dtheme_header_image_width’, 401 ) );
    define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘bp_dtheme_header_image_height’, 80 ) );

    // We’ll be using post thumbnails for custom header images on posts and pages. We want them to be 1250 pixels wide by 133 pixels tall.
    // Larger images will be auto-cropped to fit, smaller ones will be ignored.
    set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );

    // Add a way for the custom header to be styled in the admin panel that controls custom headers.
    add_custom_image_header( ‘bp_dtheme_header_style’, ‘bp_dtheme_admin_header_style’ );
    }`

    makes it worse, not better, because the code shows up above the header.

    Here’s the CSS:

    http://snazzymob.com/wp-content/themes/Snazzy/style.css

    I don’t care how stupid I look to you as long as the end result is that I’m given the correct information. That means providing me with the actual code in the actual way it’s supposed to be entered in the functions.php file.

    This is what is there now:

    `<?php
    if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
    function bp_dtheme_enqueue_styles() {}
    endif;
    ?>`

    There’s got to be a way to stop the header image repeating.

    words2us
    Member

    I’m running a website using the BuddyPress Default theme, and I want to be able to change the drop down menu beside the search box so it says “posts” as opposed to “members”.

    I tried looking in header.php but I can only find references to the search bar, but not the actual html behind it.

    Can anybody help?

    Phill
    Participant

    My page links randomly stopped working today without any indication as to why. What happens now is when I click a link to any page on my buddypress site either hard coded in, on the main navigation menu or even when I type it in the address bar it goes to what appears to be the index.php but without the CSS styling.

    The link in the address bar is still the link to the page though. I’m not sure what happened or how to fix it.I’ve already disabled the plugins to see if they did it and I’ve also disable to child theme I was using see if I changed something. I even went through and replaced the files I changed and replaced them with buddypress default files. Any suggestions would be greatly appreciated.

Viewing 25 results - 426 through 450 (of 845 total)
Skip to toolbar