Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 551 through 575 (of 845 total)
  • Author
    Search Results
  • #24554
    rishad
    Member

    there is a link called NOTIFICATIONS in buddypress admin bar… after loging in, when i click that- broser will take me to following link ” http://community.sofisdelicia.com/members/admin/ ” … now when i make a custom menu, i cant see any page called ” notification” or ” friends “ or anything else like that… what should i do now??? if i have to make a new CUSTOM LINK for this, what all changes should i make in this ” http://community.sofisdelicia.com/members/admin/ ” ???? instead of ADMIN in the link, what should i give???? so that it will change automatically for different users…

    #121242
    Tammie Lister
    Moderator

    It opens up social networking and other things besides yes. Where the menu item is though is down to the theme and also up to you if you edit files.

    You do not have to change the look of your blog you’d use the template pack to allow your theme to work for BuddyPress. There are some files you’d need in your theme but the template pack solves that.

    https://wordpress.org/extend/plugins/bp-template-pack/

    #24536

    Say i have a normal wordpress site

    it already has a menu – home, about, contact us, etc etc

    by installing buddypress am i simply adding the ‘community’ tab onto that menu which will then open up the social networking side for the site

    users can create profiles
    users can create groups
    users can communicate with one another
    etc
    etc

    im just a little confused when i see buddypress themes etc, im right to believe that by installing buddypress i wont have to change my design of my blog right?

    #24385
    ribena_wrath
    Member

    I was editing a form on my site using Firebug. Updated the changes to my actual site and then I realised that everything had gone off alignment. Certain things are completely falling off the page to the right. According to firebug, the containers are in the right place, but nothing is fitting in them for some reason.

    So the main issues where you can see this are the homepage, and anything with a content area on the page.

    http://star-finder.co.uk/
    http://star-finder.co.uk/members/admin/

    It affected the ‘search talent’ menu at the top of the page, the buddypress tab menus, the members and featured widgets, the content on the homepage, and any activity on buddypress. So this is activity stream, memberlist, groups ect.

    DID NOT effect, blog posts, pages, the profile page or buddypress forums for some reason.

    I can temp fix it by giving the effected areas a -40px margin to the right, but it doesn’t fix all instances of it (IE the member widget is still out of alignment).

    You’ll be glad to know that it has NOTHING to do with the buddypress.css because I haven’t even opened it :)

    Some answers or pointers would be hugely appreciated! My deadline is tomorrow and I screwed it up pretty bad at the last minute… :(

    #24359
    r-a-y
    Keymaster

    If you’re using an older child theme and you’re looking to upgrade to BP 1.5, please read the following:
    http://codex.buddypress.org/releases/1-5-developer-and-designer-information/#theme
    http://codex.buddypress.org/releases/developer-and-designer-information/

    Please read the article above before posting a new topic. Chances are your question has already been answered (hopefully)!

    We will attempt to update the codex page as soon as new information is available!

    If you’re a plugin dev looking to upgrade your plugin for BP 1.5, check out these articles in particular:
    Fix your older plugin to be compatible with BP 1.5: BuddyPress Media Dev team
    Plugin update information : Boone B Gorges
    Better Metadata wrappers : Boone B Gorges
    Accessing User metadata : Boone B Gorges
    Does your BuddyPress plugin or theme modify BP’s navigation menus? : Boone B Gorges
    Maintain Backward Compatibility with an abstraction file: Boone B Gorges
    Custom Post Types Comments and the Activity Stream in bp 1.5 : Boone B Gorges
    Manually modifying single group navigation in BuddyPres 1.5 : Boone B Gorges

    All these wonderful links and articles are, of course, also available on our codex:

    BuddyPress Codex

    #24271
    ribena_wrath
    Member

    Hi all

    My site is nearing completion now :) Buddypress is a great tool…but no way near as ‘plug in and go’ as the creators maintain…

    Probably my last request is those user links on the Buddypress bar at the top of the page. I have tried looking into how they are linked, but to no avail. I want them as links if possible? IE, I need to insert them into a menu, but it is a lot harder then it should be. In the link, how do we make the link a universal one, instead of directed at my username?

    So the links I need are…

    activity > mentions, personal, favorites, groups
    forums > topics started, replies, favourite topics,
    groups > memberships, no pending invites,
    settings > general, notifications,
    profile > view, change, settings,
    log out
    notifications

    My next port of call is to remove the links from above are also in the profiles. Just to make it cleaner to use the site, and view profiles.

    Thanks for your help guys

    Dan

    #120116
    mrjarbenne
    Participant

    This is a different plugin than the one that @mercime has mentioned in his response to your query. It may be that the plugin that you are using has not been updated for the new Site Admin vs. Network Admin interface. This change occurred on WP 3.1. You will note that the plugin that you are referencing hasn’t been updated for a while, and suggests compatibility up to 3.0, but not 3.1. This has a tendency to erase menu items, because that “Network” menu you are searching for no longer exists, and has been replaced by a Network Admin Dashboard.

    Try the http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/ mentioned above. You may have more luck.

    #120099
    @mercime
    Participant

    Open up activity/index.php and replace at the top:
    `

    `

    with
    `

     

    `

    at the bottom of activity/index.php, replace the bottom part
    `

    `

    with
    `

     

     


    `

    Note: You would also want to change header tag in activity/index.php from
    `

    `
    with your theme’s header tag for seamless look
    `

    `

    Save activity/index.php and upload to server. Then do this for the remaining 12 files as indicated in Step Three of this codex page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    Boone Gorges
    Keymaster

    Wow, this issue is getting weirder.

    I have copied your theme but I can’t reproduce the problem. This could have to do with the fact that I don’t have the font files on my system. In any case, I have no idea whatsoever about how a font declaration could cause the sorts of problems you’re talking about.

    Just to see if it helps, you might try commenting out the BP javascript that makes the dropdown filters work. Look in buddypress/bp-themes/bp-default/_inc/global.js, around line 542, for the block beginning “When the filter select box is changed re-query”. Comment that out, clear your cache, and try again. (I’m skeptical this will actually get us any closer to the issue, since it sounded like you were having this problem with dropdowns other than this one.)

    Quint
    Participant

    @boonebgorges, okay Boone, I’ve spent the last 6 hrs 16 minutes on this. I have determined where the issue is occurring but I do not know how to fix it. But first here’s the calibration I eventually got to: I re-installed WordPress and Buddypress (yep, I’m getting faster reinstalling this stuff). ;-) I created a new child theme; that is, a new style.css file and a new functions.php file to enqueue the child’s style.css file. Here’s the code for my functions.php file:

    `<?php

    function bp_dtheme_enqueue_styles() {
    // Bump this when changes are made to bust cache
    $version = ‘20110804’;

    // Default CSS
    wp_enqueue_style( ‘bp-default-main’, get_template_directory_uri() . ‘/_inc/css/default.css’, array(), $version );

    wp_enqueue_style( ‘bp-child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );

    // Right to left CSS
    if ( is_rtl() )
    wp_enqueue_style( ‘bp-default-main-rtl’, get_template_directory_uri() . ‘/_inc/css/default-rtl.css’, array( ‘bp-default-main’ ), $version );
    }

    add_action( ‘wp_print_styles’, ‘bp_dtheme_enqueue_styles’ );

    ?>`

    Should be no issue there. With the new stylesheet I started adding back my old code starting at the very top. I didn’t have to go very far at all. It failed at the body selector (at the very bottom of this post); specifically, the @font-face font that the stylesheet loaded. I took it out; I replaced it with verdana or helvetica. No issues. I cycled through all of the @font-face fonts and each one produced the error. Note: The @font-face fonts rendered properly on every page but failed when I clicked on a “dropdown-style” field as described in my first post. Do you have any recommendations? Am I supposed to enqueue the fonts just as I had the stylesheet? If so, how would that be done? Thanks!

    Note: I commented out a few declarations in the body selector to help narrow down which declaration could be the issue. And just like Firefox, this works fine in Chrome 13.0.782.220.

    `/*
    Theme Name: My BP Default Child Theme 1
    Theme URI: http://folio.com
    Description: This is my first Buddypress Default Child Theme
    Author: Quint A. Rahaman, Jr.
    Template: bp-default
    Tags: buddypress, two-column, grey, dark
    */

    /* RESET – http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
    /*


    */

    body,html{height:100%;}
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:top;background:transparent;margin:0;padding:0;}
    body{line-height:1;}
    ol,ul{list-style:none;}
    blockquote,q{quotes:none;}
    blockquote:before,blockquote:after,q:before,q:after{content:none;}
    :focus{outline:0;}
    del{text-decoration:line-through;}
    table{border-collapse:collapse;border-spacing:0;}

    /* Floating & Alignment */
    .fl{float:left;}
    .fr{float:right;}
    .ac{text-align:center;}
    .ar{text-align:right;}

    /* Clear Floats */
    .col-full:after{content:”.”;display:block;height:0;clear:both;visibility:hidden;}
    .fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0;}
    html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}

    /* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 8, 2011 */

    @font-face {
    font-family: ‘FontSiteSansRoman’;
    src: url(‘includes/fonts/includes/fonts/fontsitesans-roman-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-roman-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-roman-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-roman-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-roman-webfont.svg#FontSiteSansRoman’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘BergamoStdItalic’;
    src: url(‘includes/fonts/bergamostd-italic-webfont.eot’);
    src: url(‘includes/fonts/bergamostd-italic-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/bergamostd-italic-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/bergamostd-italic-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/bergamostd-italic-webfont.svg#BergamoStdItalic’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘BergamoStdRegular’;
    src: url(‘includes/fonts/bergamostd-regular-webfont.eot’);
    src: url(‘includes/fonts/bergamostd-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/bergamostd-regular-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/bergamostd-regular-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/bergamostd-regular-webfont.svg#BergamoStdRegular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansCondensed’;
    src: url(‘includes/fonts/fontsitesans-cond-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-cond-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-cond-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-cond-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-cond-webfont.svg#FontSiteSansCondensed’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansUltraLight’;
    src: url(‘includes/fonts/fontsitesans-ultralight-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-ultralight-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.svg#FontSiteSansUltraLight’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘StMarieThin’;
    src: url(‘includes/fonts/stmarie-thin-webfont.eot’);
    src: url(‘includes/fonts/stmarie-thin-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/stmarie-thin-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/stmarie-thin-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/stmarie-thin-webfont.svg#StMarieThin’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘BergamoStdItalic’;
    src: url(‘includes/fonts/bergamostd-italic-webfont.eot’);
    src: url(‘includes/fonts/bergamostd-italic-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/bergamostd-italic-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/bergamostd-italic-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/bergamostd-italic-webfont.svg#BergamoStdItalic’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘BergamoStdItalic’;
    src: url(‘includes/fonts/bergamostd-italic-webfont.eot’);
    src: url(‘includes/fonts/bergamostd-italic-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/bergamostd-italic-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/bergamostd-italic-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/bergamostd-italic-webfont.svg#BergamoStdItalic’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘BergamoStdRegular’;
    src: url(‘includes/fonts/bergamostd-regular-webfont.eot’);
    src: url(‘includes/fonts/bergamostd-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/bergamostd-regular-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/bergamostd-regular-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/bergamostd-regular-webfont.svg#BergamoStdRegular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘BergamoStdRegular’;
    src: url(‘includes/fonts/bergamostd-regular-webfont.eot’);
    src: url(‘includes/fonts/bergamostd-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/bergamostd-regular-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/bergamostd-regular-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/bergamostd-regular-webfont.svg#BergamoStdRegular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansCondensed’;
    src: url(‘includes/fonts/fontsitesans-cond-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-cond-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-cond-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-cond-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-cond-webfont.svg#FontSiteSansCondensed’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansCondensed’;
    src: url(‘includes/fonts/fontsitesans-cond-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-cond-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-cond-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-cond-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-cond-webfont.svg#FontSiteSansCondensed’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansRoman’;
    src: url(‘includes/fonts/fontsitesans-roman-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-roman-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-roman-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-roman-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-roman-webfont.svg#FontSiteSansRoman’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansRoman’;
    src: url(‘includes/fonts/fontsitesans-roman-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-roman-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-roman-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-roman-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-roman-webfont.svg#FontSiteSansRoman’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansUltraLight’;
    src: url(‘includes/fonts/fontsitesans-ultralight-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-ultralight-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.svg#FontSiteSansUltraLight’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘FontSiteSansUltraLight’;
    src: url(‘includes/fonts/fontsitesans-ultralight-webfont.eot’);
    src: url(‘includes/fonts/fontsitesans-ultralight-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/fontsitesans-ultralight-webfont.svg#FontSiteSansUltraLight’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘StMarieThin’;
    src: url(‘includes/fonts/stmarie-thin-webfont.eot’);
    src: url(‘includes/fonts/stmarie-thin-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/stmarie-thin-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/stmarie-thin-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/stmarie-thin-webfont.svg#StMarieThin’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    @font-face {
    font-family: ‘StMarieThin’;
    src: url(‘includes/fonts/stmarie-thin-webfont.eot’);
    src: url(‘includes/fonts/stmarie-thin-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘includes/fonts/stmarie-thin-webfont.woff’) format(‘woff’),
    url(‘includes/fonts/stmarie-thin-webfont.ttf’) format(‘truetype’),
    url(‘includes/fonts/stmarie-thin-webfont.svg#StMarieThin’) format(‘svg’);
    font-weight: normal;
    font-style: normal;

    }

    #sidebar{display:none;}
    div#content .padder{margin-right:0px; border-right-width:0px;}

    body { font-family: ‘FontSiteSansRoman’, helvetica, sans-serif;
    /* font-size: 0.75em;
    line-height: 1.5em;*/
    color: #3e3e3e;
    background: url(“images/bg.png”) repeat fixed 0 0 #f6f0d6;
    /* max-width: none;
    width: 100%;*/
    /* position: relative;*/
    }`

    Boone Gorges
    Keymaster

    Hm. I guess if I were you I would start with my child theme’s javascript. Look for something that would activate when a dropdown is changed, possible using the jquery method .change. At the very least, try disabling your child theme’s javascript (just comment it all out for a moment) to verify that that’s where the problem lies.

    As it stands, it appears that this is *not* a BuddyPress problem, but is related to your theme – but more investigation on your part will make this clearer.

    Quint
    Participant

    @boonebgorges, I cleared the browser cache and got the same results. I reset Safari, other than my passwords, and got the same results. My parent theme is bp-default. I changed from my child theme to bp-default and the dropdown behaves properly. I haven’t changed any core files. So, now I’m a bit stuck. My child theme works in Firefox but not Safari (for the dropdown). Could you point me in some direction that I can troubleshoot where this could be happening?

    In my child’s folder, I have the header, footer, and functions php files, the style.css file, an images folder, and an “includes/fonts” folder for the @fontface fonts that style.css loads. I have not edited any of the parent’s files.

    Thanks!

    jonnyauk
    Participant

    I’m developing on the trunk version of BP and seem to have hit a bit of a road block when trying to manipulate the BuddyPress menus.

    As per https://bpdevel.wordpress.com/2011/08/05/how-bp-1-5-load-order-changes-may-affect-your-plugins-or-themes/ I have tried the following functions wrapped up in a function and hooked upto bp_setup_nav ie:
    `
    function ja_remove_activity_friends_subnav() {
    bp_core_remove_subnav_item( ‘activity’, ‘friends’ );
    }
    add_action( ‘bp_setup_nav’, ‘ja_remove_activity_friends_subnav’, 15 );
    `

    This is in my bp-custom.php file in plugins. Sadly, it doesn’t seem to do anything;(

    I think I may be getting confused between bp_core_remove_nav_item() and bp_core_remove_subnav() – no matter what I try the menu remains unaffected.

    I have tried things like `bp_core_remove_nav_item($bp->groups->slug, ‘send-invites’);` inside the function too, but without success.

    Am I doing something wrong – I’d hate to hack the core, but it may come to it if I can’t get this working sadly;( Any help would be much appreciated thanks!

    #119295
    jcampbell120
    Member

    Hi, I wasn’t expecting somebody to just write a couple of hundred lines of code for this to work. Just wanted to bat around a few ideas with some like minded people is all. Appreciate the link, very useful and it gives me something to work on. Just thought that more people would want this sort of implementation on their site.

    cheers.

    #119291
    @mercime
    Participant

    @jcampbell120 99.9% of those who help out at buddypress.org are volunteers and what you’re asking for cannot be done within 10 minutes. If you’re not being helped within 25 hours, feel free to bump, but no arrogance please. In the meantime, check out Michael’s method which could be helpful to you http://www.michaelkuhlmann.com/tutorials/customizing-admin-bar/

    #119224
    jcampbell120
    Member

    Nobody wants to do this? Really?!?!

    aerlyn02
    Member

    BuddyPress Design Brief

    I’m looking for a BP-savvy coder with experience designing and developing community-oriented websites.

    Project Overview:

    I’m looking for a BP-savvy coder with experience designing and developing community-oriented websites for real world meetups and change. Think a mash-up of facebook, linkedin and meetup.com features
    all centered around promoting positive real-world change for the oceans and marine environments.

    Project Blue Hope Concept:

    Presently, Project Blue Hope (PBH) is strictly an informational, listen & learn type resource about marine conservation and ways to preserve With the help of a web developer and handful of colleagues, my vision is to transform the site into a social nexus and collaborative hub for all those called to support our oceans – scientists, artists, divers, policy makers, etc. No such network for promoting cross-discipline and cross-cultural exchanges on ocean conservation currently exists in the marine realm and particularly scientists have no unified venue to promote their work and findings to the world. our oceans.

    The site will work to foster connections among citizen scientists, as well as promote real world positive actions (acts of ocean service). PBH will work to inspire and empower individuals, fostering the understanding that change starts with each of us and can be exponentially magnified through a connected, active network of impassioned individuals.

    As I feel passionately that my life’s purpose is to facilitate a blue revolution, changing and shaping the very ways in which we, as a species, interact & respect our ocean, I hope the PBH network will serve as a model of how one person’s vision, supported by a larger network, truly can make a difference.

    PBH hopes also to help re-establish people’s connections with and respect for the sea in fun ways that engage people’s love of games and connecting with others in groups.

    An integral part of PBH will be a monetization system that will support the venture’s and operator’s expenses in order to allow the project to continue expanding. Also, the monetization will allow 10-15% of the site’s proceeds to fund marine conservation, science and/ or organizations.

    Core Purpose:

    Fostering global and cross-discipline connections online and locally to drive real-world/ positive ocean changes in fun and engaging ways.

    Igniting a blue revolution by empowering citizen scientists to work collectively towards ocean stewardship.

    Site Features:

    Change from PBH current theme to Woothemes “Sealight” – see http://www.woothemes.com/2010/08/sealight/ (all CE features must be integrated into this theme, I have the files)

    Top navigation to be: The Movement | Learn | Connect | Act | Support with sub-drop down menus (this functionality is already built into the theme). I have specifics on what I’d like to see in each of these sections, how the sections will connect to each other and social media integration & easy “share-ability” will be key.

    Discuss privacy issues and possibly making user profiles not public, login required (or users can opt for that)

    Certain features & sections of the forums will be restricted only to paying subscribers. Basic (free) as well as premium (paid) access to the social network will be offered

    Full-suit of BP features will be utilized likely with additional outside coding work needed (ie. feature customizations)

    PBH Site Models:

    http://greenopolis.com
    http://projectaware.org
    http://onemillionactsofgreen.com

    Decent BP Examples:

    http://helloecoliving.com/
    http://rideoregonride.com/

    If you feel you might be a good fit for this job, please contact me directly at c.beggs@projectbluehope.com and I’ll send you additional details of my project. We can discuss what features will be feasible to implement now vs. later and review costs and timelines. In addition, I am open to using platforms other than BP or a synergy of BP with another platform.

    #23870
    jcampbell120
    Member

    Hi, Hopefully somebody will be able to help me, I’m pulling my hair out!!!

    I currently have a buddypress installation on my site. I have the admin bar at the top and then my sites main navigation using wordpress custom menus.

    I would like to move all of the links into my sites current navigation and remove the buddypress navigation bar. I do not want to do it the otherway round i want rid of the admin bar to use my own. I have seen countless examples to do it that way but none the way I want. It’s driving me insane!!! Any help would be greatly appreciated. I don’t mind doing any sort of coding, just a point in the right direction would work. It needs to be dynamic as well, so work in the same way as the current admin bar.

    I have the idea of:

    
    if (user logged in) false {
    <li>Log In</li>
    <li>Sign up</li>
    }
    
    if (user logged in) true {
    <li> all other menu items blah blah....
    
    }

    Anybody help?

    Thanks,
    JC.

    moonslice
    Member

    I want my home page to direct people to 3 different places, one of which is buddypress social features. I see bp adds menu tabs at the bottom of the main banner, links for login, etc at the very top of the page, and login or my profile in the right column.

    I’ve created a static home page, but when I read about wp templates, it says you can’t change the header or footer – or can I really create a new header template that would just be used for the home page?

    Or?

    Thanks!

    #118764
    @mercime
    Participant

    One way to change the menu links would be to hardcode the links you want there. This would mean copying the header.php file from bp-default theme into your child theme folder.

    Another way is to set up a new custom menu which would involve creating a functions.php in your child theme and copying over the header.php from bp-default theme into your child theme folder. The following should help you get wp_nav_menu going in your theme http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus

    #118757
    5227699
    Inactive

    sorry…WP 3.2.1, BP 1.2.9
    bp-default child theme
    I want to be able to choose what shows in the menu and currently I have no idea how to do this…I also would like to edit the look of it, change to an image maybe? Not sure yet…but right now I have no clue how to even start being able to tweak that menu bar.

    #118524
    Boone Gorges
    Keymaster

    @foxly and others – Just wanted to drop a note about a recent commit https://buddypress.trac.wordpress.org/changeset/4977 where I made a minor adjustment to the new load order that should help a lot with plugin backward compatibility. In particular, plugins that are using the (old and incorrect but functional in 1.2.x) method of hooking their global and nav setup routines to ‘wp’ and ‘admin_menu’, which wasn’t working in earlier revs of BP trunk, should now be working. See https://buddypress.trac.wordpress.org/ticket/3476 for more explanation.

    That said, you should do the right thing and update your plugin so that it does it correctly: set up your globals at bp_setup_globals and your nav at bp_setup_nav!

    #118437
    Stigmartyr
    Member

    Editing the language file will help you change the displayed text.

    If you want to remove something DJPaul just shared a method with us here: https://codex.buddypress.org/extending-buddypress/bp-custom-php/

    There is also a style sheet hack that I used, it’s posted here: https://buddypress.org/community/groups/achievements/forum/topic/remove-achievement-link-from-menue-bar/#post-106447

    #118233
    Tosh
    Participant

    Hi, I’m the creator of the CubePoints Buddypress Integration plugin. I updated my test site to WP 3.2.1 and BuddyPress 1.5 Beta 2.

    I moved the admin menu to be under Cubepoints a few versions back so that still works. The items in the BuddyPress Admin menu are still there but when I go to the cubepoints pages on the front end (profile) I get “Page not found”.

    This is what I have for the link

    $cubepoint_link = ($bp->displayed_user->id ? $bp->displayed_user->domain : $bp->loggedin_user->domain) . $bp->cubepoint->slug . ‘/’;

    Based on this I tried this…

    $cubepoint_link = bp_get_root_domain() . ‘/’ . $bp->cubepoint->slug . ‘/’;

    This is the result:

    My Account > Points = http://test.mysite.net/members/xberserker/logs/

    Which is correct URL wise but still shows “Page not found”

    If I go to

    My Account > Points > My Points (anything in the submenu) = http://test.mysite.net/logs/points/

    What do I need to do? Here is my file so far. What I changed is line 131

    http://pastebin.com/2vJr4U23

    Also on my site site I get redirected to my home page when I tried to navigate to the activity streams for myself or the global one. On how the forums work now. If a group is private/hidden are the forum topics only visible to those in the group?

    #118144
    juanmaguerrero
    Participant

    I found what’s triggering the Issue. I had changed the names of the profile fields from the admin menu (which should not break this anyway :P ). Changed the Profile Field Group “Base” and the default input “Name” for “Info” and “Full Name” respectively. That broke the saving data system.

    Hope the core developers cant fix this, thanks!

Viewing 25 results - 551 through 575 (of 845 total)
Skip to toolbar