Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 476 through 500 (of 845 total)
  • Author
    Search Results
  • #131021
    @mercime
    Participant

    On issue#1 – need to clear cache. Better yet, open site with another browser. Added style works.

    On issue #2, you might also want to try this plugin https://wordpress.org/extend/plugins/buddypress-profile-menu/installation/ where you’d have to add
    `

    `
    just below your wp_nav_menu in your theme’s header.php

    Caveat: you would need to manually change the div classes/ID of the menu UL/LI in the plugin’s bp-profile-menu.php file

    #131020

    It’s in the header (by theme)
    I just used the wp-admin page to create a menu and set it as primary navigation menu.

    #131018
    RobFenech
    Participant

    Hi James, it depends on where you want this to show as to where you put it. I have mine in a footer file, because my client wanted a footer menu, but if you want this in your navigation, you’d have to either hard-code your nav or hook it into the end of your nav somehow.

    How are you generating your top level navigation at the moment?

    #131017

    On issue 1 @terydinho
    what page do I put the code

    On issue 2 @mercime
    It was like this from beginning, I tried to figure it out, but can’t
    the above change doesn’t work and gives very slight change of moving things right. If I change both 15’s to 115’s, it brings the edge of buddypress right allowing more room for sidebar, but doesn’t show anymore of the buddypress with ‘last active’ still chopped off to side by exact same amount.

    #131016
    @mercime
    Participant

    @jamesmcbennett I looked at your members and forums directory and looks like something went awry with your HTML structure since last time you posted at the forums.

    With regards to your question, add the following to your theme’s stylesheet:
    `div#subnav.item-list-tabs {
    margin: -15px 0 15px !important;
    }`

    #131015

    What pages are both of these on…

    (new to code)

    #131013
    RobFenech
    Participant

    1) all in the css. the default theme is all based on percentages with some max-width’s in place. If you want to change that to a fixed width, run through the code via firebug and check out where the widths are coming from and simply change them in your css.

    2) yes, this is your friend here:

    `
    <?php
    global $current_user; // Get user’s information

    get_currentuserinfo();

    $user_level=$current_user->user_level;

    $user_id=$current_user->ID;

    $user_login=$current_user->user_login;

    $user_email =$current_user->user_email;

    $user_firstname=$current_user->user_firstname;

    $user_lastname=$current_user->user_lastname;

    $home_link = get_option(‘home’);
    ?>`

    then

    `<a href="” class=”profile”>View My Profile `

    and

    `<a href="” class=”messages” title=”Messages”>Messages (10)`

    and so on…

    #28130

    1) How do I change the width of buddypress?
    http://www.fabsie.com/wp-content/uploads/2012/03/buddypressproblem.png

    2) Can I put the ‘profile’, ‘friends’, ‘messages’ inbox into my main navigation menus?

    Subway1968
    Member

    WordPress: 3.3.1
    bbPress: 2.0.2
    Installed at: http://www.mysite.com/blog
    Apache Server running the latest Php, etc.

    I have a fresh install of WP in an empty directory called “blog”. Ran through the steps outlined here: http://codex.buddypress.org/getting-started/before-installing/ Verified permalinks etc.

    Next I went through the automated installation instructions here: http://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    And then walked through the BP 1.5 Installation Wizard here: http://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/
    I kept all of the defaults.

    Next I walked through the Configuring of Components keeping all of the defaults. http://codex.buddypress.org/getting-started/configure-buddypress-components/

    When I got to the Forums configuration I chose Install Site Wide Forums and then walked through page 2 only of Installing Group and Sitewide Forums: http://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/2/
    (NOTE: on Step 2 with the orange Install Now button, there was a note saying that this was not tested in my version of WP – however I had no issues the rest of the way with the install process)

    After bbPress was installed, I activated it and then went into the bbPress Settings and left the defaults. I saw the note here saying: ” During the Installation Wizard, Forums will be associated with the “Forums” page. In some installations, you do not need to change anything. But if your sitewide forums won’t work, go to wp-admin BuddyPress > Pages and you’ll find the association and remove the Forums Page as the selected page.”

    I then followed the directions to add test forums and topics and then tested.

    Here’s where I have issues. At the beginning I found that links were messed up. The forum link went to the blog and the blog went to the forum however the page was completely white. I messed with the menus and sorted that out (I think) and then set the Forum under BuddyPress > Pages > Discussion Forums to – None – per the NOTE above and now a page for the forums showed up however there were no forums. Looking for hours through the codex I found something that said I had to add this shortcode to make it work: [bbp-forum-index]

    It seems to work in this configuration however when I use the Dashboard I get this message: “The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums” With a Repair button next to it. Clicking the Repair button takes me to the BP > Pages page again. If I set that to Forums, it Pulls up the blog root directory page (Home page) and has a big red warning that says “The forums component has not been set up yet.”

    I’ve deleted the entire ‘blog’ directory and started from scratch twice with the same exact results. It’s not a hard process and I find it difficult to think that you’d really have to manually add the short code for the forum to work. So what am I doing wrong or missing?

    All help is appreciated. Oh, I did try searching the forums first. But the search is broken and I got tired after reading the first 50 pages. So please excuse me if this has been answered previosuly.

    Thanks,
    Jared

    Zigster
    Member

    OK, I feel pretty stupid.

    To change the header menu you just go to Appearance > Menus, and create a custom Menu.

    Yay!

    #130760
    snowlas
    Participant

    Okay, this is what I did to get a register page I needed. It wasn’t a two step set up, but it got me all the information I needed in one menu.

    I don’t use the Buddy Press register page, but rather a plugin called Login Logout. This always directs to the Wordpres login page or register page if they hit join on my site. I have also hidden the admin bar to logged out users.

    I then place the Login Logout widget in a sidebar space so anyone can use it from the front page.

    I used CIMY Extra Fields plugin to add the fields to the register page. I used Custom Login to design my login page.

    You don’t want BuddyPress to handle things like age, location, unless you want to publicize that information to any other buddypress user.

    Take a look: http://www.mediabridges.info.

    #28017
    9087877
    Inactive

    This is more or less a plea to the BuddyPress development team. I really believe you should make it a priority to make the next version of BuddyPress address the lack of profile privacy options above any other changes you may have planned in the future. Cosmetic changes are not that important because most people with any real BuddPress experience will more than likely be using a child theme to customize the cosmetics of the site to their liking. This change should be integrated into the BuddyPress default core because it is the only real way to make BuddyPress a viable choice for membership only social netwoking. BuddyPress is really a well developed plugin for WordPress and I know it is about being social, but the end user should have the ultimate choice in whether or not their profiles or site activity are view-able to the logged in members(public) or just their friends(private). This should be standard feature in buddypress without being dependent on plugins. When I say public or private, I mean that all members should have to be logged first before even given the option to view another members profile, maybe a landing page integration built into BuddyPress core that redirects any visitor the the landing page when attempting to view any post or page on the site. In my opinion just because a new user activated account there should still be options in the core to keep their profile accessible to only members they are friends with etc. I am not saying to jump the gun and make every single Profile field either view-able or not depending on friendship. Just a simple choice to display or not to display your profile to people you are not friends with. In other words the options in @modemlooper‘s BuddyPress Profile Privacy plugin functionality should be integrated into the BuddyPress default settings without dependency on a plugin. Privacy of the end user seems to be a determining factor in whether or not visitors decide to join/register on your site. Privacy options along with ACL built into BuddyPress right out of the box will put Buddypress in a whole new league for social network CMS choices. I also think the .htaccess file should contain the Options -Indexes code at default. Directory browsing should never be open by default. To me it is a security risk not include the Options -Indexes code in .htaccess at default. I would also like the buddybar and its links to somehow be integrated into a custom menu somehow. I would also like to see an option in the buddypress dashboard that will allow you to choose how many activity items are loaded.

    sheffieldlad
    Member

    HI all,

    I have decided to change from using group forums to using sitewide forums.
    I realise it may not be possible to move the group forum posts to a sitewide installation but the site is very new so this doesn’t concern me.
    I’m having trouble disabling the group forums. I go to the forums setting screen under the buddypress menu and click uninstall group forums.
    I then click install sitewide forums and install bbpress. when I go to the site the group forums are still showing and if I go to the forum settings page again the option is still there to uninstall group forums and also the option to install sitewide forums is still there as if my changes are not taking effect.
    Maybe I am doing something wrong?
    WP 3.3.1 BP 1.5.4 using custom community theme.

    Many thatnls for any help.

    [sorted this now, I renamed the bbp-config.php to .old the root of my WP installation
    Rather than deleting it so I can go back to my old forums if i choose.]

    Don_X
    Member

    I just completed the setup of a WP site with the udesign theme and I have installed BP ! – All on my home local server. Certain things like the menus items are not aligned properly ! and this obviously needs some tweaking ! .. I activated the BuddyPress Template Pack and followed the step by step instructions. On Step Three: Tweaking your layout, it is said :
    ” …. to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php…. “

    What exactly to they mean by change the HTML structure ??? … does it mean I have to put in the same arguments shown in the div tags and put them in the BP template files copied into my u-design directory ( going by method 1 ) ??? .. please help … I need some cues .. I don’t want to mess it up !

    Can someone provide me with an example ??? … the u-design is based on the 960 grid css system to theme WP.

    please help ..

    thank u in advance

    #27775
    BRx Woden
    Member

    Hi, I have installed BuddyPress a a few other modules and am almost ready to build my live site (working on a test site atm). Just two problems I can see.

    A users profile page doesn’t actually show their profile.
    A user can only edit their profile using the dashboard. Which isn’t (and never will be by me )themed.

    You can see a screenshot of what I mean here http://i1176.photobucket.com/albums/x334/Woden83/bpprofile.png I have entered information for that user, interests a website etc but they ar’nt showing. And the edit profile page linked to in the menu only allowes a user to change their password.
    Ideally general users (subscribers) would never see the dashboard.

    I am running WordPress 3.3.1, BuddyPress 1.5.4, bbPress 2.0.2

    @mercime
    Participant

    You need to make your theme duotive compatible with BuddyPress by installing and activating the BP Template Pack plugin. Then proceed to dashboard menu Appearance > BP Compatibility and go through the compatibility process. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    #27767
    rhek
    Participant

    Hello,

    We have a request from the boss to change “Groups” to “Teams”? He would like to change it everwhere, menu, urls, etc.

    If there is a way to do this and a new version of BuddyPress comes out would we need to do this again?

    Thanks,
    Rhek

    GordonRe
    Participant

    Hi

    From Members Directory page I have the following problems
    1. Use the drop down menu to change listing order (eg last active / alphabetical) error message: “Sorry, no members were found.”

    2. Click on the page numbers below to look at members not appearing on first screen: same result.

    Is this a bug or user / setup error.

    Thanks

    Details
    – WordPress 3.3.1 and BP 1.5.4
    – tested w Chrome and Firefox
    – Theme: Canvas BuddyPress child theme (Woo Themes)
    – No BP plugins; WP Backup Plugin.

    #129991
    @mercime
    Participant

    1) Re: delete not deactivate

    You can safely delete each Group you’ve created in each Group’s admin settings.
    You can uninstall the Forums for groups in dashboard menu BuddyPress > Forums > uninstall group forums.
    You can uninstall Sitewide Forums in dashboard menu BuddyPress > Forums > uninstall sitewide forums.
    Then, go to BuddyPress > Components > remove checks for User Groups and Discussion Forums

    2) Re: if you look at my site http://www.sweepbook.com/rate-this/ you will notice the menu items are on top of each other

    – I don’t see that in your site. So it’s either you’ve changed the theme to bp-default theme or you’ve decided to use bp-default’s custom menus to organize your links.

    3) Re: The logos on my site, redirects to http://www.sweepbook.com/rate-this

    – Right now I see that you have HTML pages at domain root http://www.sweepbook.com/
    So where did you install WP/BP, in subdirectory rate-this? and the redirect is to
    redirect is to http://www.sweepbook.com/sweepbook/rate-this/ .
    WP Settings > General > Site Address URI/WordPress Address URI was changed without proper checks and this is not a BuddyPress issue at all.

    https://codex.wordpress.org/Changing_The_Site_URL and if that doesn’t help you resolve the problem, please post at https://wordpress.org/support/forum/how-to-and-troubleshooting

    #27721
    brownstone73
    Member

    Hi,

    I just installed buddypress and have the following question if someone could please assist me?

    1. I do not use Groups and the forum on buddypress, can this be deleted instead of just deactivating it?

    2. I have a problem with my menu, if you look at my site http://www.sweepbook.com/rate-this/ you will notice the menu items are on top of each other, I would like to have it horizontal as per the original theme, it just changed for some reason??? I have also tried custom menu, but that did not work either.

    3. The logos on my site, redirects to http://www.sweepbook.com/rate-this and therefore throws the famous 404 error, the URL is missing the / after rate-this. It should be http://www.sweepbook.com/rate-this/ instead of http://www.sweepbook.com/rate-this. How can I fix this?

    I am currently on Windows share hosting with GoDaddy. Thank you in advance.

    crazywhistlepig
    Participant

    I’m using WordPress 3.3.1 and Buddypress 1.5.4 and have written a group extension plugin following the Group Extension API at http://codex.buddypress.org/developer-docs/group-extension-api/ . I load up my plugin core in my loader.php such as:
    `function vhm_plugin_init() {
    require ( dirname( __FILE__ ) . ‘/includes/vhm-core.php’ );
    }
    add_action( ‘bp_include’, ‘vhm_plugin_init’ );`

    Then in the vhm-core.php I load my include files. Each include file contains one BP_Group_Extension() class:

    `require ( dirname( __FILE__ ) . ‘/vhm-control.php’ );
    require ( dirname( __FILE__ ) . ‘/vhm-events.php’ );
    require ( dirname( __FILE__ ) . ‘/vhm-service.php’ );`

    Each group extesnion class has a display screen and an edit screen. When in the Group Admin Menu, and I click on an edit tab, the admin submenu changes showing only those tabs prior to the selected tab in the include/require order above. Any tabs that were loaded after the selected one disappear. So for example, im in a specific group as an admin, and go to the admin menu. I see “Details | Settings | Avatars | Members | Control | Events | Service” in the admin submenu (details -> members is part of Buddypress obviously, the other menus are generated from the function edit_screen() for each class in my plugin). If I click on service, the menu is “Details | Settings | Avatars | Members | Control | Events | Service” when I click on Events the menu is “Details | Settings | Avatars | Members | Control | Events” when I click on control the menu is “Details | Settings | Avatars | Members | Control” and when I click on any of the buddypress tabs ( Details | Settings | Avatars | Members) I see the full submenu again. Seems like loading multiple BP_Group_Extension classes in one plugin results in a last one selected is last one loaded. It definitely follows the order of the includes in my vhm-core.php.

    Is this expected behavior? Is it not intended to load multiple edit_screen() functions in my class extensions? The weird thing is, that the function display() portion works fine. In other words, when I go to each item in the main group tabs (outside the admin menu) this does not happen. Only in the admin submenu do tabs disappear.

    #27660
    David Cavins
    Keymaster

    @r-a-y Long ago (Original thread: http://tinyurl.com/7h6cgld ) you posted some code about modifying the names of the group tabs:

    function avatar_change_bp_groups_submenu() {
    global $bp;
    $bp->bp_options_nav = 'Activity';
    }
    add_action('wp', 'avatar_change_bp_groups_submenu');

    A similar function works fine for modifying the profile menu

    function avatar_change_profile_tab_names() {
    global $bp;
    $bp->bp_options_nav = 'Change Photo';
    }
    add_action( 'bp_setup_nav', 'avatar_change_profile_tab_names', 999 );

    But the groups menu version doesn’t appear to work any more. Can you advise?

    Using BP 1.5.3.1/WP 3.3.1/MAMP testing setup.

    #27635
    #129534

    The them developer has applied the changes you suggested. If you go back to the test website http://buddypress.centennialchristianchurch.com/
    and view the only navigation menu pages, the website header and navigation bar are removed.

    #129437
    daveC87
    Member

    The custom Functions I added area as follows: (When I delete the bp-custom.php everything works fine again)

    // Setups up Type=Full avatar pics for BP-post author
    function bp_custompost_author_avatar() {
    global $post;

    if ( function_exists(‘bp_core_fetch_avatar’) ) {
    echo apply_filters( ‘bp_post_author_avatar’, bp_core_fetch_avatar( array( ‘item_id’ => $post->post_author, ‘type’ => ‘full’, ‘width’ => ’70’, ‘height’ => ’70’ ) ) );
    } else if ( function_exists(‘get_avatar’) ) {
    get_avatar();
    }
    }

    // Changes order for member profile menu items
    function bbg_change_profile_tab_order() {
    global $bp;

    $bp->bp_nav = 20;
    $bp->bp_nav = 30;
    $bp->bp_nav = 40;
    $bp->bp_nav = 50;
    $bp->bp_nav = 60;
    $bp->bp_nav = 70;
    $bp->bp_nav = 80;

    $bp->bp_nav = false;
    $bp->bp_nav = false;

    }
    add_action( ‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );*/

    // Setup the navigation
    // Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
    // and http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
    function my_setup_nav() {
    global $bp;

    bp_core_new_nav_item( array(
    ‘name’ => __( ‘my adventure list’, ‘buddypress’ ),
    ‘slug’ => ‘my-adventure-list’,
    ‘position’ => 10,
    ‘screen_function’ => ‘my_adventure_list_link’,
    ‘show_for_displayed_user’ => true,
    ‘default_subnav_slug’ => ‘my-adventure-list’,
    ‘item_css_id’ => ‘my-adventure-list’
    ) );
    }

    add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );

    function my_adventure_list_title() {
    echo ‘My Adventure List’;
    }

    function my_adventure_list_content() {
    ?>


    <?php
    }

    function my_adventure_list_link () {
    add_action( ‘bp_template_title’, ‘my_adventure_list_title’ );
    add_action( ‘bp_template_content’, ‘my_adventure_list_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/my-adventure-list’ ) );
    }

    ?>

Viewing 25 results - 476 through 500 (of 845 total)
Skip to toolbar