Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 376 through 400 (of 845 total)
  • Author
    Search Results
  • #148139
    Shripad
    Participant

    Hi,
    I am using a buddypress default theme and the menu changes automatically when I resize the browser. They menu buttons are normal and small when the browser is of the normal size but when I make the browser window small, after a certain point, the menu buttons become wide and stack up below each other. I assume this has something to do with the theme being responsive, If I dont want that to happen, is there anyway to stop that?
    I could explain this better if I could attach snapshots. Please let me know hoe to achieve this.
    Thanks,
    Shripad

    #147756
    @mercime
    Participant

    What dropdown menu? I don’t see any at this time. Changed themes/menu perhaps.

    #147463
    foxly
    Participant

    Site could be considered NSFW.

    …depends where you work…  😉

    Compared to some help requests I’ve answered, this site’s rather tame.

    @jidanni

    CSS design is a very complicated subject. The base BP theme’s CSS file is almost 2,500 lines long and has a vast and intricate style tree. Answering a RFC (request for comments) on a given set of changes to it  is many hours of work, and is beyond what can be handled on these forums.

    If you have a specific problem, eg: “When I set style X to Y, the level 2 menus explode” or “How can I invert the color scheme”, the users here will be happy to help you.

    Also, be aware there are sweeping changes in the works for BuddyPress’ template system. The core development team is currently re-designing the entire template system to use page-fragment injection. In theory, this will allow BuddyPress to use almost any WordPress template set – not just ones designed specifically for BuddyPress.

    I’d estimate they’re about 6 months away from release on this.

    ^F^

     

     

    #146914
    susivegan
    Participant

    Hi, I’m running WP 3.4.2 e BP 1.5.6. I can’t see any create link nor in the user profile menu nor in the toolbar. I’m using BuddyPress Column theme and I already tried to activate BPDefault theme, nothing changes. I deactivated every plugin exept BuddyPress.
    I added
    define ( ‘BP_GROUPS_SLUG’, ‘gatherings’ );
    in wp-config.php
    (I read it on a forum message).
    Nothing to do.
    What can I do?
    Could anybody help me please?
    The site is
    http://www.quelchecivuole.it

    #146302

    Topic: Help me please

    in group forum Installing BuddyPress
    wants
    Participant

    I installed WordPress 3.2.4 version.
    Before until I installed BuddyPress 1.6.1
    version I had installed template
    \”SmallBiz\” and I want to say that he has
    shown himself perfectly. Install it, it was
    in the same form as in the window, could
    only fill out the required content of the
    field, change the colors and images site,
    add plug-ins and all, no hassle, all fast and
    convenient.
    When I installed BuddyPress1.6.1 I
    started having problems. I was asked to
    download the most suitable pattern for
    me … and yes, in the window it looked
    quite nice, just what I needed and was.
    But once installed it was not the one
    which I was offered. He became what
    that curve and the ugly. menu buttons
    are very large, sidebars are top-down.
    And in case the sidebars are vertically. Please
    who knows how I correctly adjust work
    pattern, check out my site and leave a
    response. Thanks in advance.

    Educated Savage
    Participant

    I apologize if this has already been posted. I’m breaking my brain here! I had Buddypress all up and working beautifully and it was snapping and sizzling and then somehow in the last couple days the Activity, Sites, Forums, User Groups, and Settings pages have just stopped working. If I navigate to them through the grey bar, I get a ‘does not exist’ error and a google search option and if I use the menu for my site to navigate there, the page just hangs up forever EXCEPT for the forums page. It’ll work through the menu on my website, but not the grey bar. I didn’t change anything and I don’t think there were any updates! What could have happened!? HELP!

    Thanks!

    http://www.faenathara.com/crowsong

    Jonas Lundman
    Participant

    buddypress 2012 change nav order members menu and submenu. No fuzz and works in buddypress 6.1 version. Thanks !
    $bp->bp_nav = ’10’;
    $bp->bp_options_nav = ’30’;
    $bp->bp_options_nav = false;

    #32911
    c930586
    Participant

    Hi,

    I have installed BuddyPress, and BuddyPress Template Pack, and followed all the steps. I have changed 16 times the templates, and adjusted them to my theme.

    The given URLs for Site Activity, Groups and Members seem to work fine. However, when I try to access my Profile, all I get is a blank page. The same happens if I try to access My Activity, My Groups… from the top right drop down menu.

    Do you know what may be happening?

    Thanks

    #144760

    The easiest way to get rid of the tabs is to simply “display: none;” using CSS.

    Alternatively, you can hook into “bp_setup_nav” like this: http://www.themightymo.com/2012/01/26/how-to-add-remove-and-change-the-order-of-buddypress-component-menu/

    #144640
    buddhatunes
    Participant

    The problem with changing the name blogs in Appearance>Menus is that it is a Buddypress dropdown — under the title ‘Community’ with ‘Activity’, ‘Members’, ‘Groups’, & ‘Blogs’ underneath it.

    The Buddypress drop down does not show in Appearance>Menus.

    #144522
    @mercime
    Participant

    @buddhatunes the “blogs” page with regards to BP is the Blogs Directory page which only shows up if you have gone multisite (created a network). Unless you’re referring to something else entirely ….

    #144519
    buddhatunes
    Participant

    The ‘blogs’ page does not show in menus or pages because it is a buddypress page. I looked at the link and it is unclear to me what you are referencing. The window opens on line 21 but I am not certain what you are pointing at.

    #144517
    @mercime
    Participant

    If it’s just the link at the menu item, you can just edit the page name and slug in page edit panel, then go to Settings> Pages and choose the new blog menu name from select box and click on Save. You know you’d also have to change title of the Blogs Directory page in yoursite.com/wp-content/themes/yourthemename/blogs/index.php in this line

    #144443
    buddhatunes
    Participant

    I checked it out, and it looks problematic for me. Especially having to update the .pot file every time buddypress updates. Any other suggestions that might be a little easier?

    dylancasey
    Participant

    Sean,

    I have a very similar question to yours — I’m trying to modify the order of the tabs in the Groups navigation, rename some of them, and get rid of some of them. I, too, am running BP 1.6.1.

    I can help in one respect — you need to enclose the code in your bp-custom.php file in the php brackets:
    <?php

    YOUR CODE

    ?>

    In the meantime, I would appreciate (from anyone) help with these customizations of the BP menus. Did something change in 1.6 to affect this? Much of the help out there concerns v1.5.

    Thanks in advance,
    Dylan

    #144109
    @mercime
    Participant
    9087877
    Inactive

    @naijaping On second thought I do like what I see in your approach better than the drop down menu I have. So I am interest in the code. From what I can tell it seems like you have everything in in your header.php file. I would like to do this with maybe a few changes in styling. Let me know when you have the code here. Thanks!
    Edit:
    It would also be helpful if you can share where in the header.php file that the code needs to be placed. Thanks again!

    PeaceLoveAnarchy
    Participant

    I am using the latest versions of both WP and BP.

    Using buddypress settings I activated group forums (pointed BP to in the right direction to find bb-config.php, (wp-content/plugins/buddypress/bp-forums) hit go, and received nothing but a white screen!

    The front end of the site is still active (and forums now showing up in menus etc), and I can log in and out, but as soon as I try get into my dashboard or anywhere else inside admin I get white screen in firefox and HTTP 403 forbidden using IE.

    I haven’t changed any passwords or user roles or done anything obvious that should have locked me out. I have tried accessing the back end with both admin accounts that I have set up, but to no avail!

    Please help, the community only went live a couple of nights ago and I’ve got loads of mates (well, 6 or so!) beavering away trying to create profiles and whatnot! I can’t believe I broke the bloody thing within a couple of days!!

    also, the message;

    Warning: Cannot modify header information – headers already sent by (output started at /home/peace439/public_html/wp-content/themes/custom-community/header.php:3) in /home/peace439/public_html/wp-content/plugins/buddypress/bp-forums/bb-config.php on line 10

    appears on the forum page instead of showing the forum…

    I checked out the bb-config.php file and all it says is..

    header(“HTTP/1.0 403 Forbidden”); die;

    so I reckon I probably need to change this, though what to??

    Please point me in the right direction!

    I also have ftp access if that helps…

    I am now officially in over my head! HELP!

    The site is at http://peaceloveanarchy.com

    Thanks in advance for any help I might get!

    #143234
    Jessykuh
    Participant

    Hi I have the same problem,

    When I try to click ‘Activity’ ‘Members’ or ‘Groups’ on my menu, it says ‘profile.php’ can not be found on my server. However if I add a ‘/’ to the end of the link or if I click on the pages elsewhere, it works fine. I’m not sure how to fix it on my main menu though.

    I have re-installed BuddyPress and WordPress already and nothing changed.

    Can someone please help?

    My website is http://www.fosterfriends.org

    Devilish Concept
    Participant

    @naijaping i must admit im blown away with your customisations on that link, how have you done it i would love to see some tutorials as ive been failing with buddypress since i installed it

    heres what im trying to change so any help would be awesome

    – Buddypress links ie profile settings etc on my own toolbar
    – 100×100 user avatar on my header which when clicked goes to users profile page
    – Fix spacing problems on buddypress members menu
    – On profile & group pages i would like to add a widget space on the right hand side of the avatar and recent update message
    – I use custom post types i. reviews, videos and articles i would love to add these on the profile page menu so it shows what they have been the author of
    – i would also love to allow each group to have a about page with an option to add thier own facebook,twitter,google+1,YouTube and Email stuff to show up as default icons

    I now its kinda cheeky but any help would be truely amazing, also what plugins do you use with buddypress, im gonna go now an try and add this notifications code :)

    Anointed
    Participant

    Since I am using WordPress 3.5beta1(nightly) and buddyPress 1.7 I am starting to see a lot of plugins where either the admin menu refuses to show up, or I get the old ‘you do not have sufficient permission to view this page…..’

    I don’t know why this is happening, and I’m hoping someone can explain it so that I can begin to fix some of the plugins where this happens.

    Here is a link to the most basic plugin I can find with this problem: “bp-display-name”
    http://scenicjobs.com/wordpress-plugins

    Basically, you can see the admin menu link but when you choose a selection in the dropdown and click save, you get that stupid permission error.

    I only chose this plugin as an example as it’s a very short plugin to read and the most simple, yet maybe it will explain the problem and what changed in WP 3.5 and bp 1.7

    btw
    whoever came up with that stupid error text…..argghhhhh

    #142779
    trailmix5
    Participant

    @mercime,

    Thanks for the reply. Yes, I went through the process and all 6 folders were transferred to my theme’s folder. And oddly enough, all links work when I’m using my admin account. I’m able to edit my profile, change the avatar, etc. I can even see all the members in the activity panel, but when I click on their profile’s, the page is not found. Basically, members seem to be added to BP because they are allowed to post in the groups and forums and everyone is visible by username. The problem is that no profile page (except for admin) works…totally strange.

    I’m testing BP on an active site (I know that this is not recommended), but I’m using digitalaccesspass and an integrated theme so it’s easier for me to troubleshoot with my plugs. So, there are no BP links setup in my menu at the time because I’m beta testing it out. If you go to http://www.mymusicmasterclass.com/members, http://www.mymusicmasterclass.com/groups, http://www.mymusicmasterclass.com/forums, etc. you’ll see what I’m talking about.

    To make it more confusing, if I register a user with WP (bypassing DAP) it works even as a subscriber. So, there must be something going on when DAP syncs to WP. The thing is that it looks fine either way, so I’m not sure what I’m missing. When a user registers thorough DAP they’re automatically added to WP too and I can’t find a difference when comparing the 2. In both instances, the info looks identical. Am I missing something obvious here?

    Thanks…

    #32210
    jtbw911
    Participant

    I have changed our site location from http://location.example.com/sub-folder/ to http://new-location.example.com/ and used Apache VirtualHost to steer that header value to the proper sub-directory. However, BuddyPress does not seem to like that change, and I have lost all my BuddyPress pages – “Activity”, “Members”, etc.

    I have gone through and changed the location in the WordPress dashboard and also verified my .htaccess and bb-config.php files. The pages still show up on the header menu, however, I receive a “404 Page not Found/Does not Exist” error”.

    Note: Simply put, I have changed this site from a sub-directory site a sub-domain site.

    #142627
    learning22
    Participant

    I am just learning MultiSite WordPress myself. So far I’ve learned that if I want to edit Templates or Plugins pages for another site, I first have to activate the Theme I want to make changes to as my first level site, the Admin Site, or Edit the Plugin via the Admin site. Then, I go under the Main/Admin Site and edit the Templates or Plugin. After I have everything looking good, then I activate the Theme or Plugin for the actual site where I want to use the Template or Plugin. One must use this method (based on my learning) if one wants to use an external Editor, such as Dreamweaver.

    I did notice that the access to the Activity, Sites, Forums, et al only show up in WordPress’s Tool Bar (the dark gray bar at the top of the page) under my Profile Link on the far right, when I am Logged In. I think this part is not clear in the directions, imo. After the initial install of BuddyPress MultiSite, I was able to see a couple of the BuddyPress pages links in the Main Menu of my top Site only after I am logged in.

    Since I know I want to edit my Theme for one of the Sites, I have not enabled the separate tables for the additional site. I am going to edit the Theme first and then enable the other sites using the method described at this page: https://codex.buddypress.org/developer-docs/using-multisite-with-buddypress/segregated-x-profile-fields-for-multisite/ .

    #142325
    modemlooper
    Moderator

    If it’s tabs added to plugins there isn’t that option yet. I’m going to add that option later.

    If you dont want to wait you can add this code:

    `$bp->bp_nav = 100;`

    if you have say the BP Album+ plugin and want to change it’s position just change ‘put label name here’ to Album. Then choose a number. I have placed labels at 10 increments. So position 1 is 10 2 is 20. You could place the Album tab at 25 and it would be in-between tab 2 and 3

Viewing 25 results - 376 through 400 (of 845 total)
Skip to toolbar