Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 401 through 425 (of 515 total)
  • Author
    Search Results
  • #89097
    Thorsten
    Participant

    Ok, I found one hint in Buddypress German Forum of WordPress, see http://forum.wordpress-deutschland.org/buddypress/73994-seite-nicht-gefunden-members-usw.html

    I post there a solution for the normal menu. The ‘index.php’ file is missing in the permanent structure, maybe there is something different between the WP English and WP German version of 3.0.1. So all of you have the URL http://www.yourdomain.com/groups/. Please change it in your Browser to http://www.yourdomain.com/index.php/groups/ and check if you’ll get a page. Change ‘yourdomain.com’ in your real domain. See my page http://www.unitedcasting.de/index.php/groups/ – it works.

    But now I’ve to search for the links under ‘MyAccount’ and ‘Notifications’. Maybe someone knows where the file is safed. Thanks.

    #88895
    pcwriter
    Participant

    @hnla

    Here’s an interesting question from a user which would render the plugin more user-friendly in a WP3.0 environment:

    “How do you change the label of the $adminbarPages 1 & 2 to default to the name of the custom menus? In other words, I don’t want to hardcode the labels into the navbar. Instead, I’d like it to display the Custom Menu names.”

    Something like this maybe (I’ve omitted the “>” and “?” simply so the code would show here…)

    $adminbarPages1 = ‘ php echo wp_nav_menu( array(‘menu’ => ‘MENU-SLUG-HERE-I-THINK’ )); ‘;

    #88622
    pcwriter
    Participant

    @hnla

    Wow, you really took this little project to heart, didn’t you? Thanks for investing so much time on it! :-)

    1. Didn’t realize the ul elements could cause problems but it works just fine without them (tested successfully on bp-default and child theme).

    2. By wrapping wp_list_pages in ul elements, all pages aggregate under a top-level “Pages” nav item, with actual WP pages as subnav items and child pages as sub-subnavs as example below:

    “Pages”
    – Page 1 – – Page 1 child 1 – – Page 1 grandchild 1
    – – – – – – – – – – – – – – – – – – – – – Page 1 grandchild 2
    – – – – – – – – Page 1 child 2
    – Page 2

    By removing the “Pages” li element and wrapping the call to wp_list_pages in li elements, WP pages appear as top level, with child pages as subnavs. Creating a new page adds it to the nav as a top-level item, unless excluded (either entering the page ID manually in the code, or with “Exclude Pages” plugin). I prefer it this way, but the modified code could be included as an option in the plugin for those who prefer having all pages listed under a common heading, with instructions on where to change the heading label.

    3. I get no errors with the new WP3.0 checks in place. I couldn’t figure out how to do that, but I see it was a rather simple if !function_exists call. Huh…

    4. I left the top link name “Pages” in the wp_nav_menu calls for now. I have not tested this code on WP3.0 so don’t know if the menus will behave as in 2.9.2

    I ran the code with modifications, both yours and mine, and it works brilliantly. Collaboration is a wonderful thing :-)

    Here’s my revision: http://pastebin.com/4U85PWrt

    No word yet from WP about my plugin submission… still waiting. Got to get to work now, thanks again!

    #88615
    Hugo Ashmore
    Participant

    @pcwriter

    I’ve had to do a fairly extensive rewrite on the function for a number of reasons:

    1/ There was a significant degree of malfomed ul child nesting which prevents drop down aspects working correctly primarily I’ve removed the opening and closing UL elements as they are not required and cause issues.

    2/ Not sure how the wp_list_pages was intended to work but with the parameter ‘title_li’ declared as empty you correctly remove the wrapping elements but would need to add UL elements manually wrapping the function call for the dropdown to function correctly.

    3/ Added back in the wp_nav_menu function calls but wrapped them in a check to see if WP 3.0 is running i.e are the new menu available if not hide altogether.

    Also added a reverse check to remove the wp_list_pages function if using the new menus as there is little point in both and the new menu system serves better.

    4/ Changed region and menu top link names to ‘pages’ but this area is a fundamental issue as it cant be known what the user sets as menu names, ideally one shouldn’t hard code values but retrieve them from the admin menu area, but this proves far too hard to work out (asked a question on WP support but haven’t had a reply and I don’t expect one – sadly there is little codex documentation of any depth on the new menus.)

    This issue applies to the wp_list_pages as well as you can’t really pass any values for ‘include’ and ‘exclude’ as these values can’t be known so you ought to remove those values you have hardcoded (I have left them in).

    If I can get some guidance on how to fetch values from the menu backend view such as menu names then it will be possible to make the menus far more effective but have spent quite a while trawling through the core WP files for nav-menu and it’s not obvious and too time consuming.

    I have copied the revised code to this pastebin page, give it a check over, but don’t assume I have things all correct, run it as plugin copy 2

    http://pastebin.com/trUDaPEP

    first I think that other may have the same problem. as I did not found it I posted it. As it only happens if the user is logged in, there is nothing what I can show.

    The description is clearly. The whole menu structure of the buddypress is below the footer. here the menu list:

    IT-Consultant – Christian Gnoth
    My Account
    Activity
    Personal
    Friends
    Groups
    Favorites
    @admin Mentions
    Profile
    Public
    Edit Profile
    Change Avatar
    Blogs (7)
    Messages Inbox
    Sent Messages
    Compose
    Notices
    Friends (0)
    My Friends
    Requests
    Groups (0)
    My Groups
    Invites
    Settings
    General
    Notifications
    Log Out
    My Blogs
    IT-Consultant – Christian Gnoth
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    German Newspaper
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    WordPress PlugIn Development
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    Theme Development
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    Blogs from IT-GNOTH.de
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    PHP Development
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    wp theme t1
    Dashboard
    New Post
    Manage Posts
    Manage Comments
    Notifications
    No new notifications.
    Blog Authors
    admin
    wptrack1
    Visit
    Random Member
    Random Group
    Random Blog

    #88195

    BP: ver 1.2.5.2, WP: ver 3.0.1. I have changed my permalink settings. I am not sure what you mean by default and default child theme. I am using just the regular BP plug in but I do also have a buddypress template pack and community blogs plugins activated as well.

    #88114
    alanchrishughes
    Participant

    @justbishop Are you saying it might be possible to write something like

    a href= members/bp_displayed_user_username()/profile/change-avatar

    #84818

    In reply to: Renaming Components

    Hugo Ashmore
    Participant

    edit/ tooo slow :)

    This will tell you how to change url slugs
    https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/

    Menu items/text can be changed by adjusting the link in header.php _e( ‘Groups’, ‘buddypress’ ) preferably via a copy of the file in a child theme.

    Paul Wong-Gibbs
    Keymaster

    BP-Default does work with WP 3.0; what exactly are you referring to, custom menu support? The theme will not see any significant changes until BuddyPress 1.3, which won’t be out for a while yet. The theme lives in /plugins/buddypress/bp-themes/bp-default/.

    #84446
    xrun
    Member

    @nahummadrid
    Yes, that is some of what I was looking for. Thing is that it still only shows the standard gravatar, not the uploaded user profile image. That image was uploaded through the BP change avatar dialog on the main site ie. http://site.com and seems not to show up on the users own blog at http://blog.site.com. It does show up when going to the profile using the links in the menu bar though, those links point to the main site domain.
    It is a subdomain multiuser setup, but it should still work shouldn’t it?

    @boonebgorges
    Allright, I moved it to the wp-content/plugins folder. I can’t see any different in widgets or plugins, but I’m not sure where to look for it.
    Just to clarify, I’ve been working with WPMU for a couple of years, it’s just buddypress that’s virgin territory for me.

    foxly
    Participant

    For version 0.1.9 nightly builds, the option is located in BP Album -> Plugin Settings -> Page Slugs -> Base Slug

    Change it. Click save. Done.

    Thanks!

    ^F^

    I had a cryptic answer to this that any tab can be changed (user was ‘Foxy’ I think), but he didn’t say how, just to come to these forums :(

    So hoping he’s here and can provide an answer!

    #83862

    In reply to: profile management

    lorenzo
    Member

    hi everyone, i was hoping that someone was willing to share their experiences with the management of profile and the confusion generated by the standard link to the wp profile and the buddypress edit profile, but i can see that there are no takers…

    so question going back ot the developers: i found a plugin which allows to edit the admin menu in the dashboard called ‘admin menu editor’. using this plugin i can manually change the links to the various pages. my intention is to change the profile link (profile.php) to the buddypress one. however, the problem is that this link is dynamically generated based on the user: ie

    https://buddypress.org/community/members/myuser/profile/edit/

    and this is where i need some guidance. is there a way to call a slug for the user which is going to work in the dashboard?

    thanks!

    techguy
    Participant

    I think BP Album+ has a language file. Can’t you just change the language file and it will change it everywhere? I should also note that in future versions there planning to add videos and other media. So, that’s probably why they used media instead of photos or something.

    #83768
    Andy Bailey
    Participant

    sorry @denisjanis, I didn’t see your reply. Look like you figured out overwriting the files with 1.2.41 works.

    @Johnjamesjacoby, you’re right, I’m using a child theme. The default buddypress theme works fine.

    I have the bp-follower plugin installed and using buddypress 1.25 breaks it. The menu items are still there but any notifications in the top menu bar getting clicked results in the redirect to homepage problem. It doesn’t happen with the default buddypress theme.

    with buddypress 1.25 and my child theme, I can view domain.com/members/ no problem but trying anything after that wont, domain.com/members/andy/ wont work or domain.com/members/andy/followers

    I tried adding a die(‘some message’) in the child themes /members/single/activity.php file but it didn’t have an effect, I tried in various other files and still couldn’t get it to die with my message showing so maybe it’s a redirect or rewrite rule that has changed in 1.25 that isn’t compatible with a command in the child theme?

    I will continue to use 1.241 for now but it would be nice to get to the bottom of it.

    #82598
    Nahum
    Participant

    – topic tracking – favorite topics – some way to bucket open forum topics or add a topics menu item to my profile page with a listing of all my topics AND make that the default landing not the activity
    – self forum activity search, “i remember saying something about XYZ, let me search my own activity” from my profile
    – deactivate post update only’s, new group follows, in main activity stream – maybe even remove activity component all together.
    – group landing pages should default on the forums not /home with the activity stream.

    #81815
    r-a-y
    Keymaster

    Edit your theme’s style.css.

    And add the following:
    #wp-admin-bar .padder, #wp-admin-bar ul li ul {background:red !important;}

    This is just to get you started.

    Again, I advise you to create a child theme to apply your new style changes. Read this guide to build a child theme from the default BP theme:
    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    #81718
    r-a-y
    Keymaster

    First, you’ll need to know a little bit about CSS to override the color scheme in the default BP theme.

    Secondly, you’ll need to create a child theme to apply your new CSS changes. Read this guide to build a child theme from the default BP theme:
    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    Next version will probably not include drop down menus in the theme, perhaps in BP 1.3 to take advantage of the new WP custom menus. For now, you’ll have to add this yourself by customizing the theme and applying a little jQuery trickery.

    There are a ton of tutorials on jQuery drop down menus out there; you should be able to find one that fits your needs.

    If you have no experience customizing themes, you might find this a little daunting!

    #81444
    justbishop
    Member

    Not sure what to tel you about the theme issues you’re having (I just modified the BP default one), but I get what you mean about the BP groups/forums confusion.

    The audience I’m after is used to vbulletin forums, so I actually found some code posted here on BP.org that made groups open onto the group forum by default, and then I put a conditional around the activity stream posting thing on the group activity pages that only allows admins to see/use that. This way, all group activity id funneled into the forums, unless the group admin just feels the need to post something to the activity stream. I also just did away with the ability to post activity stream updates from the sitewide stream page, but you could just modify the ‘post update to’ dropdown menu there to hide and make it post to the user’s profile only.

    All in all, I’ve found that Buddypress can be a bit of work if you want to change the way it does certain things, but for most people the features are worth the trade-off of some extra work. I hope you get it all figured out and working the way you’d like :)

    #81357
    Hugo Ashmore
    Participant

    @pjnu it’s a simple edit plus a few additional steps once the menu items have been activated for the dashboard by the config change. If you already have a WPMU setup WP 3.0 detects that and you shouldn’t have to go through the MS setup procedure.

    #80949
    Meini
    Member

    @jon, try this in your child theme’s css:

    #wp-admin-bar {
    top:inherit;
    bottom:0;
    }

    you still have to change the drop down menu to rise up though. But it is a start….
    Cheers
    Meini

    #80236
    Paul Wong-Gibbs
    Keymaster

    Mainly to allow BuddyPress pages to be put into custom menus and hierarchies like you can do with regular WordPress pages or posts. The change will be invisibile unless you want to set up your site like this, then it will be easy. This site does not run BuddyPress 1.3, it’s too early for that, though I suppose it is possible the code has been backported.

    @apeatling Would you answer this /communities/ URL question once and for all please? Thanks.

    gregfielding
    Participant

    @hnla
    Correct. I see the old (original) blog names under “my blogs” in both the admin bar dropdown menu and on my profile page.

    #79429
    @mercime
    Participant

    Change the URL slugs of BuddyPress components: – https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
    Plus to reflect URL in Menu go change the names of respective navigation list within header.php of bp-default theme

    3dcandy
    Member

    @kankakee
    I’ve altered fishbook to get active header tabs to change for static pages. you need to edit the styles.css file like this:

    find the nav css. look for the line that says “ul#nav li.selected a {” and change it to “ul#nav li.selected a, ul#nav li.current_page_item a {“

    done!

    Regards
    Ade

Viewing 25 results - 401 through 425 (of 515 total)
Skip to toolbar