Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 676 through 700 (of 845 total)
  • Author
    Search Results
  • #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

    #13295
    enginlofca
    Participant

    Hi everyone i can’t add images to my buddypress. Any idea???
    1-Just embedding pix into posts. But want to add to my library. i can see pix in the library but cant see at my blog.
    2-Avatar is not working. i can see pix in the hosting menus but not in my blog. Using only “Gravatar” which i dont want to.
    3-Cant change header images. Same as first subject, i add, it is ok but cant see when i proceed.

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

    #13061
    foodin65
    Participant

    I’ve got a rater complicated question.

    I’d like to change the Nav Menu that’s called in my Buddypress Child Theme.

    Instead of calling the default menu for Buddypress, I’d like my theme to grab the menu from another blog on my network and display that.

    The reason for this is that I have buddypress installed on a sub-blog on my multi-site set up. however, I’d like to menu to be exactly the same as the main site in the network and I don’t want to have to manually change it everytime that something is updated on the main network. So, i figure the best way to do this would be to just have my buddypress child theme call the custom menu from the main blog and display that.

    Any ideas how to do this?

    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.

    I have WP 3.0, BP 1.2.5 and BP Album+ installed, all working great.
    However, users have commented that they didn’t realise Media was actually Photos (I have foreign users whose English is not up to Media).

    Does anyone know how I can change Media to Photos? I’ve found most places, by the main Navigation Tab in the members home page still says Media and for the life of me I can’t find where it’s set!

    Thank you!

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

    psarunkumar
    Member

    hi,

    how to find and replace test in frontend? site wide text change plugin change test only admin area. any other plugin, to change text in frontend side.

    for example, in this site top menu, Blog tab is there. i need to change Blog to See-All-Blog same as Groups change to Community.

    this all do only plugin stuff not change directly in theme or other. is it possible?

    (wordpressmu 2.9.2, buddypress 1.2.3. and use default buddypress theme.)

    tell me your suggestion.

    #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

    dodonest
    Member

    I currently use ning for a client and was interested in setting buddypress for them and had a few question as to the functionality.

    1. Right now each user can add/upload photo albums to their profile and groups as well as individual photos. Is this possible with buddypress and how?

    2. Is there a plugin or something in the back end to randomly display all photos in a slideshow type format or even just an album for all users to see on the front end.

    3. I was looking at the user profile page and wanted to know if theres a way to make it a little more robust like ning and have more user info on their profile page example. http://www.doodlekisses.com/profile/Nitz
    I like how the menu toolbars remain static while users on the example can change the background.

    Thanks in advance,
    Ken

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

Viewing 25 results - 676 through 700 (of 845 total)
Skip to toolbar